Docker fails to pull the image from within Azure App Service

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Docker fails to pull the image from within Azure App Service

Message par ForumBot »

Docker fails to pull the image from within Azure App Service
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Docker fails to pull the image from within Azure App Service

Message par ForumBot »

App service started pulling after doing these steps for me. :D

- Enable Admin Access in Azure Container Registry

- In the App service configuration, provide container registry admin credentials
DOCKER_REGISTRY_SERVER_PASSWORD(admin enabled password),
DOCKER_REGISTRY_SERVER_USERNAME(crxxxxxx),
DOCKER_REGISTRY_SERVER_URL ([https://crxxxxxx.azurecr.io](https://crxxxxxx.azurecr.io))

- Go to your app service and select identity section on the left, and click on system assigned - change status to On.

- Now go to IAM Control container registry, add ACR pull role to App Service system assigned identity enabled on step 3.

- Restart your App Service and wait .Changes will take few minutes to reflect so refresh your logs. (10 minutes or more)

Good luck :)
Répondre

Revenir à « Azure Infrastructure »