Skip to content

Instantly share code, notes, and snippets.

@jimsander
Last active January 6, 2017 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimsander/8b96ac8d53872fb1bb4a3479fa398439 to your computer and use it in GitHub Desktop.
Save jimsander/8b96ac8d53872fb1bb4a3479fa398439 to your computer and use it in GitHub Desktop.
JDS: Azure ARM template and deployments

Being a CommandLine and non-Windows guy, it's been fun trying to work with Azure ARM (Azure Resource Manager) templates. As of last month, VS Code, a cross-platform tool for working with VisualStudio, has a new plugin for working with ARMs.

tl:dr https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-vs-code

Working with ARM Templates in Visual Studio Code

  • install VS Code
  • Open Quick Open
  • ext install azurerm-vscode-tools
  • restart VSCode

image

Shows that Azure Portal provided templates are "broken"

image

Other references re: ARM

@jimsander
Copy link
Author

Using he resource explorer, I was able to pull in details of needed objects

https://resources.azure.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment