Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created September 20, 2016 20:46
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 aarongustafson/2929f3109437978b3539d78239607518 to your computer and use it in GitHub Desktop.
Save aarongustafson/2929f3109437978b3539d78239607518 to your computer and use it in GitHub Desktop.
$deploy = New-AzureRmResourceGroupDeployment -ResourceGroupName $(Get-ResourceGroupName) `
-TemplateFile $TemplateFile `
-TemplateParameterObject $parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment