Search code examples
azureazure-service-fabricazure-virtual-machinerdp

Problems accessing Service Fabric Cluster via RDP


I'm trying to access my service fabric cluster to see the files in it via RDP, but when I use mstsc /v:mycluster.brazilsouth.cloudapp.azure.com:3389 the following error message shows up:

Remote Desktop can’t connect to the remote computer for one of these reasons:

1) Remote access to the server is not enabled

2) The remote computer is turned off

3) The remote computer is not available on the network

Make sure the remote computer is turned on and connected to the network, and that remote access is enabled.

How do I enable my cluster to allow RDP connection?

Just say if you need more infos.

Thank you in advance.


Solution

  • SF cluster instances is a VMSS, by default, Azure opens RDP port on Load Balancer, you don't need change anything. You could find the RDP port on Azure Portal. <your resource group>--><Load balancer>--><Settings>--><Inbound NAT rules>.

    enter image description here

    According to your description, please ensure your VMSS instance is running.

    enter image description here