Skip to content

Commit 49d98aa

Browse files
authored
Not need HTTP as inbound port
This tutorial does not need HTTP as inbound port on NSG.
1 parent 521c400 commit 49d98aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/tutorial-create-route-table-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Before you select **Create** to create the public or private VM, go to the follo
203203
| Basics | Resource group | **myResourceGroup** |
204204
| | Virtual machine name | *myVmPublic* |
205205
| | Public inbound ports | **Allow selected ports** |
206-
| | Select inbound ports | **HTTP** and **RDP** |
206+
| | Select inbound ports | **RDP** |
207207
| Networking | Virtual network | **myVirtualNetwork** |
208208
| | Subnet | **Public (10.0.0.0/24)** |
209209
| | Public IP address | The default |
@@ -216,7 +216,7 @@ Before you select **Create** to create the public or private VM, go to the follo
216216
| Basics | Resource group | **myResourceGroup** |
217217
| | Virtual machine name | *myVmPrivate* |
218218
| | Public inbound ports | **Allow selected ports** |
219-
| | Select inbound ports | **HTTP** and **RDP** |
219+
| | Select inbound ports | **RDP** |
220220
| Networking | Virtual network | **myVirtualNetwork** |
221221
| | Subnet | **Private (10.0.1.0/24)** |
222222
| | Public IP address | The default |

0 commit comments

Comments
 (0)