Skip to content

Commit 42befb5

Browse files
committed
fixes
1 parent f0e9ed8 commit 42befb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/nat-gateway/tutorial-hub-spoke-route-nat.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ $vmConfigParams = @{
503503
$vmConfig = Add-AzVMNetworkInterface @vmConfigParams
504504
```
505505

506-
Use [New-AzVM](/powershell/module/az.compute/new-azvm) to create the VM with Accelerated Networking enabled. The command will generate SSH keys for the virtual machine for login. Make note of the location of the private key. The private key is needed in later steps for connecting to the virtual machine with Azure Bastion.
506+
Use [New-AzVM](/powershell/module/az.compute/new-azvm) to create the VM. The command will generate SSH keys for the virtual machine for login. Make note of the location of the private key. The private key is needed in later steps for connecting to the virtual machine with Azure Bastion.
507507

508508
```azurepowershell
509509
$vmParams = @{
@@ -1475,7 +1475,7 @@ $vmConfigParams = @{
14751475
$vmConfig = New-AzVMConfig @vmConfigParams
14761476
```
14771477
1478-
Use [Set-AzVMOperatingSystem](/powershell/module/az.compute/set-azvmoperatingsystem) and [Set-AzVMSourceImage](/powershell/module/az.compute/set-azvmsourceimage) to create the rest of the VM configuration. The following example creates an Ubuntu Server virtual machine:
1478+
Use [Set-AzVMOperatingSystem](/powershell/module/az.compute/set-azvmoperatingsystem) and [Set-AzVMSourceImage](/powershell/module/az.compute/set-azvmsourceimage) to create the rest of the VM configuration. The following example creates an Windows Server virtual machine:
14791479
14801480
```azurepowershell
14811481
$osParams = @{
@@ -1512,7 +1512,7 @@ $vmConfigParams = @{
15121512
$vmConfig = Add-AzVMNetworkInterface @vmConfigParams
15131513
```
15141514
1515-
Use [New-AzVM](/powershell/module/az.compute/new-azvm) to create the VM. The command will generate SSH keys for the virtual machine for login. Make note of the location of the private key. The private key is needed in later steps for connecting to the virtual machine with Azure Bastion.
1515+
Use [New-AzVM](/powershell/module/az.compute/new-azvm) to create the VM.
15161516
15171517
```azurepowershell
15181518
$vmParams = @{
@@ -2126,7 +2126,7 @@ $vmConfigParams = @{
21262126
$vmConfig = New-AzVMConfig @vmConfigParams
21272127
```
21282128
2129-
Use [Set-AzVMOperatingSystem](/powershell/module/az.compute/set-azvmoperatingsystem) and [Set-AzVMSourceImage](/powershell/module/az.compute/set-azvmsourceimage) to create the rest of the VM configuration. The following example creates an Ubuntu Server virtual machine:
2129+
Use [Set-AzVMOperatingSystem](/powershell/module/az.compute/set-azvmoperatingsystem) and [Set-AzVMSourceImage](/powershell/module/az.compute/set-azvmsourceimage) to create the rest of the VM configuration. The following example creates an Windows Server virtual machine:
21302130
21312131
```azurepowershell
21322132
$osParams = @{
@@ -2163,7 +2163,7 @@ $vmConfigParams = @{
21632163
$vmConfig = Add-AzVMNetworkInterface @vmConfigParams
21642164
```
21652165
2166-
Use [New-AzVM](/powershell/module/az.compute/new-azvm) to create the VM. The command will generate SSH keys for the virtual machine for login. Make note of the location of the private key. The private key is needed in later steps for connecting to the virtual machine with Azure Bastion.
2166+
Use [New-AzVM](/powershell/module/az.compute/new-azvm) to create the VM.
21672167
21682168
```azurepowershell
21692169
$vmParams = @{

0 commit comments

Comments
 (0)