Azure loadBalancerInboundNatPool - 如何设置
Azure loadBalancerInboundNatPool - How to setup
我已经在我的资源组中设置了一个负载均衡器,其中包含一个后端池以及用于 http 和 https 的入站 nat 规则。
现在,当我尝试通过模板创建自动缩放集时,我必须引用 "loadBalancerInboundNatPool"。但这是我可以从错误消息中破译的内容,与 InboundNatRules 不同。
如何 create/find 我的 InboundNatPool 的名称,以便我可以从我的模板中引用它并正确创建我的自动缩放集?
您可以查看执行此操作的现有示例:
https://github.com/Azure/azure-quickstart-templates/tree/master/201-2-vms-loadbalancer-natrules
https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-linux-nat
以及该回购协议中的其他几个人。我不太明白你的问题,但这些模板可以让你实现你的目标
loadBalancerInboundNatPools在vmss中,需要添加到vmss中
我已经在我的资源组中设置了一个负载均衡器,其中包含一个后端池以及用于 http 和 https 的入站 nat 规则。
现在,当我尝试通过模板创建自动缩放集时,我必须引用 "loadBalancerInboundNatPool"。但这是我可以从错误消息中破译的内容,与 InboundNatRules 不同。
如何 create/find 我的 InboundNatPool 的名称,以便我可以从我的模板中引用它并正确创建我的自动缩放集?
您可以查看执行此操作的现有示例:
https://github.com/Azure/azure-quickstart-templates/tree/master/201-2-vms-loadbalancer-natrules
https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-linux-nat
以及该回购协议中的其他几个人。我不太明白你的问题,但这些模板可以让你实现你的目标
loadBalancerInboundNatPools在vmss中,需要添加到vmss中