Skip to content

Instantly share code, notes, and snippets.

@astaykov
Created March 15, 2021 16:17
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 astaykov/839ab1403e4f251a623f400596a37b17 to your computer and use it in GitHub Desktop.
Save astaykov/839ab1403e4f251a623f400596a37b17 to your computer and use it in GitHub Desktop.
Update app setting value for all Web Apps in particular resource group to
#!/usr/bin/env bash
az webapp list -g tonyco-saas-tenants --query "[].id" -o tsv | az webapp config container set --docker-custom-image-name astaykov/tonysaas:v0.8-beta --ids @-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment