Skip to content

Commit ef086ab

Browse files
authored
formatting
1 parent 9f388a3 commit ef086ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-nexus/how-to-validate-cables.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ This article explains the Fabric cable validation, where the primary function o
3434
https://management.azure.com/subscriptions/xxxxxxxxxxx/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/xxxxxxxxxxx?api-version=20XX-0X-xx-xx
3535
```
3636
37-
3. You can programmatically check the status of the operation by running the following command:
37+
1. You can programmatically check the status of the operation by running the following command:
3838
```azurecli
3939
az rest -m get -u "<Azure-operationsstatus-endpoint url>"
4040
```
4141
The operation status indicates if the API succeeded or failed.
4242
43-
> [!NOTE]
44-
> The operation takes roughly 20~40 minutes to complete based on the number of racks.
43+
> [!NOTE]
44+
> The operation takes roughly 20~40 minutes to complete based on the number of racks.
4545
46-
4. Download and read the validated results from the storage URL.
46+
1. Download and read the validated results from the storage URL.
4747
4848
Example output is shown in the following sections.
4949

0 commit comments

Comments
 (0)