Skip to content

Commit 514dcc7

Browse files
committed
update
1 parent cae9dc3 commit 514dcc7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/operator-nexus/concepts-network-fabric-read-write-commands.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,14 @@ The RW command feature is open and there are no restrictions on it. However, pro
514514
To obtain the last successfully applied runRW configuration, refer to the `rwDeviceConfig` property. This property stores the last successfully applied RW configuration for the device. To access it, perform a GET request on the device resource.
515515

516516
```rest
517-
az rest -m get -u /subscriptions/<example-subscription-id>/resourceGroups/<example-rg>/providers/Microsoft.ManagedNetworkFabric/NetworkDevices/<example-devicename>?api-version=2024-06-15-preview
517+
az networkfabric device show --resource-group "example-rg" --resource-name "example-device"
518518
```
519519

520+
| Parameter | Alias | Description |
521+
|--------------------|-------|-------------|
522+
| `--resource-group` | `-g` | Name of resource group. You can configure the default group using `az configure --defaults group=<name>`. |
523+
| `--resource-name` | | Name of the Network Device. |
524+
520525
Expected output
521526

522527
```

articles/operator-nexus/howto-configure-bring-your-own-storage-network-fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before proceeding, ensure you have:
3131

3232
Create the UAMI(s) required for accessing the necessary resources.
3333

34-
For more information on creating managed identities, refer to [Manage user-assigned managed identities](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp)
34+
For more information on creating managed identities, refer to [Manage user-assigned managed identities](https://learn.microsoft.com/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp)
3535

3636
## Configure the storage account
3737

0 commit comments

Comments
 (0)