I have an existing scale set with Application Gateway. I want to add some NAT rules with port forwarding to the scale set instances. So I created a load balancer with inbound NAT rules, and associated it with VMSS. It didn’t throw any error while creation, but now I don’t have any outbound internet connection. Is it possible to create both application gateway and load balancer for a VMSS? If not, is there any other way to create NAT rules?
Asked
Active
Viewed 871 times
0
-
1how did you create those, can you share the template? neither LB not AppGw block outgoing comms – 4c74356b41 May 18 '18 at 05:27
-
Apologies for the delay in responding. I figured it out, posted the answer. – user1097128 May 18 '18 at 18:03
1 Answers
1
This was because I had created a standard load balancer which doesn't provide outbound connectivity by default. We are required to add a load balancing rule, or every instance of scale set needs to have its own public ip. From this doc - https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-outbound-connections#snat

user1097128
- 93
- 11