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

Add retries for container app updates that fail after enabling admin credential-based access #805

Open
wants to merge 2 commits into
base: mwf/steep-amaranth
Choose a base branch
from

Conversation

MicroFish91
Copy link
Contributor

@MicroFish91 MicroFish91 commented Dec 18, 2024

Fix #791

From my experience, this error is specifically due to needing more time for the admin credentials to propagate. This does not reproduce for managed identities.

The reason this often doesn't reproduce for workspace project deployments is because there's a natural delay taken since ACR needs to build the image first, and so often the permissions have finished propagating by the time the image is ready.

This natural delay doesn't happen in cases where the image already exists, so we should add retries to help stabilize this issue.

@MicroFish91 MicroFish91 marked this pull request as ready for review December 18, 2024 17:36
@MicroFish91 MicroFish91 requested a review from a team as a code owner December 18, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant