microsoft / AzureTipsAndTricks

Learn some of our favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Star the repo now to shave hours off your coding tasks tomorrow.
http://azuredev.tips
Creative Commons Attribution 4.0 International
1.49k stars 489 forks source link

Tip 242 - #65

Closed richeney closed 4 years ago

richeney commented 4 years ago

Kumar, good tip! (I do find these useful!)

It is handy to know the source IP address for the NLB probes. Am I right in thinking that this is included in the Service Tag "AzureLoadBalancer" and that you can use that in the higher priority NSG rules instead?

Rich

kumarallamraju commented 4 years ago

Hi Rich,

That's right. I will make that clear in the article now. The customer is using internal load balancer and they have a rule called "DenyInternet" that blocks all traffic coming from Internet and accepts only from virtual network. We asked them to create a rule that's higher priority than this one that allows traffic from 168.63.129.16

mbcrump commented 4 years ago

Closing this one! Thanks!