Using the Azure CLI to deploy Azure Bicep templates can be used to more efficiently build Infrastructure as Code (IaC) deployment workflows for...
Category
Azure Bicep
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.
Azure Bicep: If/Else Conditional Resource and Module Deployment
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...
Comparison: Terraform vs Azure Bicep
HashiCorp Terraform and Azure Bicep are both declarative Infrastructure as Code (IaC) tools for provisioning and managing infrastructure in the...
Azure Bicep: Deploy Azure Bastion into Virtual Network
Azure Bastion is the more secure way to enable Remote Desktop (RDP) support for Azure Virtual Machines (VMs). Basically, an Azure Bastion host gets...
Start Creating Azure Bicep Modules for Code Reuse
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...
Azure Bicep Roadmap Q4’20 into 2021
Microsoft recently released the first preview of the Azure Bicep project which provides a new, more intuitive language for building out...
Azure Bicep: Create IoT Hub and Device Provisioning Service (DPS)
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...
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...