Sep 18 2019 05:22 PM
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
Sep 19 2019 07:55 AM
SolutionHi@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.
Sep 19 2019 10:08 AM
Thanks @Stanislav Zhelyazkov! The App Insights API should work!