Skip to content

Commit

Permalink
Merge pull request #154 from ElYusubov/development
Browse files Browse the repository at this point in the history
Minor script update for private acr
  • Loading branch information
ElYusubov authored Oct 31, 2023
2 parents 770c826 + e0d4e44 commit 74eb5a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/deploy-private-acr.azcli
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Script clean-up and test
# Login to Azure
az login --use-device-code
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
Expand All @@ -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
Expand Down

0 comments on commit 74eb5a0

Please sign in to comment.