How to migrate from ARM templates to Bicep

Looking to move from writing your Azure Resource Manager (ARM) templates in JSON to Bicep? The good news is Microsoft have provided some tooling to make it relatively straightforward too migrate. 1. Run the Bicep command line interface (CLI) decompile command Before getting started with Bicep, you’ll want to make sure that you’ve got the right tools installed. That includes Visual Studio Code (free), the Bicep extension and the Bicep CLI....

February 6, 2023 · 2 min