Team,
We have a python script that collects data from Kusto and we have a parser for categorization. Currently we run it on our desktop machine. Is there a way to run this python script on Azure using Flow and email the results. A sample code would be very helpful.
Thanks for the information. I am trying to create function apps but for the subscriptions I have, it doesnt allow me to create function apps in any one of them . What would be easiest way to get around that issue ?
If you have an Azure subscription you could use Azure Functions on a Consumption Plan to 'wrap' the script and return results, then bring that API into Flows:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-flow-scenario
Python Example:
https://github.com/yokawasa/azure-functions-python-samples/blob/master/docs/create-function-app-in-azure-portal.md
Note that Python is experimental inside Azure Functions:
https://docs.microsoft.com/en-us/azure/azure-functions/supported-languages
rpersad
16
David_MA
10
Super User 2025 Season 1
Michael E. Gernaey
8
Super User 2025 Season 1