File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,22 @@ To have a Windows .NET environment for testing, especially for legacy frameworks
5555
5656** 2. Update the Security Group**
5757
58- Azure always wants to open up RDP to the entire internet for some reason. So you'll need to lock it down. After creation:
58+ Azure always wants to open up RDP to the entire internet, for some reason. So you'll need to lock it down. Immediately after VM creation:
5959
60601 . Edit the new Network Security Group (NSG) that is associated with the VM.
61611 . Delete the default "allow all" inbound rule to port 3389
62621 . Add a new rule: Settings > Inbound security rules > Add:
6363 - Source: ** My IP Address**
6464 - Service: ** RDP**
6565
66+ ** 3. Set up Visual Studio**
67+
68+ 1 . From the desktop, launch ** Visual Studio 2022** (first launch will take some time)
69+ 2 . Open your project (the ` .sln ` file)
70+ 3 . Build/rebuild the project or edit it as necessary.
71+
72+ ** 4. Install Docker (if necessary)** - see [ Docker] ( ./docker.html ) for steps.
73+
6674### RBAC in Azure
6775
6876#### Working with App Registrations and Service Principals
You can’t perform that action at this time.
0 commit comments