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 8c11924 commit 1bab135Copy full SHA for 1bab135
articles/operator-nexus/how-to-route-policy.md
@@ -570,3 +570,18 @@ Expected output:
570
"type": "microsoft.managednetworkfabric/routepolicies"
571
}
572
```
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