less than 1 minute read

If you’re interested in learning how to deploy Azure resources using ARM templates or Bicep, Azure has some quickstart guides to give you the quick ‘n dirty intro for using these IaC tools.

Note: We will be using Terraform for the examples in this blog, not ARM templates or Bicep. These links are provided in case this is the road you’ve chosen to travel (it’s a nice road!).

Create Bicep files with Visual Studio Code

Create ARM templates with Visual Studio Code

Updated:

Comments