Azure / Azure/azure-quickstart-templates

RDP connection to VMSS instances refused for service-fabric-secure-cluster-5-node-1-nodetype deployment

Open
#7,684 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

[service-fabric-secure-cluster-5-node-1-nodetype](https://github.com/Azure/azure-quickstart-templates/tree/master/service-fabric-secure-cluster-5-node-1-nodetype)

Hello and thank you for your templates!

I have the following problem with the [service-fabric-secure-cluster-5-node-1-nodetype](https://github.com/Azure/azure-quickstart-templates/tree/master/service-fabric-secure-cluster-5-node-1-nodetype) template:

The deployment works for me and I am able to open the SF cluster (the webpage with the green circles) after the deployment.

However I am unable to RDP connect to any of the instances eventhough I use the same strings which I had specified for the **adminUsername** and **adminPassword** parameters:

![image](https://user-images.githubusercontent.com/1884458/84574333-12cfb500-ada6-11ea-8729-62e3078002d5.png)

I use the Loader public IP address for the RDP connection and have verified that there is an LB rule for that:

![image](https://user-images.githubusercontent.com/1884458/84574350-29760c00-ada6-11ea-8646-64fec552e8a9.png)

When I enter the **adminUsername** and **adminPassword** strings I had specified during the ARM template deployment, the RDP connection prepends the domain of my corporate notebook (which is wrong).

So I have tried prepending the LB public ip address followed by a backslash in front of the adminUsername but that does not work either.

Also I have tried **.\adminUsername** (takes my corporates notebook's domain which is wrong) and **adminUsername** and **nt1vm_1\adminUsername** (still the connection is refused).

With Microsoft Remote Desktop for mac OS I cannot connect either:

![image](https://user-images.githubusercontent.com/1884458/84685754-12b4ee00-af3b-11ea-8435-de9e5cf81fc7.png)

How can I RDP-connect to an instance of the VMSS of an SF cluster please?

PS: I have also asked [the same question at Stackoverflow](https://stackoverflow.com/questions/62362753/cannot-rdp-to-an-instance-of-virtual-machine-scale-set-of-a-service-fabric-clust).

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the service-fabric-secure-cluster-5-node-1-nodetype template linked in the issue and inspect how the VMSS admin parameters and Loader public IP RDP load-balancer rule are configured. Reproduce the deployment and RDP attempts described for Windows and macOS, then compare the behavior with the linked Stack Overflow question. Done means the template's RDP connection path and required username format are documented or corrected.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.