Skip to content

Commit 9f8f970

Browse files
authored
Merge pull request #106809 from MarkMcGee1/master
loc fix
2 parents 3fdb6bb + 03b2cac commit 9f8f970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/tutorial-create-validate-nat-gateway-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ New-AzVirtualNetwork -Name $vdn -ResourceGroupName $rsg -Location $loc -AddressP
265265

266266
### Create public IP for destination VM
267267

268-
We create a public IP to be used to access the source VM. Use [New-AzPublicIpAddress](https://docs.microsoft.com/powershell/module/az.network/new-azpublicipaddress?view=latest) to create a public IP address resource named **myPublicIPdestinationVM** in **myResourceGroupNAT**. The result of this command will be stored in a variable named **$publicIpdestinationVM** for later use.
268+
We create a public IP to be used to access the destination VM. Use [New-AzPublicIpAddress](https://docs.microsoft.com/powershell/module/az.network/new-azpublicipaddress?view=latest) to create a public IP address resource named **myPublicIPdestinationVM** in **myResourceGroupNAT**. The result of this command will be stored in a variable named **$publicIpdestinationVM** for later use.
269269

270270
```azurepowershell-interactive
271271
$rsg = 'myResourceGroupNAT'

0 commit comments

Comments
 (0)