I'm not able to create the azure function in python which can be used to run python script on PowerApps.
I've tried it on command prompt and also on a visual studio in the app got created but I was not able to deploy it.
Is it possible to automate the execution of a Python script using Microsoft Flow? I'm using this link to create the azure function
(.env) C:\Users\PAhire2\MyFunctionProj>az functionapp create --resource-group myResourceGroup --os-type Windows --consumption-plan-location westeurope --runtime python --name NewApp --storage-account 1234store
usage error: Currently supported runtimes (--runtime) in windows function apps are: dotnet, node, java, powershell.
This is the error message I'm getting