79328389

Date: 2025-01-04 07:14:47
Score: 2.5
Natty:
Report link

you might need to add acrUseManagedIdentityCreds to app service configuration. refer to this link, under 'Use managed identity to pull image from Azure Container Registry' section. https://learn.microsoft.com/en-us/azure/app-service/configure-custom-container?tabs=debian&pivots=container-linux#use-managed-identity-to-pull-image-from-azure-container-registry

az  webapp config set --resource-group <group-name> --name <app-name> --generic-configurations '{"acrUserManagedIdentityID": "<client-id>"}'
Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: qkfang