About 418,000 results
Open links in new tab
  1. Infrastructure as Code - comparing tools

    Feb 24, 2022 · Bicep vs ARM Templates . Bicep allows for the use of modules, which means you create a module for each grouping of resources, creating much more manageable and readable files. It keeps your IaC from getting too big and unruly. Bicep is integrated into the Azure CLI, making the Azure deployment experience really seamless.

  2. How is Bicep different then Powershell / CLI / SDK? : r/AZURE

    Jul 16, 2022 · Bicep is a domain specific language used to write arm templates faster. The cli and PowerShell commands to deploy a bicep template is the same as a arm template. Checkout the Microsoft learn modules on bicep. They are a excellent resource to start.

  3. Azure CLI vs PowerShell vs ARM vs Bicep ( 14 min read) - Gamer …

    Dec 10, 2021 · Microsoft provides Azure PowerShell, the Azure CLI, as well as both Azure Resource Manager (ARM) and the newer Bicep templates. There are also third party (and cross-cloud) solutions such as Terraform and Pulumi.

  4. Run PowerShell scripts with Azure Bicep – Azure Cloud | John …

    Dec 4, 2022 · Did you know you can run Azure PowerShell or CLI scripts with Bicep? With Microsoft.Resources/deploymentScripts you can execute scripts in a Bicep deployment. In addition, you can work with the outputs of the script that you ran.

  5. Bicep Deployment Pane: Validate, What-If and Deploy at your …

    Jul 30, 2023 · This article walks through the Bicep Deployment Pane feature, providing Validate, What-If and Deploy at your fingertips in VSCode! Bicep Deployments pane example. Lets consider the Bicep...

  6. DevOps: Microsoft Azure Bicep And Powershell - Towards Dev

    Jul 26, 2022 · Bicep is a domain-specific language (DSL) that uses a declarative syntax to deploy Azure resources. In a Bicep file, you define the infrastructure you want to deploy to Azure, and then use that file…

  7. GitHub - Azure/bicep: Bicep is a declarative language for …

    Both Az CLI (2.20.0+) and the PowerShell Az module (v5.6.0+) have Bicep support built-in. This means you can use the standard deployment commands with your *.bicep files and the tooling will transpile the code and send it to ARM on your behalf.

  8. Bicep - Are you using it? : r/AZURE - Reddit

    Jan 18, 2022 · There are a number of great tools out there to deploy your infrastructure with code. Bicep brought to the market an Azure-specific DSL (domain-specific language) that reduces the friction associated with creating ARM (Azure Resource Manager) templates. So I am just curious, are you currently using Bicep? What's been easy about Bicep?

  9. What is Bicep? - Azure Resource Manager | Microsoft Learn

    Apr 30, 2025 · Simple syntax: When compared to the equivalent JSON template, Bicep files are more concise and easier to read. Bicep doesn't require prior knowledge of programming languages. Bicep syntax is declarative and specifies which resources and …

    Missing:

    • PowerShell

    Must include:

  10. Coding Azure 11: Azure Resources with ARM & Bicep Templates

    Apr 24, 2025 · Once your template is created, you can deploy the resource it describes using the Azure Portal’s Deploy Custom Template tool, PowerShell or the Azure CLI. In the following examples, I’ve always used an ARM template in a .json file, but all of the tools work equally well with Bicep code in a .bicep file. In the Azure Portal

  11. Some results have been removed
Refresh