Azure Load Balancer
2 TopicsBasic LoadBalancer Upgrade - no outbound rule created
The AzureBasicLoadBalancerUpgrade module used for upgrading load balancer from basic to standard sku. It doesn't seem to create outbound rule when there's no existing backend pool in the basic LB. It can create the outbound rule if there is pre-existing backendpool in the basic lb. I know the outbound connection is implicit in the basic LB and I want to maintain the outbound connection after upgrading to standard sku. So my question is whether it's ok to create a backendpool for the standard LB using all the nics from inbound NAT rule then create a outbound rule based on the new backend pool? Is there's any security concern by doing this way?Solved61Views0likes2CommentsAzure Load Balancer configuration - getting connection timeout
We are using Az Loadbalancer for our application, Our application has a batch job that is failing because LB connection time out is set to 30 min. and the process takes more then that to acknowledge. Is their any way to configure the LB connection timeout3.3KViews0likes3Comments