Skip to content

Instantly share code, notes, and snippets.

@StefH
Last active March 28, 2021 10:39
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 StefH/1a7c17c530bdabf673acfd82faa4034c to your computer and use it in GitHub Desktop.
Save StefH/1a7c17c530bdabf673acfd82faa4034c to your computer and use it in GitHub Desktop.
Azure_Pipelines_Create_Resources.cmd
az group create -n test-azuredevops -l westus2
az staticwebapp create -l westus2 -n test-azuredevops -g test-azuredevops -s "" -b "" --token "-"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment