File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName"
62
62
--limit-time-seconds 600
63
63
```
64
64
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.
66
66
67
67
``` azurecli
68
68
az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
@@ -104,8 +104,8 @@ Script execution result can be found in storage account:
104
104
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
105
105
```
106
106
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
109
109
in the data extract zip file located in the storage account.
110
110
111
111
``` azurecli
You can’t perform that action at this time.
0 commit comments