Skip to content

Commit f5633ba

Browse files
author
priya shet
committed
Merge branch 'priyshet/networkCloudCLIupdates' of github.com:priyamshet/azure-docs-pr-pshet into priyshet/networkCloudCLIupdates
2 parents 00e58ce + 20b2349 commit f5633ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ az networkcloud baremetalmachine run-read-command --name "<machine-name>"
6565
--subscription "<subscription>"
6666
```
6767

68-
These commands do not require `arguments`:
68+
These commands don't require `arguments`:
6969

7070
- `fdisk -l`
7171
- `hostname`
@@ -85,7 +85,7 @@ These commands can be long running so the recommendation is to set `--limit-time
8585

8686
This command runs synchronously. If you wish to skip waiting for the command to complete, specify the `--no-wait --debug` options. See [how to track asynchronous operations](howto-track-async-operations-cli.md) for more details.
8787

88-
When an optional argument `--output-directory` is provided, the output result will be downloaded and extracted to the local directory.
88+
When an optional argument `--output-directory` is provided, the output result is downloaded and extracted to the local directory.
8989

9090
### This example executes the `hostname` command and a `ping` command.
9191

@@ -102,7 +102,7 @@ In the response, an HTTP status code of 202 is returned as the operation is perf
102102
## Checking command status and viewing output
103103

104104

105-
Sample output looks something like below. It prints the top 4K 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).
105+
Sample output looks something as below. It prints the top 4K 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).
106106

107107
```azurecli
108108
====Action Command Output====

0 commit comments

Comments
 (0)