-
Notifications
You must be signed in to change notification settings - Fork 227
Fix for Aspire projects with containers but not projects #5199
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
base: main
Are you sure you want to change the base?
Conversation
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
AZD was trying to login to Azure Container Registry before deploying Aspire services (either a project or a container).
This was a bug because for containers, Aspire supports public images and provides the ACA definition which is not required to push to ACR.
This change moves logging in to ACR only for doing Dotnet publish for Aspire projects.
Fix: dotnet/aspire#8422