当我使用专用终结点运行 Azure 应用程序服务的发布管道时,发生以下错误错误:无法获取 Kudu 应用程序设置。错误:IP 被禁止(代码:403)
有什么建议吗?
在Azure中,我为以下项启用了IP限制:
该解决方案仍在本地和DevOps(也称为Team Foundation Server)中构建。
但是,Azure App Service部署现在失败:
##[error]Failed to deploy App Service.
##[error]Error Code: ERROR_COULD_NOT_CONNECT_TO_REMOTESVC
More Information: Could not connect to the remote computer
("MYSITENAME.scm.azurewebsites.net") using the specified process ("Web Management Service") because the server did not respond. Make sure that the process ("Web Management Service") is started on the remote computer.
Error: The remote server returned an error: (403) Forbidden.
Error count: 1.
Run Code Online (Sandbox Code Playgroud)
如何通过防火墙进行部署?
我是否需要虚拟网络将Azure资源隐藏在列入白名单的IP后面?