【发布时间】:2022-12-02 06:29:30
【问题描述】:
I am following this guide to deploy python app on Azure. https://learn.microsoft.com/en-us/azure/devops/pipelines/ecosystems/python-webapp?view=azure-devops
I was successfully able to clone the repo and authenticated through Github in Azure Portal Shell.
But I got above error when I tried to deploy the app using the following command.
az webapp up -n PythonFlaskAppExampleApp
【问题讨论】:
标签: python azure azure-web-app-service