Creates a new ACR with admin account enabled
This file contains 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
# IF THERE IS NO ACR ALREADY CREATED, EXECUTE THIS STEP. | |
# IF YOU ALREADY HAVE AN ACR YOU'D LIKE TO USE, SKIP THIS STEP. | |
az acr create -n $ACR_NAME -g $RG --sku Standard --admin-enabled true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment