SOLVED

Azure App Insights Log Analytics > Python Connector

Microsoft

Hi,

 

I am trying to pull log data from App Insights Log Analytics with a Python script so that I can do automated robust data analysis. There is a connector for App Insights to PowerBI but I am having trouble finding one for App Insights to Python. Does a connector exist?

 

Thanks,

Stefan

2 Replies
best response confirmed by Stanislav Zhelyazkov (MVP)
Solution

Hi@stefan_kaehler I am not sure what you mean by connector for App Insights to Python? Does not makes any sense. Python is scripting language where PowerBI is service for reporting and dashboarding. You can pull data from App Insights by using its API.

https://dev.applicationinsights.io/

Additionally there is azure sdk for python https://github.com/Azure/azure-sdk-for-python.

Thanks @Stanislav Zhelyazkov! The App Insights API should work! 

1 best response

Accepted Solutions
best response confirmed by Stanislav Zhelyazkov (MVP)
Solution

Hi@stefan_kaehler I am not sure what you mean by connector for App Insights to Python? Does not makes any sense. Python is scripting language where PowerBI is service for reporting and dashboarding. You can pull data from App Insights by using its API.

https://dev.applicationinsights.io/

Additionally there is azure sdk for python https://github.com/Azure/azure-sdk-for-python.

View solution in original post