You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -836,7 +836,7 @@ You can create an authorization for your ExpressRoute Direct resource, and redee
836
836
Sample output:
837
837
```powershell
838
838
Name : ERDirectAuthorization_1
839
-
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/erdirect-rg/providers/Microsoft.Network/expressRoutePorts/erdirect/authorizations/ERDirectAuthorization_1
839
+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/erdirect-rg/providers/Microsoft.Network/expressRoutePorts/erdirect/authorizations/ERDirectAuthorization_1
@@ -854,9 +854,9 @@ You can create an authorization for your ExpressRoute Direct resource, and redee
854
854
Sample output:
855
855
```powershell
856
856
Name : ERDirectAuthorization_1
857
-
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/erdirect-rg/providers/Microsoft.Network/expressRoutePorts/erdirect/authorizations/ERDirectAuthorization_1
857
+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/erdirect-rg/providers/Microsoft.Network/expressRoutePorts/erdirect/authorizations/ERDirectAuthorization_1
You can create an authorization for your ExpressRoute Direct resource, and redeem the authorization to create an ExpressRoute circuit in a different subscription or Microsoft Entra tenant.
876
+
877
+
1. Sign in to Azure and select the subscription:
878
+
879
+
```azurecli
880
+
az login
881
+
882
+
az account set --subscription "<SubscriptionID or SubscriptionName>"
883
+
884
+
1. Get ExpressRoute Direct details:
885
+
886
+
```azurecli-interactive
887
+
az network express-route port list
888
+
az network express-route port show --name <Name> --resource-group <ResourceGroupName>
889
+
```
890
+
891
+
1. Create an authorization for the ExpressRoute Direct resource:
892
+
893
+
```azurecli-interactive
894
+
az network express-route port authorization create --express-route-port <Name> --resource-group <ResourceGroupName> --name <AuthName>
0 commit comments