79779519

Date: 2025-09-30 21:18:41
Score: 1
Natty:
Report link

If you set UserAssigned and want key vault references, you should change some settings in App Service:

identityResourceId=$(az identity show --resource-group <group-name> --name <identity-name> --query id -o tsv)
az webapp update --resource-group <group-name> --name <app-name> --set keyVaultReferenceIdentity=${identityResourceId}

The app service difference:
enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Viorel