79404702

Date: 2025-02-01 09:17:49
Score: 5
Natty:
Report link

let me give it a try. question, did you add both below in the app setting for AzureWebJobsStorage?

"AzureWebJobsStorage__accountName": "rgbeta18230",
"AzureWebJobsStorage__credential": " managedidentity",

I have created the exact func app based on your description, blob trigger in storage account rgbeta18230blob and AzureWebJobs in rgbeta18230.

test1: using AzureWebJobsStorage with connection string, trigger works.

test2: removed AzureWebJobsStorage and added "AzureWebJobsStorage__accountName": "rgbeta18230" only, getting the same error as yours:

enter image description here

test3: further added "AzureWebJobsStorage__credential": " managedidentity", trigger works again.

in short, AzureWebJobsStorage__credential is needed to tell the FA to use managedidentity. leaving it out will not use managedidentity. Please give it a try.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please give
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): getting the same error
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: qkfang