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/create-hub.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: SoniaLopezBravo
7
7
ms.author: sonialopez
8
8
ms.service: azure-iot-hub
9
9
ms.topic: how-to
10
-
ms.date: 07/10/2024
10
+
ms.date: 06/25/2025
11
11
ms.custom: ['Role: Cloud Development']
12
12
---
13
13
@@ -25,7 +25,7 @@ Prepare the following prerequisites, depending on which tool you use.
25
25
26
26
### [Azure CLI](#tab/cli)
27
27
28
-
* The Azure CLI installed on your development machine. If you don't have the Azure CLI, follow the steps to [Install the Azure CLI](/cli/azure/install-azure-cli).
28
+
* The Azure CLI installed on your development machine. If you don't have the Azure CLI, follow the steps provided in [How to install the Azure CLI](/cli/azure/install-azure-cli).
29
29
30
30
* A resource group in your Azure subscription. If you want to create a new resource group, use the [az group create](/cli/azure/group#az-group-create) command:
31
31
@@ -35,7 +35,7 @@ Prepare the following prerequisites, depending on which tool you use.
35
35
36
36
### [Azure PowerShell](#tab/powershell)
37
37
38
-
* Azure PowerShell installed on your development machine. If you don't have Azure PowerShell, follow the steps to [Install Azure PowerShell](/powershell/azure/install-azure-powershell).
38
+
* Azure PowerShell installed on your development machine. If you don't have Azure PowerShell, follow the steps provided in [How to install Azure PowerShell](/powershell/azure/install-azure-powershell).
39
39
40
40
* A resource group in your Azure subscription. If you want to create a new resource group, use the [New-AzResourceGroup](/powershell/module/az.Resources/New-azResourceGroup) command:
41
41
@@ -89,15 +89,15 @@ Provide access permissions to applications and services that use IoT Hub functio
89
89
90
90
Connection strings are tokens that grant devices and services permissions to connect to IoT Hub based on shared access policies. Connection strings are an easy way to get started with IoT Hub, and are used in many samples and tutorials, but aren't recommended for production scenarios.
91
91
92
-
For most sample scenarios, the **service** policy is sufficient. The service policy grants **Service Connect** permissions to access service endpoints. For more information about the other built-in shared access policies, see [IoT Hub permissions](./iot-hub-dev-guide-sas.md#access-control-and-permissions).
92
+
For most sample scenarios, the **service** policy is sufficient. The service policy grants **Service Connect** permissions to access service endpoints. For more information about the other built-in shared access policies, see [Access control and permissions](./iot-hub-dev-guide-sas.md#access-control-and-permissions).
93
93
94
94
To get the IoT Hub connection string for the **service** policy, follow these steps:
95
95
96
96
#### [Azure portal](#tab/portal)
97
97
98
98
1. In the [Azure portal](https://portal.azure.com), select **Resource groups**. Select the resource group where your hub is located, and then select your hub from the list of resources.
99
99
100
-
1. On the left-side pane of your IoT hub, select **Shared access policies**.
100
+
1. On the left-side pane of your IoT hub, select **Shared access policies** under **Security settings**.
101
101
102
102
1. From the list of policies, select the **service** policy.
Copy file name to clipboardExpand all lines: includes/iot-hub-include-create-hub.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: SoniaLopezBravo
5
5
ms.service: azure-iot-hub
6
6
services: iot-hub
7
7
ms.topic: include
8
-
ms.date: 12/20/2022
8
+
ms.date: 06/25/2025
9
9
ms.author: sonialopez
10
10
ms.custom: include file
11
11
---
@@ -28,8 +28,8 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
28
28
| **Resource group** | Select a resource group or create a new one. To create a new one, select **Create new** and fill in the name you want to use.
29
29
| **IoT hub name** | Enter a name for your hub. This name must be globally unique, with a length between 3 and 50 alphanumeric characters. The name can also include the dash (`'-'`) character.
30
30
| **Region** | Select the region, closest to you, where you want your hub to be located. Some features, such as [IoT Hub device streams](/azure/iot-hub/iot-hub-device-streams-overview), are only available in specific regions. For these limited features, you must select one of the supported regions.
31
-
| **Tier** | Select the tier that you want to use for your hub. Tier selection depends on how many features you want and how many messages you send through your solution per day.<br><br>The free tier is intended for testing and evaluation. The free tier allows 500 devices to be connected to the hub and up to 8,000 messages per day. Each Azure subscription can create one IoT hub in the free tier.<br><br>To compare the features available to each tier, select **Compare tiers**. For more information, see [Choose the right IoT Hub tier for your solution](/azure/iot-hub/iot-hub-scaling).
32
-
| **Daily message limit** | Select the maximum daily quota of messages for your hub. The available options depend on the tier you've selected for your hub. To see the available messaging and pricing options, select **See all options** and select the option that best matches the needs of your hub. For more information, see [IoT Hub quotas and throttling](/azure/iot-hub/iot-hub-devguide-quotas-throttling).
31
+
| **Tier** | Select the tier that you want to use for your hub. Tier selection depends on how many features you want and how many messages you send through your solution per day.<br><br>The free tier is intended for testing and evaluation. The free tier allows 500 devices to be connected to the hub and up to 8,000 messages per day. Each Azure subscription can create one IoT hub in the free tier.<br><br>To compare the features available to each tier, select **Compare tiers**. For more information, see [Choose the right IoT Hub tier and size for your solution](/azure/iot-hub/iot-hub-scaling).
32
+
| **Daily message limit** | Select the maximum daily quota of messages for your hub. The available options depend on the tier you select for your hub. To see the available messaging and pricing options, select **See all options** and select the option that best matches the needs of your hub. For more information, see [IoT Hub quotas and throttling](/azure/iot-hub/iot-hub-devguide-quotas-throttling).
33
33
34
34
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-screen-basics.png" alt-text="Screen capture that shows how to create an IoT hub in the Azure portal.":::
35
35
@@ -42,8 +42,8 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
42
42
43
43
| Property | Value |
44
44
| ----- | ----- |
45
-
|**Connectivity configuration**| Choose the endpoints that devices can use to connect to your IoT hub. Accept the default setting, **Public access**, for this example. You can change this setting after the IoT hub is created. For more information, see [Managing public network access for your IoT hub](/azure/iot-hub/iot-hub-devguide-endpoints). |
46
-
|**Minimum TLS Version**| Select the minimum [TLS version](/azure/iot-hub/iot-hub-tls-support#tls-12-enforcement-available-in-select-regions)to be supported by your IoT hub. Once the IoT hub is created, this value can't be changed. Accept the default setting, **1.0**, for this example. |
45
+
|**Connectivity configuration**| Choose the endpoints that devices can use to connect to your IoT hub. Accept the default setting, **Public access**, for this example. You can change this setting after the IoT hub is created. For more information, see [IoT Hub endpoints](/azure/iot-hub/iot-hub-devguide-endpoints). |
46
+
|**Minimum TLS Version**| Select the minimum [TLS version](/azure/iot-hub/iot-hub-tls-support#tls-12-enforcement-available-in-select-regions) supported by your IoT hub. Once the IoT hub is created, this value can't be changed. Accept the default setting, **1.0**, for this example. |
47
47
48
48
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-network-screen.png" alt-text="Screen capture that shows how to choose the endpoints that can connect to a new IoT hub.":::
49
49
@@ -53,8 +53,8 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
53
53
54
54
| Property | Value |
55
55
| ----- | ----- |
56
-
| **Permission model** | Part of role-based access control, this property decides how you *manage access* to your IoT hub. Allow shared access policies or choose only role-based access control. For more information, see [Control access to IoT Hub by using Microsoft Entra ID](/azure/iot-hub/iot-hub-dev-guide-azure-ad-rbac).
57
-
|**Assign me**| You may need access to IoT Hub data APIs to manage elements within an instance. If you have access to role assignments, select **IoT Hub Data Contributor role** to grant yourself full access to the data APIs.<br><br>To assign Azure roles, you must have `Microsoft.Authorization/roleAssignments/write` permissions, such as [User Access Administrator](/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](/azure/role-based-access-control/built-in-roles#owner). |
56
+
|**Permission model**| Part of role-based access control, this property decides how you *manage access* to your IoT hub. Allow shared access policies or choose only role-based access control. For more information, see [Control access to IoT Hub by using Microsoft Entra ID](/azure/iot-hub/iot-hub-dev-guide-azure-ad-rbac).|
57
+
|**Assign me**| You might need access to IoT Hub data APIs to manage elements within an instance. If you have access to role assignments, select **IoT Hub Data Contributor role** to grant yourself full access to the data APIs.<br><br>To assign Azure roles, you must have `Microsoft.Authorization/roleAssignments/write` permissions, such as [User Access Administrator](/azure/role-based-access-control/built-in-roles#user-access-administrator) or [Owner](/azure/role-based-access-control/built-in-roles#owner). |
58
58
|**Device-to-cloud partitions**| This property relates the device-to-cloud messages to the number of simultaneous readers of the messages. Most IoT hubs need only four partitions. |
59
59
60
60
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-management.png" alt-text="Screen capture that shows how to set the role-based access control and scale for a new IoT hub.":::
@@ -65,8 +65,8 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
65
65
66
66
| Property | Value |
67
67
| -------- | ----- |
68
-
| **Enable Device Update for IoT Hub** | Turn on Device Update for IoT Hub to enable over-the-air updates for your devices. If you select this option, you're prompted to provide information to provision a Device Update for IoT Hub account and instance. For more information, see [What is Device Update for IoT Hub?](/azure/iot-hub-device-update/understand-device-update)
69
-
| **Enable Defender for IoT** | Turn Defender for IoT on to add an extra layer of protection to IoT and your devices. This option isn't available for hubs in the free tier. Learn more about [security recommendations for IoT Hub in Defender for IoT](/azure/defender-for-iot/device-builders/concept-recommendations).
68
+
|**Enable Device Update for IoT Hub**| Turn on Device Update for IoT Hub to enable over-the-air updates for your devices. If you select this option, you're prompted to provide information to provision a Device Update for IoT Hub account and instance. For more information, see [What is Device Update for IoT Hub?](/azure/iot-hub-device-update/understand-device-update)|
69
+
|**Enable Defender for IoT**| Turn Defender for IoT on to add an extra layer of protection to IoT and your devices. This option isn't available for hubs in the free tier. For more information, see [Security recommendations for IoT Hub](/azure/defender-for-iot/device-builders/concept-recommendations) in [Microsoft Defender for IoT](/azure/defender-for-iot/device-builders) documentation. |
70
70
71
71
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-add-ons.png" alt-text="Screen capture that shows how to set the optional add-ons for a new IoT hub.":::
72
72
@@ -75,10 +75,10 @@ This section describes how to create an IoT hub using the [Azure portal](https:/
75
75
76
76
1. Select **Next: Tags** to continue to the next screen.
77
77
78
-
Tags are name/value pairs. You can assign the same tag to multiple resources and resource groups to categorize resources and consolidate billing. In this document, you won't be adding any tags. For more information, see [Use tags to organize your Azure resources](/azure/azure-resource-manager/management/tag-resources).
78
+
Tags are name/value pairs. You can assign the same tag to multiple resources and resource groups to categorize resources and consolidate billing. In this document, you don't add any tags. For more information, see [Use tags to organize your Azure resources and management hierarchy](/azure/azure-resource-manager/management/tag-resources).
79
79
80
80
:::image type="content" source="./media/iot-hub-include-create-hub/iot-hub-create-tags.png" alt-text="Screen capture that shows how to assign tags for a new IoT hub.":::
81
81
82
82
1. Select **Next: Review + create** to review your choices.
83
83
84
-
1. Select **Create** to start the deployment of your new hub. Your deployment will be in progress a few minutes while the hub is being created. Once the deployment is complete, select **Go to resource** to open the new hub.
84
+
1. Select **Create** to start the deployment of your new hub. Your deployment might progress for a few minutes while the hub is being created. Once the deployment is complete, select **Go to resource** to open the new hub.
0 commit comments