diff --git a/scripts/deploy-private-acr.azcli b/scripts/deploy-private-acr.azcli index 9b3666c..7d2ded3 100644 --- a/scripts/deploy-private-acr.azcli +++ b/scripts/deploy-private-acr.azcli @@ -1,3 +1,4 @@ +# Script clean-up and test # Login to Azure az login --use-device-code az account show --query name @@ -5,7 +6,6 @@ az account show --query name # List all RG names az group list -o table - # Deploy 15-deploy-private =-repo.bicep az group create --name mydemo15 --location eastus az deployment group create --resource-group mydemo15 --template-file .\modules\acr-registry.bicep --parameters acrName=azwelshug0315 -c @@ -19,7 +19,6 @@ az acr show --resource-group mydemo15 --name azwelshug0315.azurecr.io --query lo # Sample response: azwelshug0315.azurecr.io - az acr repository list --name latamprivateregistry.azurecr.io --output table # Publish modules/storage-param.bicep