How to create resources using an ARM template locally?
Reading Time: 3 minutes Introduction ARM template is used to create resources as per the Azure Resource Manager. The template file is written in JSON. And we can deploy it using the azure portal or locally using Azure CLI or Azure PowerShell. Here, in this blog, we will deploy the template using the local method. Prerequisite Preparations for the ARM template 1. VS Code Extension If you have visual Continue Reading