You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-baremetal-run-data-extract.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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
3
3
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.
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.
70
70
71
71
```azurecli-interactive
72
72
az networkcloud cluster update --name "<cluster-name>" \
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.
97
97
98
98
```azurecli-interactive
99
99
az networkcloud cluster update --name "<cluster-name>" \
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.
70
70
71
71
```azurecli-interactive
72
72
az networkcloud cluster update --name "<cluster-name>" \
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.
97
97
98
98
```azurecli-interactive
99
99
az networkcloud cluster update --name "<cluster-name>" \
0 commit comments