Get Started with Azure Bicep – Alternative to ARM Templates
Azure Bicep is an abstraction built on top of Azure ARM Templates and Azure Resource Manager that offers a cleaner code syntax with better support…
Azure Bicep is an open source, Infrastructure as Code (IaC) tool from Microsoft that offers a better replacement for using Azure ARM Templates for resource deployment and management. The “bicep” language compiles into ARM JSON and is supported by Microsoft giving you a modern IaC language for Azure deployment automation.
12 articles
Azure Bicep is an abstraction built on top of Azure ARM Templates and Azure Resource Manager that offers a cleaner code syntax with better support…
Large language models (LLMs) are revolutionizing the way we build software. But as the scope of intelligent applications grows, so does the need for structured,…
Microsoft Azure OpenAI Service is a fully managed service offering from Microsoft that enables you to host your own instances of AI models from OpenAI,…
With Infrastructure as Code (IaC), every aspect of an organization’s infrastructure is defined and managed through code. This infrastructure deployment and configuration automation makes managing…
Azure Bicep has an inline If/Else conditional expression that can be used to conditionally provision an Azure Resource or even a full Azure Bicep Module.…
Azure Bastion is the more secure way to enable Remote Desktop (RDP) support for Azure Virtual Machines (VMs). Basically, an Azure Bastion host gets deployed…
Whether you’re a Site Reliability Engineer (SRE), Cloud Engineer, or IT Admin, you will be required to spin up, configure, and manage all sorts of…
HashiCorp Terraform and Azure Bicep are both declarative Infrastructure as Code (IaC) tools for provisioning and managing infrastructure in the Microsoft Azure cloud. While they…
Using the Azure CLI to deploy Azure Bicep templates can be used to more efficiently build Infrastructure as Code (IaC) deployment workflows for managing Microsoft…
The upcoming Module feature for Azure Bicep really enhances the new ARM Template alternative language in a way that ARM JSON never did. Using Azure…
All Azure IoT solutions are built starting with Azure IoT Hub as the cloud-base message broker for the Internet of Things (IoT) solution. This service…
Microsoft recently released the first preview of the Azure Bicep project which provides a new, more intuitive language for building out infrastructure as code deployments…