问题描述
当我尝试使用Octopus的Service Principle帐户部署Azure Web应用程序时,出现以下指定的错误.我检查了一下,Octopus可以连接到我的azure订阅,但是在部署时,我仍然得到此提示:
When I try to deploy my Azure web app using a Service Principle account from Octopus, it gives me the below specified error. I checked and Octopus is able to connect to my azure subscription but while deploying I still get this:
使用预订ID'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'在资源组ResourceGroupNameXXX中部署到Azure WebApp' AzureXXWebXXApp ' span>
Deploying to Azure WebApp 'AzureXXWebXXApp' in Resource Group ResourceGroupNameXXX, using subscription-id 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
推荐答案
也如上所述在错误消息文件意外结束.以下元素未关闭:结果.线 1,位置550.Kindy检查该行,并确保其正确结束. 如果可行,您可以尝试从另一个网络进行部署只是为了解决问题.
Also, as mentioned in the error message ‘Unexpected end of file has occurred. The following elements are not closed: results. Line 1, position 550. Kindy review the line and ensure that it is appropriately ended. If feasible, you may attempt to deploy from another network just for isolating the issue.
注意: 此回复包含对第三方World Wide的引用网站. Microsoft正在提供 此信息为您提供方便. Microsoft不控制这些站点,也没有测试在这些站点上找到的任何软件或信息;因此,Microsoft无法就任何产品的质量,安全性或适用性做出任何陈述. 在此处找到的软件或信息.另外,不建议我 t关闭防火墙,在测试后立即启用防火墙.
Note:This response contains a reference to a third-party World Wide Web site.Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Also, it is not recommended to turnoff firewall, enable the firewall immediately after the test.
这篇关于无法从Octopus部署Azure Web应用程序.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!