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-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ The command produces an output file containing the results of the data extract.
26
26
27
27
See [Azure Operator Nexus Cluster support for managed identities and user provided resources](./howto-cluster-managed-identity-user-provided-resources.md)
28
28
29
+
To access the output, users need the appropriate access to the storage blob. For information on assigning roles to storage accounts, see [Assign an Azure role for access to blob data](/azure/storage/blobs/assign-azure-role-data-access?tabs=portal).
30
+
29
31
### Clear the cluster's CommandOutputSettings
30
32
31
33
To change the cluster from a user-assigned identity to a system-assigned identity, the CommandOutputSettings must first be cleared using the command in the next section, then set using this command.
@@ -84,7 +86,7 @@ The current list of supported commands are
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-baremetal-run-read.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -301,27 +301,9 @@ az networkcloud baremetalmachine run-read-command --name "<bareMetalMachineName>
301
301
--subscription "<subscription>"
302
302
```
303
303
304
-
## How to view the output of an `az networkcloud baremetalmachine run-read-command`in the Cluster Manager Storage account
304
+
## Check the command status and view the output in a user specified storage account
305
305
306
-
This guide walks you through accessing the output file that is created in the Cluster Manager Storage account when an `az networkcloud baremetalmachine run-read-command` is executed on a server. The name of the file is identified in the `az rest` status output.
307
-
308
-
1. Open the Cluster Manager Managed Resource Group for the Cluster where the server is housed and then select the **Storage account**.
309
-
310
-
1. In the Storage account details, select **Storage browser** from the navigation menu on the left side.
311
-
312
-
1. In the Storage browser details, select on **Blob containers**.
313
-
314
-
1. Select the baremetal-run-command-output blob container.
315
-
316
-
1. Storage Account could be locked resulting in `403 This request is not authorized to perform this operation.` due to networking or firewall restrictions. Refer to the [cluster manager storage](#deprecated-method-verify-access-to-the-cluster-manager-storage-account) or the [customer-managed storage](#send-command-output-to-a-user-specified-storage-account) sections for procedures to verify access.
317
-
318
-
1. Select the output file from the run-read command. The file name can be identified from the `az rest --method get` command. Additionally, the **Last modified** timestamp aligns with when the command was executed.
319
-
320
-
1. You can manage & download the output file from the **Overview** pop-out.
321
-
322
-
## **PREVIEW**: Check the command status and view the output in a user specified storage account
323
-
324
-
Sample output is shown. It prints the top 4,000 characters of the result to the screen for convenience and provides a short-lived link to the storage blob containing the command execution result. You can use the link to download the zipped output file (tar.gz).
306
+
Sample output is shown. It prints the top 4,000 characters of the result to the screen for convenience and provides a short-lived link to the storage blob containing the command execution result. You can use the link to download the zipped output file (tar.gz). To access the output, users need the appropriate access to the storage blob. For information on assigning roles to storage accounts, see [Assign an Azure role for access to blob data](/azure/storage/blobs/assign-azure-role-data-access?tabs=portal).
325
307
326
308
```output
327
309
====Action Command Output====
@@ -337,3 +319,21 @@ Sample output is shown. It prints the top 4,000 characters of the result to the
337
319
Script execution result can be found in storage account:
## DEPRECATED: How to view the output of an `az networkcloud baremetalmachine run-read-command` in the Cluster Manager Storage account
324
+
325
+
This guide walks you through accessing the output file that is created in the Cluster Manager Storage account when an `az networkcloud baremetalmachine run-read-command` is executed on a server. The name of the file is identified in the `az rest` status output.
326
+
327
+
1. Open the Cluster Manager Managed Resource Group for the Cluster where the server is housed and then select the **Storage account**.
328
+
329
+
1. In the Storage account details, select **Storage browser** from the navigation menu on the left side.
330
+
331
+
1. In the Storage browser details, select on **Blob containers**.
332
+
333
+
1. Select the baremetal-run-command-output blob container.
334
+
335
+
1. Storage Account could be locked resulting in `403 This request is not authorized to perform this operation.` due to networking or firewall restrictions. Refer to the [cluster manager storage](#deprecated-method-verify-access-to-the-cluster-manager-storage-account) or the [customer-managed storage](#send-command-output-to-a-user-specified-storage-account) sections for procedures to verify access.
336
+
337
+
1. Select the output file from the run-read command. The file name can be identified from the `az rest --method get` command. Additionally, the **Last modified** timestamp aligns with when the command was executed.
338
+
339
+
1. You can manage & download the output file from the **Overview** pop-out.
0 commit comments