《Windows Azure Platform 系列文章目录

 

  由于目前AAS没有允许整个Azure IP Range开放访问 (类似Allow Azure Service to Access)

  导致每次Automation执行的时候,由于Automation客户端的IP动态变化,且不在AAS防火墙白名单里,导致Automation无法扩容或调整AAS。

  

  我这里研究了一下,可以采用work around的方案,即每次Azure Automation启动的时候,从第三方获得Automation客户端的IP地址

  然后把这个IP动态增加到AAS的防火墙规则里。待更新完毕后,再执行AAS扩容等操作

  https://github.com/leizhang1984/AzureChinaAutomation/blob/master/Az/UpdateAASFirewall.ps1

 

相关文章:

  • 2021-09-10
  • 2022-01-29
  • 2022-01-14
  • 2021-12-17
  • 2021-05-15
  • 2021-07-23
  • 2022-02-28
  • 2021-10-07
猜你喜欢
  • 2021-08-09
  • 2021-05-20
  • 2022-03-05
  • 2021-12-05
  • 2021-09-16
  • 2022-01-08
  • 2021-07-20
相关资源
相似解决方案