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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The command produces an output file containing the results of the data extract.
25
25
## Verify access to the Cluster Manager storage account
26
26
27
27
> [!NOTE]
28
-
> The Cluster Manager storage account output method will be deprecated in the future once Cluster on-boarding to Trusted Services is complete and user managed storage option is fully supported.
28
+
> The Cluster Manager storage account output method will be deprecated in the future once Cluster on-boarding to Trusted Services is complete and the user managed storage option is fully supported.
29
29
30
30
If using the Cluster Manager storage method, verify you have access to the Cluster Manager's storage account:
31
31
@@ -35,7 +35,7 @@ If using the Cluster Manager storage method, verify you have access to the Clust
35
35
1. If you encounter a `403 This request is not authorized to perform this operation.` while accessing the storage account, storage account’s firewall settings need to be updated to include the public IP address.
36
36
1. Request access by creating a support ticket via Portal on the Cluster Manager resource. Provide the public IP address that requires access.
37
37
38
-
## **PREVIEW:**Sending command output to a user specified storage account
38
+
## **PREVIEW:**Send command output to a user specified storage account
39
39
40
40
> [!IMPORTANT]
41
41
> Please note that this method of specifying a user storage account for command output is in preview. **This method should only be used with user storage accounts that do not have firewall enabled.** If your environment requires the storage account firewall be enabled, use the existing Cluster Manager output method.
### Viewing the Principal ID for the Managed Identity
123
+
### View the principal ID for the managed identity
124
124
125
-
The identity resource ID can be found by clicking "JSON view" on the identity resource; the ID is at the top of the panel that appears. The container URL can be found on the Settings -> Properties tab of the container resource.
125
+
The identity resource ID can be found by selecting "JSON view" on the identity resource; the ID is at the top of the panel that appears. The container URL can be found on the Settings -> Properties tab of the container resource.
126
126
127
127
The CLI can also be used to view the identity and the associated principal ID data within the cluster.
The CVE data is refreshed per container image every 24 hours or when there's a change to the Kubernetes resource referencing the image.
664
664
665
-
## Viewing the Output
665
+
## Viewing the output
666
666
667
667
The command provides a link (if using cluster manager storage) or another command (if using user provided storage) to download the full output. The tar.gz file also contains the zipped extract command file outputs. Download the output file from the storage blob to a local directory by specifying the directory path in the optional argument `--output-directory`.
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-baremetal-run-read.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom: template-how-to
11
11
12
12
# Troubleshoot BMM issues using the `az networkcloud baremetalmachine run-read-command`
13
13
14
-
There might be situations where a user needs to investigate & resolve issues with an on-premises bare metal machine (BMM). Operator Nexus provides the `az networkcloud baremetalmachine run-read-command` so users can run a curated list of read only commands to get information from a BMM.
14
+
There might be situations where a user needs to investigate and resolve issues with an on-premises bare metal machine (BMM). Operator Nexus provides the `az networkcloud baremetalmachine run-read-command` so users can run a curated list of read only commands to get information from a BMM.
15
15
16
16
The command produces an output file containing the results of the run-read command execution. By default, the data is sent to the Cluster Manager storage account. There's also a preview method where users can configure the Cluster resource with a storage account and identity that has access to the storage account to receive the output.
17
17
@@ -25,7 +25,7 @@ The command produces an output file containing the results of the run-read comma
25
25
## Verify access to the Cluster Manager storage account
26
26
27
27
> [!NOTE]
28
-
> The Cluster Manager storage account output method will be deprecated in the future once Cluster on-boarding to Trusted Services is complete and user managed storage option is fully supported.
28
+
> The Cluster Manager storage account output method will be deprecated in the future once Cluster on-boarding to Trusted Services is complete and the user managed storage option is fully supported.
29
29
30
30
If using the Cluster Manager storage method, verify you have access to the Cluster Manager's storage account:
31
31
@@ -35,7 +35,7 @@ If using the Cluster Manager storage method, verify you have access to the Clust
35
35
1. If you encounter a `403 This request is not authorized to perform this operation.` while accessing the storage account, storage account’s firewall settings need to be updated to include the public IP address.
36
36
1. Request access by creating a support ticket via Portal on the Cluster Manager resource. Provide the public IP address that requires access.
37
37
38
-
## **PREVIEW:**Sending command output to a user specified storage account
38
+
## **PREVIEW:**Send command output to a user specified storage account
39
39
40
40
> [!IMPORTANT]
41
41
> Please note that this method of specifying a user storage account for command output is in preview. **This method should only be used with user storage accounts that do not have firewall enabled.** If your environment requires the storage account firewall be enabled, use the existing Cluster Manager output method.
### Viewing the Principal ID for the Managed Identity
123
+
### View the principal ID for the managed identity
124
124
125
-
The identity resource ID can be found by clicking "JSON view" on the identity resource; the ID is at the top of the panel that appears. The container URL can be found on the Settings -> Properties tab of the container resource.
125
+
The identity resource ID can be found by selecting "JSON view" on the identity resource; the ID is at the top of the panel that appears. The container URL can be found on the Settings -> Properties tab of the container resource.
126
126
127
127
The CLI can also be used to view the identity and the associated principal ID data within the cluster.
128
128
@@ -403,7 +403,7 @@ This guide walks you through accessing the output file that is created in the Cl
403
403
404
404
1. You can manage & download the output file from the **Overview** pop-out.
405
405
406
-
## **PREVIEW**: Checking command status and viewing output in a user specified storage account
406
+
## **PREVIEW**: Check the command status and view the output in a user specified storage account
407
407
408
408
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).
0 commit comments