Skip to content

Commit 18a30e0

Browse files
committed
Update howto-append-custom-suffix-to-interface-descriptions.md
1 parent e32c933 commit 18a30e0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/operator-nexus/howto-append-custom-suffix-to-interface-descriptions.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ ms.custom: template-how-to
1111

1212
# Append custom suffix to interface descriptions in Azure Operator Nexus Network Fabric
1313

14-
This guide explains how to append a user-defined suffix (`additionalDescription`) to interface descriptions in Azure Operator Nexus Network Fabric. This feature provides enhanced flexibility for operational annotations, allowing users to customize interface descriptions for specific maintenance or operational requirements.
14+
TThis guide explains how to append a user-defined suffix (`additionalDescription`) to interface descriptions in Azure Operator Nexus Network Fabric. The primary interface description is `read-only,` but the `additionalDescription` property provides enhanced flexibility for operational annotations. This allows users to customize interface descriptions for specific maintenance or operational requirements without altering the system-generated description.
1515

1616
## Prerequisites
1717

18-
- **Azure CLI**: Version 2.61 or higher
18+
- **Azure CLI**: Version 2.69 or higher.
19+
20+
- Install CLI extension **`managednetworkfabric`** 8.0.0 or higher.
1921

2022
## Steps to append a custom suffix
2123

@@ -41,6 +43,8 @@ az networkfabric interface show -g "example-rg" \
4143

4244
### 2. Append a suffix to the interface description
4345

46+
The primary interface description (e.g., AR-CE2(Fab3-AR-CE2):Et1/1 to CR1-TOR1(Fab3-CP1-TOR1)-Port23) is read-only and cannot be modified. However, you can append a custom suffix using the additional-description property. This updates only the additional-description field while keeping the main description unchanged.
47+
4448
To add a custom suffix, use the following command:
4549

4650
```Azure CLI

0 commit comments

Comments
 (0)