Skip to content

Commit b0d376c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

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.
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 approach allows users to customize interface descriptions for specific maintenance or operational requirements without altering the system-generated description.
1515

1616
## Prerequisites
1717

@@ -39,11 +39,11 @@ az networkfabric interface show -g "example-rg" \
3939
| `-g, --resource-group` | `-g` | Name of the resource group where the network device resides. |
4040
| `--network-device-name` | N/A | Name of the Network Fabric device. |
4141
| `--resource-name` | N/A | Name of the network interface resource. |
42-
| `--query` | N/A | Filters the output to show only the specified field (e.g., `description`). |
42+
| `--query` | N/A | Filters the output to show only the specified field (for example, `description`). |
4343

4444
### 2. Append a suffix to the interface description
4545

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.
46+
The primary interface description (for example, AR-CE2(Fab3-AR-CE2):Et1/1 to CR1-TOR1(Fab3-CP1-TOR1)-Port23) is read-only and can't 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.
4747

4848
To add a custom suffix, use the following command:
4949

0 commit comments

Comments
 (0)