从Visual Studio Team Services部署到Azure Web App空Web App位置下拉列表

时间:2016-10-04 13:42:13

标签: azure deployment tfs azure-devops azure-web-sites

我正在尝试为我的MVC应用配置自动部署,该应用使用来自Visual Studio Team Services(使用Visual Studio Online)的npm和gulp,使用Git到Azure Web App。我已经在Team Services中配置了构建步骤,并且构建工作正常,但我无法弄清楚如何配置到Azure的部署。 Web App Location下拉列表是空的,我甚至不确定它应该是什么。任何帮助都会很棒。

enter image description here

以下是我的解决方案,您只需输入位置名称(地理区域)和应用名称({appname} .azurewebsites.net),即可在构建解决方案步骤中指定Web Deploy Package:

enter image description here

1 个答案:

答案 0 :(得分:1)

我可以重现您的方案,Web App Location中没有下拉列表。您可以尝试在Web App Location中输入位置,然后在Web App Name中输入网站名称。创建Web App时,您可以在Azure中引用App Service Location的位置:

enter image description here

enter image description here