@Dan Looks like you've disabled sampling settings which controls the number of logs sent out to Application Insights. The default is true
but you've set applicationInsights.samplingSettings.isEnabled
to false
.
As for the ExecutionCount
metric, since that is recorded in Azure Monitor, it should not have any correlation to AzureWebJobsDashboard
.