Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active April 11, 2016 12:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save justinyoo/226b02f30f3626adb4e151471aa1ae98 to your computer and use it in GitHub Desktop.
DevOps Pro Tip - Creating Accounts on Azure SQL Database through PowerShell
New-AzureRmResourceGroup -Name "MyResourceGroup" -Location "Australia Southeast"
New-AzureRmResourceGroupDeployment `
-ResourceGroupName "MyResourceGroup" `
-TemplateFile "deploy.json" `
-TemplateParameterFile "params.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment