This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.64k
stars
2.84k
forks
source link
Exceptions are reported twice in Application Insights using Azure Functions #37919
Describe the bug Running an Azure Function, which listen to an eventhub (not sure if it's relevant), causing exception to be logged twice.
To Reproduce function_app.py
requirements.txt
local.settings.json
Expected behavior We expect the exception to only be logged once in Application Insights
Screenshots Same exception is shown twice
Additional context NA