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/concepts-network-fabric-read-only-commands.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Troubleshooting network devices is a critical aspect of effective network manage
16
16
17
17
## Understanding read-only commands
18
18
19
-
RO commands serve as essential tools for network administrators. Unlike read-write (RW) commands that modify device configurations, RO commands allow administrators to gather diagnostic information without altering the device's state. These commands provide valuable insights into the device's status, configuration, and operational data.
19
+
RO commands serve as essential tools for network administrators. Unlike read-write (RW) commands that modify device configurations, RO commands allow administrators to gather diagnostic information without altering the device's state. These commands provide valuable insights into the device's status, configuration, and operational data. The RO command also supports using a customer-provided storage account for storing output files.
20
20
21
21
## Read-only diagnostic API
22
22
@@ -55,6 +55,8 @@ To use Network Fabric read-only commands, complete the following steps:
55
55
> [!NOTE]
56
56
> The Storage URL must be located in a different region from the Network Fabric. For instance, if the Fabric is hosted in East US, the storage URL should be outside of East US.
57
57
58
+
Alternatively, you can bring your own storage for storing output files by following the steps outlined in the [Bring Your Own Storage for Network Fabric](howto-configure-bring-your-own-storage-network-fabric.md) guide
59
+
58
60
## Command restrictions
59
61
60
62
To ensure security and compliance, RO commands must adhere to the following specific rules:
Copy file name to clipboardExpand all lines: articles/operator-nexus/concepts-network-fabric-read-write-commands.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -511,7 +511,7 @@ The RW command feature is open and there are no restrictions on it. However, pro
511
511
512
512
## Retreive runRW configuration
513
513
514
-
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.
514
+
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.
515
515
516
516
```rest
517
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
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-configure-bring-your-own-storage-network-fabric.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,27 +31,27 @@ Before proceeding, ensure you have:
31
31
32
32
Create the UAMI(s) required for accessing the necessary resources.
33
33
34
-
For more information on creating managed identities, refer to [Manage user-assigned managed](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md)
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)
35
35
36
36
## Configure the storage account
37
37
38
38
### Create or identify a storage account
39
39
40
-
Create a new storage account or use an existing one. Refer to [Create an Azure storage account](/articles/storage/common/storage-account-create).
40
+
Create a new storage account or use an existing one. Refer to [Create an Azure storage account](../storage/common/storage-account-create.md).
41
41
42
42
### Assign the required role
43
43
44
44
Assign the **Storage Blob Data Contributor** role to the users and UAMI needing access to the **runRO** and **cable validation command output**.
45
45
46
-
For role assignment details, see [Assign an Azure role for access to blob data](/articles/storage/blobs/assign-azure-role-data-access.md).
46
+
For role assignment details, see [Assign an Azure role for access to blob data](../storage/blobs/assign-azure-role-data-access.md).
47
47
48
48
### 2.3 Restrict storage account access
49
49
50
50
To limit access, configure Storage Firewalls and Virtual Networks:
51
51
52
52
- Add all required users' IP addresses to the **Virtual Networks** and/or **Firewall** lists.
53
53
54
-
- Follow instructions from [Configure Azure Storage firewalls and virtual networks](/articles/storage/common/storage-network-security.md).
54
+
- Follow instructions from [Configure Azure Storage firewalls and virtual networks](../storage/common/storage-network-security.md).
|**Instance Cluster AKS**| NC4.1.4 | NC Runtime is 1.30.7 |
30
+
|**Azure Linux (aka Mariner)**| NC4.1.4 | NC Runtime is 3.0.20250102 |
31
+
|**Purity**| 6.5.1, 6.5.4, 6.5.6, 6.5.8 ||
32
+
33
+
> [!Note]
34
+
> Management Switches (Arista devices) support only 32bit OS images and all other devices support only 64 bits OS images.
28
35
29
36
### Supported K8S versions
30
37
Versioning schema used for the Operator Nexus Kubernetes service, including the supported Kubernetes versions, are listed at [Supported Kubernetes versions in Azure Operator Nexus Kubernetes service](./reference-nexus-kubernetes-cluster-supported-versions.md).
0 commit comments