Last active
March 28, 2021 10:39
-
-
Save StefH/1a7c17c530bdabf673acfd82faa4034c to your computer and use it in GitHub Desktop.
Azure_Pipelines_Create_Resources.cmd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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