fortinetsolutions / Azure-Templates

Azure Templates for Fortinet Solutions
https://www.fortinet.com/azure
61 stars 63 forks source link

At least one tcp and one udp rule must be enabled to allow outbound SNAT - not needed anymore #10

Open shayshahak-zz opened 5 years ago

shayshahak-zz commented 5 years ago

"At least one tcp and one udp rule must be enabled to allow outbound SNAT" - when using the new feature of Azure LB Outbound Rules, that eliminates the need to configure a dummy inbound rule in order to enable outbound SNAT on Azure LB. see this doc for more info:

https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-outbound-rules-overview

an example for creating Outbound Rule: az network lb outbound-rule create --address-pool shayfortipublicLBBE \ --frontend-ip-configs shayfortipublicLBFE \ --lb-name shayfortipublicLoadBalancer \ --name outboundrule \ --protocol All \ --resource-group forti