Skip to content

Commit 3155b84

Browse files
committed
fixes
1 parent 5b1ea14 commit 3155b84

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/nat-gateway/manage-nat-gateway.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ resource updatedsubnet01 'Microsoft.Network/virtualNetworks/subnets@2023-06-01'
377377
parent: vnet
378378
name: existingSubnetName
379379
properties: {
380-
addressPrefix: vnet.properties.subnets[0].properties.addressPrefix // This line fixes the issue.
380+
addressPrefix: vnet.properties.subnets[0].properties.addressPrefix
381381
natGateway: {
382382
id: natgateway.id
383383
}
@@ -438,6 +438,10 @@ az network nat gateway delete \
438438
--resource-group myResourceGroup
439439
```
440440

441+
# [**Bicep**](#tab/manage-nat-bicep)
442+
443+
Use the Azure portal, Azure PowerShell, or Azure CLI to remove a NAT gateway from a subnet and delete the resource.
444+
441445
---
442446

443447
> [!NOTE]

0 commit comments

Comments
 (0)