Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 1, 2020 14:42
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 velotiotech/d9a575e9731c27272e5e637b9f61d905 to your computer and use it in GitHub Desktop.
Save velotiotech/d9a575e9731c27272e5e637b9f61d905 to your computer and use it in GitHub Desktop.
az acr create --resource-group <RESOURCE-GROUP-NAME> --name <CONTAINER-REGISTRY-NAME> --sku Basic --admin-enabled true
Example : az acr create --resource-group acr-rg --name testacr --sku Basic --admin-enabled true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment