ayi <r>App service started pulling after doing these steps for me. <E>😃</E><br/> <br/> Enable Admin Access in Azure Container Registry<br/> <br/> In the App service configuration, provide container registry admin credentials<br/> DOCKER_REGISTRY_SERVER_PASSWORD(admin enabled password),<br/> DOCKER_REGISTRY_SERVER_USERNAME(crxxxxxx),<br/> DOCKER_REGISTRY_SERVER_URL (https://crxxxxxx.azurecr.io)<br/> <br/> Go to your app service and select identity section on the left, and click on system assigned - change status to On.<br/> <br/> Now go to IAM Control container registry, add ACR pull role to App Service system assigned identity enabled on step 3.<br/> <br/> Restart your App Service and wait .Changes will take few minutes to reflect so refresh your logs. (10 minutes or more)<br/> <br/> Good luck <E>🙂</E></r>