We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1ea14 commit 3155b84Copy full SHA for 3155b84
articles/nat-gateway/manage-nat-gateway.md
@@ -377,7 +377,7 @@ resource updatedsubnet01 'Microsoft.Network/virtualNetworks/subnets@2023-06-01'
377
parent: vnet
378
name: existingSubnetName
379
properties: {
380
- addressPrefix: vnet.properties.subnets[0].properties.addressPrefix // This line fixes the issue.
+ addressPrefix: vnet.properties.subnets[0].properties.addressPrefix
381
natGateway: {
382
id: natgateway.id
383
}
@@ -438,6 +438,10 @@ az network nat gateway delete \
438
--resource-group myResourceGroup
439
```
440
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
445
---
446
447
> [!NOTE]
0 commit comments