I want to create resource group and deploy resource using ARM template from visual Studio
When I tried the following example by copying the script and put it in my Visual Studio. When I try to run the Deployment template comes out blank.
https://docs.microsoft.com/en-us/azure/azure-resource-manager/deploy-to-subscription#create-resource-group-and-deploy-resources
How do i run this the arm template?