Skip to content

Commit 4b4939a

Browse files
committed
Minor verbiage changes for update commands
1 parent 2fae326 commit 4b4939a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/operator-nexus/howto-baremetal-run-data-extract.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Troubleshoot bare metal machine issues using the `az network cloud baremetalmachine run-data-extract` command for Azure Operator Nexus
2+
title: Troubleshoot bare metal machine issues using the `az networkcloud baremetalmachine run-data-extract` command for Azure Operator Nexus
33
description: Step by step guide on using the `az networkcloud baremetalmachine run-data-extract` to extract data from a bare metal machine for troubleshooting and diagnostic purposes.
44
author: eak13
55
ms.author: ekarandjeff
@@ -66,7 +66,7 @@ az networkcloud cluster create --name "<cluster-name>" \
6666
--subscription "<subscription>"
6767
```
6868

69-
Use this command to configure an existing cluster for a user-assigned identity:
69+
Use this command to configure an existing cluster for a user provided storage account and user-assigned identity. The update command can also be used to change the storage account location and identity if needed.
7070

7171
```azurecli-interactive
7272
az networkcloud cluster update --name "<cluster-name>" \
@@ -93,7 +93,7 @@ az networkcloud cluster create --name "<cluster-name>" \
9393
--subscription "<subscription>"
9494
```
9595

96-
Use this command to configure the cluster to use its own system-assigned identity:
96+
Use this command to configure an existing cluster for a user provided storage account and to use its own system-assigned identity. The update command can also be used to change the storage account location.
9797

9898
```azurecli-interactive
9999
az networkcloud cluster update --name "<cluster-name>" \

articles/operator-nexus/howto-baremetal-run-read.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ az networkcloud cluster create --name "<cluster-name>" \
6666
--subscription "<subscription>"
6767
```
6868

69-
Use this command to configure an existing cluster for a user-assigned identity:
69+
Use this command to configure an existing cluster for a user provided storage account and user-assigned identity. The update command can also be used to change the storage account location and identity if needed.
7070

7171
```azurecli-interactive
7272
az networkcloud cluster update --name "<cluster-name>" \
@@ -93,7 +93,7 @@ az networkcloud cluster create --name "<cluster-name>" \
9393
--subscription "<subscription>"
9494
```
9595

96-
Use this command to configure the cluster to use its own system-assigned identity:
96+
Use this command to configure an existing cluster for a user provided storage account and to use its own system-assigned identity. The update command can also be used to change the storage account location.
9797

9898
```azurecli-interactive
9999
az networkcloud cluster update --name "<cluster-name>" \

0 commit comments

Comments
 (0)