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 054f365 commit 4b9d662Copy full SHA for 4b9d662
articles/expressroute/expressroute-howto-erdirect.md
@@ -265,7 +265,12 @@ Create a circuit on the ExpressRoute Direct resource.
265
AllowClassicOperations : False
266
GatewayManagerEtag
267
```
268
-
+## Delete the resource
269
+Prior to deleting the ExpressRoute Direct resource, you first need to delete any ExpressRoute circuits created on the ExpressRoute Direct port pair.
270
+You can delete the ExpressRoute Direct resource by running the following command:
271
+ ```powershell
272
+ Remove-azexpressrouteport -Name $Name -Resourcegroupname -$ResourceGroupName
273
+ ```
274
## Next steps
275
276
For more information about ExpressRoute Direct, see the [Overview](expressroute-erdirect-about.md).
0 commit comments