【发布时间】:2021-12-26 13:51:23
【问题描述】:
我正在按照说明 here 从云外壳创建一个 azure 静态 Web 应用程序,使用以下命令:
az webapp up --location westindia --name static-webapp-test --html
得到以下Unauthorized 错误:
The webapp 'static-webapp-test' doesn't exist Creating Resource group 'anubhav.das_rg_8008' ... Resource group creation complete Creating AppServicePlan 'anubhav.das_asp_4721' ... Operation returned an invalid status 'Unauthorized'
【问题讨论】:
-
如果我的答案对您有帮助,您可以接受它作为答案(点击答案旁边的复选标记,将其从灰色切换为已填充。)。这对其他社区成员可能是有益的。谢谢
标签: azure azure-web-app-service