Skip to content

Instantly share code, notes, and snippets.

@reallydontask
Last active June 7, 2020 09:36
Show Gist options
  • Save reallydontask/edc4bed5106631e5b1963afb703ada59 to your computer and use it in GitHub Desktop.
Save reallydontask/edc4bed5106631e5b1963afb703ada59 to your computer and use it in GitHub Desktop.
$rg="myresourcegroup"
@("B1", "B2", "B3", "P1V2", "P2V2", "P3V2", "S1", "S2", "S3") | %{ az appservice plan create --name $_--resource-group $rg --sku $_}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment