We have a lot of Azure Function apps - both v1 and v3 - and are using Application Insights to do basic error investigation.
What is puzzling me, is that in the settings for "Application Insights" for any given Function App, the "Instrument your application" is most of the time not visible in the Azure Portal, so we are not able to change/configure "Collection level", "Interop with Application Insights SDK", "Profiler", "Snapshot debugger" or (most important for us) to enable dependency tracking for "SQL Commands"
When I look a function App, the "Instrument your application" may be visible at first, but if I look at the same Function App minutes later it is not showing and may not show for days.
Has anybody experienced anything similar and know of a way to remedy it?
Do you know of another way to dynamically configure eg. dependency tracking for SQL commands without using the Azure Portal?
This has been tested on multiple browsers, cleaning cache in between and occurs for multiple people in our organization.

