Sam
Sam

Reputation: 30388

WebJob is not seeing AzureWebJobsDashboard setting

When I click to see the logs for my WebJob on Azure, I'm seeing the following. enter image description here

However, I do have the correct settings in App.config file. I checked it several times. And they're pointing to my Azure Storage account.

enter image description here

Any idea what may be causing this issue?

Upvotes: 1

Views: 335

Answers (1)

juunas
juunas

Reputation: 58733

I've noticed the error comes up sometimes even though it is configured in Web.config and everything is actually logged correctly.

You can add the Storage connection strings in the Web App's Application Settings. Go to the Connection strings section there and add them with type Custom. That should remove the error.

Upvotes: 1

Related Questions