Skip to content

Commit f0e2c93

Browse files
authored
Merge pull request #97108 from mialdrid/patch-46
Delete ER Direct Resource
2 parents f98d688 + 4b9d662 commit f0e2c93

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/expressroute/expressroute-howto-erdirect.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,12 @@ Create a circuit on the ExpressRoute Direct resource.
302302
AllowClassicOperations : False
303303
GatewayManagerEtag
304304
```
305-
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+
```
306311
## Next steps
307312

308313
For more information about ExpressRoute Direct, see the [Overview](expressroute-erdirect-about.md).

0 commit comments

Comments
 (0)