Skip to content

Commit 7e7790a

Browse files
update
1 parent 150efe1 commit 7e7790a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/expressroute/expressroute-howto-erdirect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ ExpressRoute Direct and ExpressRoute circuit(s) in different subscriptions or Az
355355
1. Verify the authorization was created successfully and store ExpressRoute Direct authorization into a variable:
356356
357357
```powershell
358-
$ERDirectAuthorization = Get-AzExpressRoutePortAuthorization -ExpressRoutePortObject $ERDirect -Name $Name
358+
$ERDirectAuthorization = Get-AzExpressRoutePortAuthorization -ExpressRoutePortObject $ERPort -Name $Name
359359
$ERDirectAuthorization
360360
```
361361

0 commit comments

Comments
 (0)