DEV Community

Discussion on: Deploying Azure Functions with Application Insights via ARM

Collapse
 
ronaldodia profile image
ronaldodia

Hi,
Thanks for the article, the AzureWebJobsStorage is optional when you have appinsight configured.
From MSFT website:
"In addition, the property AzureWebJobsStorage must be specified as an app setting in the site configuration. If the function app doesn't use Application Insights for monitoring, it should also specify AzureWebJobsDashboard as an app setting.

The Azure Functions runtime uses the AzureWebJobsStorage connection string to create internal queues. When Application Insights is not enabled, the runtime uses the AzureWebJobsDashboard connection string to log to Azure Table storage and power the Monitor tab in the portal."