VMSS scaleset instance RDP is not working

Anand Rathi 96 Reputation points
2020-08-12T11:32:41.933+00:00

I have followed the quick and simple instructions in this document to create the VMSS scaleset

https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/tutorial-create-and-manage-powershell

but i am unable to RDP using the publicip and the port combination. am i missing any thing?

even i have added the below parameter as suggested in the documet

If you are unable to connect to your scale set, you may need to create a Network Security Group by adding the -SecurityGroupName "mySecurityGroup" parameter.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,101 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
346 questions
{count} votes

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 24,026 Reputation points Microsoft Employee
    2020-08-14T11:30:42.837+00:00

    @Anand Rathi

    Thanks for your patience in troubleshooting the issue.

    The issue you are seeing is due to the NSG configuration. The VMSS default LB is changed from Basic to Standard. Basic LB without NSG explicit rule was working previous(RDP to VMSS nodes). However now that the default LB is Standard, you need to associate NSG with RDP port open in NSG on subnet level.

    Hope this information is helpful.

    I do see that there is a need to update the document to calling our the NSG part. I will immediately share the feedback to document author for updating the content.

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.

    0 comments No comments