Skip to content

Instantly share code, notes, and snippets.

@torgro
Created January 15, 2017 21:07
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 torgro/843333628f141e2b3a05ac36b3be194e to your computer and use it in GitHub Desktop.
Save torgro/843333628f141e2b3a05ac36b3be194e to your computer and use it in GitHub Desktop.
# Import an ARM template from file
Import-ARMtemplate -FileName C:\tmp\armTemplate.json
# Import an ARM template from the clipboard
Get-Clipboard | Import-ARMtemplate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment