An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Hello Maria Natalia Benavides Sanabria,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that your Azure Application Insights is not receiving telemetry from local.
To resolve all the issues. Use LTS Node.js and initialize Azure Monitor OpenTelemetry first (useAzureMonitor before any imports), configure Python with configure_azure_monitor, ensure Entra ID ingestion isn’t blocking key-based telemetry, then query the linked workspace using AppTraces/AppRequests/... tables with Monitoring Reader (or equivalent) permissions. For more steps by steps use the following link: https://learn.microsoft.com/en-us/javascript/api/overview/azure/monitor-opentelemetry-readme?view=azure-node-latest, https://www.npmjs.com/package/@azure/monitor-opentelemetry, https://learn.microsoft.com/en-us/python/api/overview/azure/monitor-opentelemetry-readme?view=azure-python, https://learn.microsoft.com/en-us/troubleshoot/azure/azure-monitor/app-insights/telemetry/investigate-missing-telemetry, https://learn.microsoft.com/en-us/azure/azure-monitor/app/create-workspace-resource, https://docs.azure.cn/en-us/azure-monitor/reference/tables/microsoft-insights_components, https://learn.microsoft.com/en-us/azure/azure-monitor/fundamentals/roles-permissions-security, https://learn.microsoft.com/en-us/azure/azure-monitor/logs/manage-access
I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.