Skip to content

Commit b95241f

Browse files
authored
Update articles/iot-hub-device-update/device-update-log-collection.md
1 parent 70dc856 commit b95241f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub-device-update/device-update-log-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Replace the following placeholders with your own information:
8080
* *\<storage_id>*: The resource ID of the storage account where the diagnostics logs will be stored. You can retrieve the resource ID by using the [az storage show](/cli/azure/storage/account#az-storage-account-show) command and querying for the ID value: `az storage account show -n <storage_name> --query id`.
8181

8282
```azurecli-interactive
83-
az iot device-update instance update --account <account_name> -instance <instance_name> --set enableDiagnostics=true diagnosticStorageProperties.resourceId=<storage_id>
83+
az iot device-update instance update --account <account_name> --instance <instance_name> --set enableDiagnostics=true diagnosticStorageProperties.resourceId=<storage_id>
8484
```
8585

8686
---

0 commit comments

Comments
 (0)