21 Feb 2023 10:36 PM - last edited on 22 Feb 2023 04:36 PM by Ana_Kuzmenchuk
Is Azure Functions .Net core for the Linux app service plan supported? The metrics are always zero. Is OpenTelemetry supported for Code Monitoring? The documentation says only the Consumption plan but no mention of the Linux App Service Plan for .Net.
Solved! Go to Solution.
08 Mar 2023 11:36 AM
The tracing integration mentioned for consumption plan also works for linux appservice plan hosted functions.
There are differences in the reported metrics from Azure Monitor between AppServicePlan & Consumption plan which are currently not reflected within the Function service screen, but are planned for future improvements.
08 Mar 2023 01:42 PM
The tracing integration for AZURE functions .NET was done as per documentation available for consumption plan but we are not seeing any traces in Dynatrace for Azure function app
08 Mar 2023 03:08 PM
Please open a support ticket. They can help you troubleshooting. If support has concerns regarding using in on AppService on Linux, you can refer to this thread or ask to include me on the support ticket.
09 Mar 2023 09:47 AM
Please also see the issue on Azure Function Github repository regarding missing reported metric for Azure Function on Appservice for Linux: Function Execution Count metric should be present in MDM when on app service plan · Issue #750 · Azu...