Skip to content

Commit 1bab135

Browse files
authored
Update how-to-route-policy.md
Add delete routePolicy step.
1 parent 8c11924 commit 1bab135

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/operator-nexus/how-to-route-policy.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,3 +570,18 @@ Expected output:
570570
"type": "microsoft.managednetworkfabric/routepolicies"
571571
}
572572
```
573+
### Delete route policy
574+
575+
This command delete route policies:
576+
577+
```Azurecli
578+
az networkfabric routepolicy delete --resource-group "ResourceGroupName" --resource-name "rcf-Fab3-l3domain-v6-connsubnet-ext-policy"
579+
```
580+
Expected output:
581+
582+
```Output
583+
{
584+
"status": "Succeeded",
585+
"message": "The route policy 'rcf-Fab3-l3domain-v6-connsubnet-ext-policy' in resource group 'ResourceGroupName' has been successfully deleted."
586+
}
587+
```

0 commit comments

Comments
 (0)