79768268

Date: 2025-09-18 09:54:32
Score: 2
Natty:
Report link

For me, the issue was that I was referencing Key Vault Secrets in my local.settings.json file and I had not logged in with the correct user with az login before running my function. Logging in through az login with a user that had Secrets Get permission on the Key Vault resolved the problem for me. I also tried reinstalling azure-function-core-tools and AzureFunctionTools as per DA's response above so it may have been a combination

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chewpacker