相关疑难解决方法(0)

通过 Azure DevOps 使用专用终结点部署应用服务

当我使用专用终结点运行 Azure 应用程序服务的发布管道时,发生以下错误错误:无法获取 Kudu 应用程序设置。错误:IP 被禁止(代码:403)

有什么建议吗?

azure endpoint azure-appservice

9
推荐指数
2
解决办法
2万
查看次数

Azure App Service Deploy返回(403)受IP限制禁止

在Azure中,我为以下项启用了IP限制:

  • Web App(网络>访问限制)
  • SQL Server(防火墙和虚拟网络>添加客户端IP)
  • SQL数据库(设置服务器设置)

该解决方案仍在本地和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后面?

azure

4
推荐指数
2
解决办法
1320
查看次数

标签 统计

azure ×2

azure-appservice ×1

endpoint ×1