Pun*_*ani 3 azure azure-deployment azure-app-service-envrmnt azure-devops
我们的子网中有 1 个内部ASE。在同一网络的不同子网中,我们部署了一台虚拟机,充当Azure DevOps Agent Windows v2
我们可以从访问此虚拟网络的计算机手动部署 Web 应用程序(使用 Visual Studio),但无法从 Azure DevOps 进行部署。
这是我们所做的
13.107.6.183和13.107.9.183(检查所有端口)-allowUntrusted我们在部署过程中遇到的错误是:
More Information: Could not connect to the remote computer ("{myapp}.scm.{customdomain}.com"). On the remote computer, make sure that Web Deploy is installed and that the required process ("Web Management Service") is started. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_NOT_REACHABLE.
Error: Unable to connect to the remote server
Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond xx.xx.xx.xx:443
Error count: 1.
Run Code Online (Sandbox Code Playgroud)
我们是否遗漏了 NSG 规则中的任何内容?
小智 5
如果构建代理可通过 Internet 访问并且与 ILB ASE 位于同一网络上,基于 Internet 的 CI 系统(例如 GitHub 和 Azure DevOps)仍将与 ILB ASE 配合使用。因此,对于 Azure DevOps,如果构建代理是在与 ILB ASE 相同的 VNET 上创建的(不同子网也可以),它将能够从 Azure DevOps git 提取代码并部署到 ILB ASE。
https://learn.microsoft.com/en-us/azure/app-service/environment/create-ilb-ase
您也可以按照本文的详细步骤进行操作
希望这可以帮助!
| 归档时间: |
|
| 查看次数: |
4834 次 |
| 最近记录: |