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 150efe1 commit 7e7790aCopy full SHA for 7e7790a
articles/expressroute/expressroute-howto-erdirect.md
@@ -355,7 +355,7 @@ ExpressRoute Direct and ExpressRoute circuit(s) in different subscriptions or Az
355
1. Verify the authorization was created successfully and store ExpressRoute Direct authorization into a variable:
356
357
```powershell
358
- $ERDirectAuthorization = Get-AzExpressRoutePortAuthorization -ExpressRoutePortObject $ERDirect -Name $Name
+ $ERDirectAuthorization = Get-AzExpressRoutePortAuthorization -ExpressRoutePortObject $ERPort -Name $Name
359
$ERDirectAuthorization
360
```
361
0 commit comments