Skip to content

Instantly share code, notes, and snippets.

@bobalob
Created January 17, 2017 19:19
Show Gist options
  • Save bobalob/c313ae8a0094b69b80d219756ad9233d to your computer and use it in GitHub Desktop.
Save bobalob/c313ae8a0094b69b80d219756ad9233d to your computer and use it in GitHub Desktop.
Deploy a template to ARM
New-AzureRmResourceGroup -Name ExampleGroup -Location "North Europe"
New-AzureRmResourceGroupDeployment -Name ExampleGroupDeploy -ResourceGroupName ExampleGroup -TemplateFile BasicStorage.JSON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment