Skip to content

Commit b91f568

Browse files
author
Brian Tray
committed
Acrolinx updates
1 parent c29e891 commit b91f568

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName"
6262
--limit-time-seconds 600
6363
```
6464

65-
This example executes the `mde-agent-information` command where no arguments are required.
65+
This example executes the `mde-agent-information` command without arguments.
6666

6767
```azurecli
6868
az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
@@ -104,8 +104,8 @@ Script execution result can be found in storage account:
104104
https://cm2p9bctvhxnst.blob.core.windows.net/bmm-run-command-output/dd84df50-7b02-4d10-a2be-46782cbf4eef-action-bmmdataextcmd.tar.gz?se=2023-04-14T01%3A00%3A15Zandsig=ZJcsNoBzvOkUNL0IQ3XGtbJSaZxYqmtd%2BM6rmxDFqXE%3Dandsp=randspr=httpsandsr=bandst=2023-04-13T21%3A00%3A15Zandsv=2019-12-12
105105
```
106106

107-
Data is collected from the `mde-agent-information` command and formatted as JSON
108-
to `/hostfs/tmp/runcommand/mde-agent-information.json`. The JSON file can be found
107+
Data is collected with the `mde-agent-information` command and formatted as JSON
108+
to `/hostfs/tmp/runcommand/mde-agent-information.json`. The JSON file is found
109109
in the data extract zip file located in the storage account.
110110

111111
```azurecli

0 commit comments

Comments
 (0)