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
4. Check statuses of the NFC and the NFC `customlocation` are both `Succeeded` from Azure CLI:
163
160
```
164
-
az networkfabric controller show --resource-group "<NFC_RG>" --resource-name "<NFC_NAME>" --subscription <CUSTOMER_SUB_ID> -o table
161
+
az networkfabric controller show --resource-group <NFC_RG> --resource-name <NFC_NAME> --subscription <CUSTOMER_SUB_ID> -o table
165
162
166
163
az networkfabric controller list --subscription <CUSTOMER_SUB_ID> -o table
167
164
az vm list -o table --query "[?location=='<AZURE_REGION>']" --subscription <CUSTOMER_SUB_ID>
@@ -222,7 +219,7 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
222
219
```
223
220
224
221
> [!IMPORTANT]
225
-
> Do not continue if a CM already exists for <CM_NAME>.
222
+
> Don't continue if a CM already exists for <CM_NAME>.
226
223
227
224
3. Create CM from Telco Input template (skip for existing CM) with ARM Deployment from Azure CLI:
228
225
```
@@ -267,15 +264,15 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
267
264
```
268
265
269
266
> [!IMPORTANT]
270
-
> Do not continue if a Fabric custom location already exists for <NF_NAME>.
267
+
> Don't continue if a Fabric custom location already exists for <NF_NAME>.
271
268
272
269
3. Check if Fabric already exists from Azure CLI:
273
270
```
274
271
az networkfabric fabric show --resource-group <NF_RG> --resource-name <NF_NAME> --subscription <CUSTOMER_SUB_ID> -o table
275
272
Code: ResourceNotFound
276
273
```
277
274
> [!IMPORTANT]
278
-
> Do not continue if a Fabric already exists for <NF_NAME>.
275
+
> Don't continue if a Fabric already exists for <NF_NAME>.
279
276
280
277
4. Create Fabric from Telco Input template with Azure CLI:
281
278
```
@@ -303,7 +300,7 @@ If any failures occur, report the <MISE_CID>, <CORRELATION_ID>, status code, and
303
300
az rest --subscription "SUBSCRIPTION_ID" -m put --url /subscriptions/SUBSCRIPTION_ID/resourceGroups/NF_RG/providers/Microsoft.ManagedNetworkFabric/accessControlLists/NNI_1_EGRESS_ACL_1_NAME?api-version=2023-06-15 --body @NNI_1_EGRESS_ACL_1.json
0 commit comments