I have an Azure Windows VMSS with 2 instances in running state with a load balancer:
- LB Rule - Port 80
- Inbound NAT Rule - Frontend Port 50000, Service Port 3389
My VMSS Public IP is 20.1.13.195
I'm connecting with 1st VM instance using RDP Service - 20.1.13.195:50000 2nd VM Instance with - 20.1.13.195:50001.
- VMSS Name is: TestWinVMSS01
- Instance1 Name: TestWinVMSS01_0
- Instance2 Name: TestWinVMSS01_1
I'm able to connect with 1st VMSS Instances using (its Public IP : Front end Port) in RDP Connection Service.
I also tested with the IP 20.1.13.195:50002
which is connection failed because there is no 3rd instance. This is as expected.
My Doubt is When I'm Connecting with the Instance IP (20.1.13.195:50001), Can I Confirm it is connecting to 2nd VM Instance. If yes, how?