Search code examples
azure-functionsazure-storage-account

TIme Triggered Azure function shows Microsoft.WindowsAzure.Storageb error


While working on azure functions, I added one more azure function in my existing azure function app.

The function is the only time triggered function in my function app (V1).

Yet before the timer function, I didn't add any reference to storage account in any earlier deployments.

While I try to run the timer based function online, I get the error as below:

The listener for function 'function1' was unable to start. mscorlib: One or more errors occurred. Microsoft.WindowsAzure.Storage: The remote server returned an error: (403) Forbidden.

I googled up and got solutions mentioning to add 'AzureWebJobsStorage' key in application settings and connection string. But got no luck.

Can anyone tell What Can be done?


Solution

  • Recheck the firewall and network settings at storage account level. It seems like your firewall settings are restricting the func app to access the storage account