通过 api 在 Azure 中的负载均衡器中切换服务器

通过 api 在 Azure 中的负载均衡器中切换服务器

我们有一个漫长而繁重的过程,用于更新客户端的内存目录。在此期间,拥有大型目录的客户端会遇到性能低下的问题。我正在寻找一种方法来打开虚拟机、在其上运行该进程、将其添加到负载平衡器并使用某种类型的 Azure Web 服务或 API 删除其上的其他虚拟机。
谢谢

答案1

使用 PowerShell 重新配置负载均衡器和远程 PowerShell 以远程执行任何进程。此外,使用自动化来自动化该过程。

更新现有负载均衡器

https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-get-started-internet-arm-ps#update-an-existing-load-balancer

温控器

https://docs.microsoft.com/en-us/azure/virtual-machines/virtual-machines-windows-winrm

自动化第一运行手册

https://docs.microsoft.com/en-us/azure/automation/automation-first-runbook-textual-powershell

相关内容