Skip to content

Instantly share code, notes, and snippets.

@torgro
Created January 15, 2017 21:07
# 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