Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor script update for private acr #154

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading