Skip to content

Commit 8684215

Browse files
authored
Merge pull request #64604 from sandervandevelde/patch-10
Update how-to-retrieve-iot-edge-logs.md
2 parents 63084eb + f8c639e commit 8684215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/how-to-retrieve-iot-edge-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ az iot hub invoke-module-method --method-name 'GetTaskStatus' -n <hub name> -d <
364364
'
365365
```
366366

367-
In the Azure portal, invoke the method with the method name `UploadModuleLogs` and the following JSON payload after populating the GUID with your information:
367+
In the Azure portal, invoke the method with the method name `GetTaskStatus` and the following JSON payload after populating the GUID with your information:
368368

369369
```json
370370
{
@@ -377,4 +377,4 @@ In the Azure portal, invoke the method with the method name `UploadModuleLogs` a
377377

378378
## Next steps
379379

380-
[Properties of the IoT Edge agent and IoT Edge hub module twins](module-edgeagent-edgehub.md)
380+
[Properties of the IoT Edge agent and IoT Edge hub module twins](module-edgeagent-edgehub.md)

0 commit comments

Comments
 (0)