Are you sure you are even hitting any public endpoints? If you are using an internal load balancer it is staying within the Vnet so NSGs shouldn't cause any blocks. I personally am not 100% sure what ports devops uses but generally for Service Fabric you should have port 80, 443, and the fabric manager port is 19000. But again, if you are using internal Vnets, you won't actually hit the external web and NSGs won't care if you have the needed inbound ports. Might be best to set it up and if you hit a blocker dig in deeper with some traces.
Needed inbound rules within NSG for Windows VM with Azure DevOps Agent
Ping Fung Yin
6
Reputation points
I have a VM which is used as a management endpoint for my service fabric cluster which will be connected through an internal load balancer. My VM will also be connected through a devops server. Considering all these which ports in my inbound rules within my NSG would need to be open?
1 answer
Sort by: Most helpful
-
Micah McKittrick 946 Reputation points Microsoft Employee
2019-11-19T21:41:23.823+00:00