You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/create-device-update-account.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Create a device update account in Device Update for Azure IoT Hub | Micro
3
3
description: Create a device update account in Device Update for Azure IoT Hub.
4
4
author: vimeht
5
5
ms.author: vimeht
6
-
ms.date: 06/21/2022
6
+
ms.date: 06/22/2022
7
7
ms.topic: how-to
8
8
ms.service: iot-hub-device-update
9
9
ms.custom: subject-rbac-steps
@@ -27,14 +27,16 @@ An IoT hub. It's recommended that you use an S1 (Standard) tier or above.
27
27
28
28
* Use the Bash environment in [Azure Cloud Shell](../cloud-shell/quickstart.md).
29
29
30
-
[](https://shell.azure.com)
30
+
[](https://shell.azure.com)
31
31
32
32
* If you prefer to run CLI reference commands locally, [install the Azure CLI](/cli/azure/install-azure-cli)
33
33
34
34
* Sign in to the Azure CLI by using the [az login](/cli/azure/reference-index#az-login) command.
35
35
* Run [az version](/cli/azure/reference-index#az-version) to find the version and dependent libraries that are installed. To upgrade to the latest version, run [az upgrade](/cli/azure/reference-index#az-upgrade).
36
36
* When prompted, install Azure CLI extensions on first use. The commands in this article use the **azure-iot** extension. Run `az extension update --name azure-iot` to make sure you're using the latest version of the extension.
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/device-update-log-collection.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Learn how to initiate a Device Update for IoT Hub log operation and view collect
22
22
23
23
> [!NOTE]
24
24
> The remote log collection feature is currently compatible only with devices that implement the Diagnostic Interface and are able to upload files to Azure Blob storage. The reference agent implementation also expects the device to write log files to a user-specified file path on the device.
25
+
25
26
# [CLI](#tab/cli)
26
27
27
28
*[Access to an IoT Hub with Device Update for IoT Hub enabled](create-device-update-account.md).
@@ -34,7 +35,7 @@ Learn how to initiate a Device Update for IoT Hub log operation and view collect
34
35
35
36
* Use the Bash environment in [Azure Cloud Shell](../cloud-shell/quickstart.md).
36
37
37
-
[](https://shell.azure.com)
38
+
[](https://shell.azure.com)
38
39
39
40
* If you prefer to run CLI reference commands locally, [install the Azure CLI](/cli/azure/install-azure-cli)
40
41
@@ -45,6 +46,8 @@ Learn how to initiate a Device Update for IoT Hub log operation and view collect
45
46
> [!NOTE]
46
47
> The remote log collection feature is currently compatible only with devices that implement the Diagnostic Interface and are able to upload files to Azure Blob storage. The reference agent implementation also expects the device to write log files to a user-specified file path on the device.
47
48
49
+
---
50
+
48
51
## Link your Azure Blob storage account to your Device Update instance
49
52
50
53
In order to use the remote log collection feature, you must first link an Azure Blob storage account with your Device Update instance. This Azure Blob storage account is where your devices will upload diagnostic logs to.
0 commit comments