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
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
---
2
-
title: Create a device update account in Device Update for Azure IoT Hub | Microsoft Docs
3
-
description: Create a device update account in Device Update for Azure IoT Hub.
2
+
title: Create an account for Device Update for Azure IoT Hub
3
+
description: Create a device update account and instance in Device Update for Azure IoT Hub using the Azure portal or CLI.
4
4
author: eshashah
5
5
ms.author: eshashah
6
6
ms.date: 10/30/2022
7
7
ms.topic: how-to
8
8
ms.service: iot-hub-device-update
9
9
---
10
10
11
-
# Device Update for IoT Hub resource management
11
+
# Create Device Update for IoT Hub resources
12
12
13
-
To get started with Device Update you'll need to create a Device Update account and instance, and then set access control roles.
13
+
To get started with Device Update, create a Device Update account and instance, and then set access control roles.
14
+
15
+
A Device Update account is a resource in your Azure subscription. A Device Update instance is a logical container within an account that is associated with a specific IoT hub. An instance contains updates and deployments associated with its IoT hub. You can create multiple instances within an account. For more information, see [Device Update resources](device-update-resources.md).
14
16
15
17
## Prerequisites
16
18
@@ -38,16 +40,16 @@ An IoT hub. It's required that you use an S1 (Standard) tier or above.
38
40
39
41
---
40
42
41
-
## Create a Device Update account and instance
43
+
## Create an account and instance
42
44
43
45
# [Azure portal](#tab/portal)
44
46
45
47
1. In the [Azure portal](https://portal.azure.com), select **Create a Resource** and search for "Device Update for IoT Hub"
46
48
47
-
:::image type="content" source="media/create-device-update-account/device-update-marketplace.png" alt-text="Screenshot of Device Update for IoT Hub resource." lightbox="media/create-device-update-account/device-update-marketplace.png":::
48
-
49
49
2. Select **Create** > **Device Update for IoT Hub**
50
50
51
+
:::image type="content" source="media/create-device-update-account/device-update-marketplace.png" alt-text="Screenshot of Device Update for IoT Hub resource." lightbox="media/create-device-update-account/device-update-marketplace.png":::
52
+
51
53
3. On the **Basics** tab, provide the following information for your Device Update account and instance:
52
54
53
55
***Subscription**: The Azure subscription to be associated with your Device Update account.
@@ -61,22 +63,22 @@ An IoT hub. It's required that you use an S1 (Standard) tier or above.
61
63
> [!NOTE]
62
64
> If you are unable to grant access to Azure Device Update service principal during resource creation, refer to [configure the access control for users and Azure Device Update service principal](configure-access-control-device-update.md) . If this access is not set you will not be able to run deployment, device management and diagnostic operations. Learn more about the [Azure Device Update service principal access](device-update-control-access.md#configuring-access-for-azure-device-update-service-principal-in-the-iot-hub).
63
65
64
-
:::image type="content" source="media/create-device-update-account/account-details.png" alt-text="Screenshot of account details." lightbox="media/create-device-update-account/account-details.png":::
66
+
:::image type="content" source="media/create-device-update-account/account-details.png" alt-text="Screenshot of account details for a new Device Update account." lightbox="media/create-device-update-account/account-details.png":::
65
67
66
-
5. Select **Next: Diagnostics**. Enabling Microsoft diagnostics, gives Microsoft permission to collect, store, and analyze diagnostic log files from your devices when they encounter an update failure. In order to enable remote log collection for diagnostics, you need to link your Device Update instance to your Azure Blob storage account. Selecting the Azure Storage account will automatically update the storage details.
68
+
4. Select **Next: Diagnostics**. Enabling Microsoft diagnostics, gives Microsoft permission to collect, store, and analyze diagnostic log files from your devices when they encounter an update failure. In order to enable remote log collection for diagnostics, you need to link your Device Update instance to your Azure Blob storage account. Selecting the Azure Storage account will automatically update the storage details.
67
69
68
70
:::image type="content" source="media/create-device-update-account/account-diagnostics.png" alt-text="Screenshot of diagnostic details." lightbox="media/create-device-update-account/account-diagnostics.png":::
69
71
70
-
6. On the **Networking** tab, to continue creating Device Update account and instance.
72
+
5. On the **Networking** tab, to continue creating Device Update account and instance.
71
73
Choose the endpoints that devices can use to connect to your Device Update instance. Accept the default setting, Public access, for this example.
72
74
73
75
:::image type="content" source="media/create-device-update-account/account-networking.png" alt-text="Screenshot of networking details." lightbox="media/create-device-update-account/account-networking.png":::
74
76
75
-
7. Select **Next: Review + Create**. After validation, select **Create**.
77
+
6. Select **Next: Review + Create**. After validation, select **Create**.
76
78
77
79
:::image type="content" source="media/create-device-update-account/account-review.png" alt-text="Screenshot of account review." lightbox="media/create-device-update-account/account-review.png":::
78
80
79
-
8. You'll see that your deployment is in progress. The deployment status will change to "complete" in a few minutes. When it does, select **Go to resource**
81
+
7. You'll see that your deployment is in progress. The deployment status will change to "complete" in a few minutes. When it does, select **Go to resource**
80
82
81
83
# [Azure CLI](#tab/cli)
82
84
@@ -114,10 +116,8 @@ az iot du instance create --account <account_name> --instance <instance_name> --
114
116
115
117
---
116
118
117
-
Once you have created the resource, [configure the access control for users and Azure Device Update service principal](configure-access-control-device-update.md).
118
-
119
119
## Next steps
120
120
121
-
*[Configure Access Control in Device Update for IoT Hub ](configure-access-control-device-update.md)
122
-
*[Learn about Device update account and instance.](device-update-resources.md)
123
-
*[Learn about Device updateaccess control roles](device-update-control-access.md)
121
+
Once you have created your Device Update resources, [configure the access control for users and Azure Device Update service principal](configure-access-control-device-update.md).
122
+
123
+
Or, learn more about [Device Update accounts and instances](device-update-resources.md) or [Device Update access control roles](device-update-control-access.md).
0 commit comments