Skip to content

Commit dab3858

Browse files
authored
Merge pull request #220021 from kgremban/nov30-duaccountseo
DU account create SEO and image resize
2 parents b59ae11 + 715c74d commit dab3858

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

articles/iot-hub-device-update/create-device-update-account.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
---
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.
44
author: eshashah
55
ms.author: eshashah
66
ms.date: 10/30/2022
77
ms.topic: how-to
88
ms.service: iot-hub-device-update
99
---
1010

11-
# Device Update for IoT Hub resource management
11+
# Create Device Update for IoT Hub resources
1212

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).
1416

1517
## Prerequisites
1618

@@ -38,16 +40,16 @@ An IoT hub. It's required that you use an S1 (Standard) tier or above.
3840

3941
---
4042

41-
## Create a Device Update account and instance
43+
## Create an account and instance
4244

4345
# [Azure portal](#tab/portal)
4446

4547
1. In the [Azure portal](https://portal.azure.com), select **Create a Resource** and search for "Device Update for IoT Hub"
4648

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-
4949
2. Select **Create** > **Device Update for IoT Hub**
5050

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+
5153
3. On the **Basics** tab, provide the following information for your Device Update account and instance:
5254

5355
* **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.
6163
> [!NOTE]
6264
> 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).
6365
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":::
6567

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.
6769

6870
:::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":::
6971

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.
7173
Choose the endpoints that devices can use to connect to your Device Update instance. Accept the default setting, Public access, for this example.
7274

7375
:::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":::
7476

75-
7. Select **Next: Review + Create**. After validation, select **Create**.
77+
6. Select **Next: Review + Create**. After validation, select **Create**.
7678

7779
:::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":::
7880

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**
8082

8183
# [Azure CLI](#tab/cli)
8284

@@ -114,10 +116,8 @@ az iot du instance create --account <account_name> --instance <instance_name> --
114116
115117
---
116118

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-
119119
## Next steps
120120

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 update access 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).
-15.6 KB
Loading
-15.1 KB
Loading
-33.8 KB
Loading

0 commit comments

Comments
 (0)