【发布时间】:2022-04-04 23:16:01
【问题描述】:
我正在尝试创建仅具有静态 HTML 的 Web 应用程序。我正在关注此链接https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-html。但是当我执行以下命令时
az webapp up --location westeurope --name .
收到错误 - “无法自动检测您应用的运行时堆栈”。
【问题讨论】:
-
快速入门和the documentation 之间似乎存在矛盾,the documentation 没有将静态 html 列为受支持。在快速入门的反馈部分中,您可能会更幸运地报告这一点。
-
我已经在反馈部分发布了这个。知道这是一个已知问题。 Github 链接供参考:github.com/MicrosoftDocs/azure-docs/issues/43633
标签: azure azure-web-app-service