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.
2 parents f98d688 + 4b9d662 commit f0e2c93Copy full SHA for f0e2c93
articles/expressroute/expressroute-howto-erdirect.md
@@ -302,7 +302,12 @@ Create a circuit on the ExpressRoute Direct resource.
302
AllowClassicOperations : False
303
GatewayManagerEtag
304
```
305
-
+## Delete the resource
306
+Prior to deleting the ExpressRoute Direct resource, you first need to delete any ExpressRoute circuits created on the ExpressRoute Direct port pair.
307
+You can delete the ExpressRoute Direct resource by running the following command:
308
+ ```powershell
309
+ Remove-azexpressrouteport -Name $Name -Resourcegroupname -$ResourceGroupName
310
+ ```
311
## Next steps
312
313
For more information about ExpressRoute Direct, see the [Overview](expressroute-erdirect-about.md).
0 commit comments