How to use JSON code for creating Azure Infrastructure
Let me try to walk you through your first successful deployment of infrastructure in Azure using JSON template code. We will be using PowerShell ISE (builtin to Windows) and Visual Studio Code (download here). First of all, open PowerShell ISE and login to your Azure Subscription and create a Resource Group: #Login to AzureRM. Login-AzureRmAccount #See…