Skip to content

Commit b438de8

Browse files
authored
Update Azure setup instructions for clarity
Reworded instructions for clarity and added steps for setting up Visual Studio and Docker.
1 parent 02d8ec1 commit b438de8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

_articles/azure.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6060
1. Edit the new Network Security Group (NSG) that is associated with the VM.
6161
1. Delete the default "allow all" inbound rule to port 3389
6262
1. 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

0 commit comments

Comments
 (0)