Skip to content

Commit

Permalink
added more detailed instructions to create security group (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 authored Oct 8, 2024
1 parent 3a089c5 commit 863280f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/cloud/azure/azure-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ Next we need to allow network traffic to the VM so we can access Jupyter and Das
````{tab-item} via Azure Portal
:sync: portal
1. Select **Networking** in the left panel.
2. Select **Add inbound port rule**.
3. Set **Destination port ranges** to `8888,8787`. Keep rest unchanged. Select **Add**.
1. After creating VM, select **Go to resource** to access VM.
2. Select **Networking** -> **Networking Settings** in the left panel.
3. Select **+Create port rule** -> **Add inbound port rule**.
4. Set **Destination port ranges** to `8888,8787`. Keep rest unchanged. Select **Add**.
````
Expand Down

0 comments on commit 863280f

Please sign in to comment.