【发布时间】:2019-06-26 13:45:44
【问题描述】:
我无法在 python 中创建可用于在 PowerApps 上运行 python 脚本的 azure 函数。
我已经在命令提示符和创建应用程序的 Visual Studio 上进行了尝试,但我无法部署它。
Is it possible to automate the execution of a Python script using Microsoft Flow? 我正在使用此链接创建 azure 函数
(.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.
这是我收到的错误消息
【问题讨论】:
标签: azure azure-functions