为了让我从 VS 2019 在 Azure 上获得一个简单的 Bottle Web 应用程序 运行,应该将资源组和运行时堆栈设置为什么?

What should Resource Group and Runtime Stack be set to in order for me to get a simple Bottle web application running on Azure from VS 2019?

按照 this 页面上的说明进行操作时,“使用订阅”下的第 3 步表示:

Specify a name for the web app, leave Resource Group to "Create New", and choose Windows as the operating system.

我正在查看的页面是:

上面第 3 步中的哪个下拉元素表示我应该 select 资源组?

另外,第 3 步说要选择 Windows 作为操作系统。

但是 Windows 的单选按钮只有在我选择 Python 3.6 而不是 3.7 或 3.8 时才 select 可用。

但是我在本地Windows10电脑上安装了Python3.7如下图:

我不知道 Microsoft Azure 应用程序服务器上安装了哪个版本的 Python。所以我很困惑我需要 select 才能在 Microsoft Azure 服务器上正确地 运行 获取这个简单的 Bottle Web 应用程序。

非常感谢您的意见。

第一个问题,考虑到不确定该资源组是否存在,你最好在这里选择create new选项,并具体命名:

第二个问题,关于“但是 Windows 的单选按钮只有在我选择 Python 3.6 时才可选择,而不是 3.7 或 3.8。”建议使用 Linux OS。你可以参考这个 official docs.

最后,看来您对 Azure 应用服务很陌生,您可以先找到 a tutorial or look at the concept