【发布时间】:2021-11-09 06:04:55
【问题描述】:
我正在使用 kudu zip 推送部署为 Powershell 中的 Web 应用程序部署 Web 作业到 Azure 应用程序
我正在使用以下内容:
az login -u <username>
az account set --subscription <subscription_name>
az webapp deployment source config-zip -g <ResourecGroup> -n <WebAppName> --src <pathetozipfile>
but i keep getting the error:
"az : Getting scm site credentials for zip deployment:
"Deployment endpoint responded with status code 202"
Am i missing a setting or parameter in the deploy ?
如果我检查 Azure,它会说网络作业是“等待重新启动”并且它 没有摆脱那种状态?
【问题讨论】:
标签: powershell azure-webjobs kudu