Skip to content

Commit f86f0d8

Browse files
Merge pull request #295502 from sushantjrao/break-glass-setup
updateed note
2 parents 0696773 + fd478c4 commit f86f0d8

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Troubleshooting network devices is a critical aspect of effective network manage
1616

1717
## Understanding read-only commands
1818

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.
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 using api version 2024-06-15.
2020

2121
## Read-only diagnostic API
2222

@@ -36,7 +36,8 @@ By using the read-only diagnostic API, network administrators can efficiently tr
3636

3737
To use Network Fabric read-only commands, complete the following steps:
3838

39-
- Provision the Nexus Network Fabric successfully.
39+
- Provision the Nexus Network Fabric successfully.
40+
4041
- Generate the storage URL.
4142

4243
Refer to [Create a container](../storage/blobs/blob-containers-portal.md#create-a-container) to create a container.
@@ -49,13 +50,16 @@ To use Network Fabric read-only commands, complete the following steps:
4950
> [!NOTE]
5051
> SAS URLs are short lived. By default, it is set to expire in eight hours. If the SAS URL expires, then the fabric must be re-patched.
5152
52-
5353
- Provide the storage URL with WRITE access via a support ticket.
5454

5555
> [!NOTE]
5656
> 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.
5757
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
58+
- Bring your own storage account
59+
Users can bring your own storage for storing output files of runRO command by following the steps outlined in the [Bring Your Own Storage for Network Fabric](howto-configure-bring-your-own-storage-network-fabric.md) guide.
60+
61+
>[!Note]
62+
> Starting with the 2024-06-15 API update, bringing your own storage account is the preferred method. Users should create or associate the fabric instances with your storage account referring to [configure Bring-Your-Own (BYO) Storage for Network Fabric](/articles/operator-nexus/howto-configure-bring-your-own-storage-network-fabric.md) article.
5963
6064
## Command restrictions
6165

@@ -109,9 +113,7 @@ To troubleshoot using read-only commands, follow these steps:
109113
110114
```azurecli
111115
https://management.azure.com/subscriptions/xxxxxxxxxxx/providers/Microsoft.ManagedNetworkFabric/locations/EASTUS/operationStatuses/xxxxxxxxxxx?api-version=20XX-0X-xx-xx
112-
```
113-
114-
116+
```
115117
116118
4. View and download the generated output file. Sample output is shown here.
117119

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
@@ -112,7 +112,7 @@ az networkfabric fabric create --resource-name <fabricname> \
112112
--mi-user-assigned "/subscriptions/<uamisubscriptionid>/resourceGroups/<uamiresourcegroupname>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<uaminame>"
113113
```
114114

115-
### Updating storage account during the creation of Fabric instance
115+
### Updating storage account to an existing Fabric instance
116116

117117
For existing deployments, update the Fabric with the required parameters:
118118

0 commit comments

Comments
 (0)