Skip to content

Commit 4960616

Browse files
committed
Updates from external review
1 parent 3e135cc commit 4960616

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The command produces an output file containing the results of the data extract.
2525
## Verify access to the Cluster Manager storage account
2626

2727
> [!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.
2929
3030
If using the Cluster Manager storage method, verify you have access to the Cluster Manager's storage account:
3131

@@ -35,7 +35,7 @@ If using the Cluster Manager storage method, verify you have access to the Clust
3535
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.
3636
1. Request access by creating a support ticket via Portal on the Cluster Manager resource. Provide the public IP address that requires access.
3737

38-
## **PREVIEW:** Sending command output to a user specified storage account
38+
## **PREVIEW:** Send command output to a user specified storage account
3939

4040
> [!IMPORTANT]
4141
> 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.
@@ -120,9 +120,9 @@ az rest --method patch \
120120
--body '{"properties": {"commandOutputSettings":null}}'
121121
```
122122

123-
### Viewing the Principal ID for the Managed Identity
123+
### View the principal ID for the managed identity
124124

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.
126126

127127
The CLI can also be used to view the identity and the associated principal ID data within the cluster.
128128

@@ -662,7 +662,7 @@ https://cmkfjft8twwpst.blob.core.windows.net/bmm-run-command-output/20b217b5-ea3
662662

663663
The CVE data is refreshed per container image every 24 hours or when there's a change to the Kubernetes resource referencing the image.
664664

665-
## Viewing the Output
665+
## Viewing the output
666666

667667
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`.
668668

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

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

1212
# Troubleshoot BMM issues using the `az networkcloud baremetalmachine run-read-command`
1313

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.
1515

1616
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.
1717

@@ -25,7 +25,7 @@ The command produces an output file containing the results of the run-read comma
2525
## Verify access to the Cluster Manager storage account
2626

2727
> [!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.
2929
3030
If using the Cluster Manager storage method, verify you have access to the Cluster Manager's storage account:
3131

@@ -35,7 +35,7 @@ If using the Cluster Manager storage method, verify you have access to the Clust
3535
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.
3636
1. Request access by creating a support ticket via Portal on the Cluster Manager resource. Provide the public IP address that requires access.
3737

38-
## **PREVIEW:** Sending command output to a user specified storage account
38+
## **PREVIEW:** Send command output to a user specified storage account
3939

4040
> [!IMPORTANT]
4141
> 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.
@@ -120,9 +120,9 @@ az rest --method patch \
120120
--body '{"properties": {"commandOutputSettings":null}}'
121121
```
122122

123-
### Viewing the Principal ID for the Managed Identity
123+
### View the principal ID for the managed identity
124124

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.
126126

127127
The CLI can also be used to view the identity and the associated principal ID data within the cluster.
128128

@@ -403,7 +403,7 @@ This guide walks you through accessing the output file that is created in the Cl
403403

404404
1. You can manage & download the output file from the **Overview** pop-out.
405405

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
407407

408408
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).
409409

0 commit comments

Comments
 (0)