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
Copy file name to clipboardExpand all lines: articles/operator-nexus/troubleshoot-aks-hybrid-cluster.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,14 +112,14 @@ At a high level, the steps to create isolation domains are:
112
112
1. Enable the L3 isolation domain by using the following command:
113
113
114
114
~~~bash
115
-
az nf l3domain update-admin-state --resource-group "RESOURCE_GROUP_NAME" --resource-name "L3ISOLATIONDOMAIN_NAME" --state "Enable"
115
+
az networkfabric l3domain update-admin-state --resource-group "RESOURCE_GROUP_NAME" --resource-name "L3ISOLATIONDOMAIN_NAME" --state "Enable"
116
116
~~~
117
117
118
118
It's important to check that the fabric resources achieve an `administrativeState` value of `Enabled`, and that the `provisioningState` value is `Succeeded`. If the `update-admin-state` step is skipped or unsuccessful, the networks can't operate. You can use `show` commands to check the values. For example:
119
119
120
120
~~~bash
121
-
az nf l3domain show -g "example-rg" --resource-name "l2domainname" -o table
122
-
az nf l2domain show -g "example-rg" --resource-name "l3domainname" -o table
121
+
az networkfabric l3domain show -g "example-rg" --resource-name "l2domainname" -o table
122
+
az networkfabric l2domain show -g "example-rg" --resource-name "l3domainname" -o table
0 commit comments