Skip to content

Commit be02d10

Browse files
committed
edits based on SME review
1 parent 788a939 commit be02d10

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ By using the read-only diagnostic API, network administrators can efficiently tr
4545
Refer to [Generate a shared access signature](../storage/blobs/blob-containers-portal.md#generate-a-shared-access-signature) to create the SAS URL of the container. Provide Write permission for SAS.
4646

4747
> [!NOTE]
48-
> ESAS 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.
48+
> 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.
4949
5050

5151
- Provide the storage URL with WRITE access via a support ticket.
@@ -76,15 +76,7 @@ To ensure security and compliance, RO commands must adhere to the following spec
7676
```azurecli
7777
az networkfabric device run-ro --resource-name "<NFResourceName>" --resource-group "<NFResourceGroupName>" --ro-command "show version"
7878
```
79-
Expected output:
8079
81-
```azurecli
82-
{}
83-
```
84-
85-
```azurecli
86-
az networkfabric device run-ro --resource-name "<NFResourceName>" --resource-group "<NFResourceGroupName>" --ro-command "show version" -- no-wait --debug
87-
```
8880
Expected output:
8981
9082
```azurecli

0 commit comments

Comments
 (0)