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-read.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.custom: template-how-to
13
13
14
14
There may be situations where a user needs to investigate & resolve issues with an on-premises 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
-
The command execution will produce an output file containing the results that can be found in the Cluster Manager's Storage account.
16
+
The command execution produces an output file containing the results that can be found in the Cluster Manager's Storage account.
17
17
18
18
## Prerequisites
19
19
@@ -25,7 +25,7 @@ The command execution will produce an output file containing the results that ca
25
25
26
26
## Executing a run-read command
27
27
28
-
The run-read command will execute a read-only command on the specified BMM.
28
+
The run-read command executes a read-only command on the specified BMM.
29
29
30
30
The current list of supported commands are:
31
31
@@ -82,7 +82,7 @@ Each `--commands` option specifies `command` and `arguments`. For a command with
82
82
83
83
`--debug` is required to get the operation status that can be queried to get the URL for the output file.
84
84
85
-
### This example will execute the `hostname` command and a `ping` command.
85
+
### This example executes the `hostname` command and a `ping` command.
86
86
87
87
```azurecli
88
88
az networkcloud baremetalmachine run-read-command --name "bareMetalMachineName" \
@@ -98,7 +98,7 @@ In the response, an HTTP status code of 202 is returned as the operation is perf
98
98
99
99
## Checking command status and viewing output
100
100
101
-
The debug output of the command execution will contain the 'Azure-AsyncOperation' response header. Note the URL provided.
101
+
The debug output of the command execution contains the 'Azure-AsyncOperation' response header. Note the URL provided.
0 commit comments