-
Notifications
You must be signed in to change notification settings - Fork 201
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
aspire: Write container registry name as an output #4457
aspire: Write container registry name as an output #4457
Conversation
@microsoft-github-policy-service rerun |
It can be helpful to have just the bare name of the container registry (without the suffix (e.g. `azurecr.io`)) when orchestrating things together. This change adds `AZURE_CONTAINER_REGISTRY_NAME` as an output when `azd` creates a container registry.
d905084
to
47c710b
Compare
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
It can be helpful to have just the bare name of the container registry (without the suffix (e.g.
azurecr.io
)) when orchestrating things together.This change adds
AZURE_CONTAINER_REGISTRY_NAME
as an output whenazd
creates a container registry.