Skip to content

Commit ee7cb08

Browse files
committed
Restored old page
1 parent e6fee2a commit ee7cb08

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

articles/iot-hub/iot-hub-create-through-portal.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.custom: ['Role: Cloud Development']
1616

1717
This article describes how to create and manage IoT hubs using the [Azure portal](https://portal.azure.com).
1818

19+
To use the steps in this tutorial, you need an Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
20+
1921
## Create an IoT hub
2022

2123
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
@@ -32,29 +34,29 @@ You can change the settings of an existing IoT hub after it's created from the I
3234

3335
### Shared access policies
3436

35-
You can also view or modify the list of shared access policies by clicking **Shared access policies** in the **Security settings** section. These policies define the permissions for devices and services to connect to IoT Hub.
37+
You can also view or modify the list of shared access policies by choosing **Shared access policies** in the **Security settings** section. These policies define the permissions for devices and services to connect to IoT Hub.
3638

37-
Click **Add shared access policy** to open the **Add shared access policy** blade. You can enter the new policy name and the permissions that you want to associate with this policy, as shown in the following figure:
39+
Select **Add shared access policy** to open the **Add shared access policy** blade. You can enter the new policy name and the permissions that you want to associate with this policy, as shown in the following figure:
3840

3941
:::image type="content" source="./media/iot-hub-create-through-portal/iot-hub-add-shared-access-policy.png" alt-text="Screenshot showing adding a shared access policy." lightbox="./media/iot-hub-create-through-portal/iot-hub-add-shared-access-policy.png":::
4042

4143
* The **Registry Read** and **Registry Write** policies grant read and write access rights to the identity registry. These permissions are used by back-end cloud services to manage device identities. Choosing the write option automatically chooses the read option.
4244

43-
* The **Service Connect** policy grants permission to access service endpoints. This permission is used by back-end cloud services to send and receive messages from devices as well as to update and read device twin and module twin data.
45+
* The **Service Connect** policy grants permission to access service endpoints. This permission is used by back-end cloud services to send and receive messages from devices. It's also used to update and read device twin and module twin data.
4446

45-
* The **Device Connect** policy grants permissions for sending and receiving messages using the IoT Hub device-side endpoints. This permission is used by devices to send and receive messages from an IoT hub, update and read device twin and module twin data, and perform file uploads.
47+
* The **Device Connect** policy grants permissions for sending and receiving messages using the IoT Hub device-side endpoints. This permission is used by devices to send and receive messages from an IoT hub or update and read device twin and module twin data. It's also used for file uploads.
4648

47-
Click **Add** to add this newly created policy to the existing list.
49+
Select **Add** to add this newly created policy to the existing list.
4850

4951
For more detailed information about the access granted by specific permissions, see [IoT Hub permissions](./iot-hub-dev-guide-sas.md#access-control-and-permissions).
5052

5153
## Register a new device in the IoT hub
5254

5355
[!INCLUDE [iot-hub-include-create-device](../../includes/iot-hub-include-create-device.md)]
5456

55-
## Message Routing for an IoT hub
57+
## Message routing for an IoT hub
5658

57-
Click **Message Routing** under **Messaging** to see the Message Routing pane, where you define routes and custom endpoints for the hub. [Message routing](iot-hub-devguide-messages-d2c.md) enables you to manage how data is sent from your devices to your endpoints. The first step is to add a new route. Then you can add an existing endpoint to the route, or create a new one of the types supported, such as blob storage.
59+
Select **Message Routing** under **Messaging** to see the Message Routing pane, where you define routes and custom endpoints for the hub. [Message routing](iot-hub-devguide-messages-d2c.md) enables you to manage how data is sent from your devices to your endpoints. The first step is to add a new route. Then you can add an existing endpoint to the route, or create a new one of the types supported, such as blob storage.
5860

5961
### Routes
6062

@@ -80,7 +82,7 @@ You return to the **Add a route** page. For **Data source**, select Device Telem
8082

8183
Next, add a routing query. In this example, the messages that have an application property called `level` with a value equal to `critical` are routed to the storage account.
8284

83-
![Screenshot showing how to save a new routing rule.](./media/iot-hub-create-through-portal/iot-hub-add-route.png)
85+
![Screenshot showing saving a new routing rule](./media/iot-hub-create-through-portal/iot-hub-add-route.png)
8486

8587
Select **Save** to save the routing rule. You return to the **Message routing** pane, and your new routing rule is displayed.
8688

@@ -89,8 +91,7 @@ Select **Save** to save the routing rule. You return to the **Message routing**
8991
Select the **Custom endpoints** tab. You see any custom endpoints already created. From here, you can add new endpoints or delete existing endpoints.
9092

9193
> [!NOTE]
92-
> If you delete a route, it does not delete the endpoints assigned to that route. To delete an endpoint, click the Custom endpoints tab, select the endpoint you want to delete, and click Delete.
93-
>
94+
> If you delete a route, it does not delete the endpoints assigned to that route. To delete an endpoint, select the Custom endpoints tab, select the endpoint you want to delete, and choose **Delete**.
9495
9596
You can read more about custom endpoints in [Reference - IoT hub endpoints](iot-hub-devguide-endpoints.md).
9697

@@ -102,17 +103,17 @@ To see a full example of how to use custom endpoints with routing, see [Message
102103

103104
Here are two ways to find a specific IoT hub in your subscription:
104105

105-
1. If you know the resource group to which the IoT hub belongs, click **Resource groups**, then select the resource group from the list. The resource group screen shows all of the resources in that group, including the IoT hubs. Click on the hub for which you're looking.
106+
1. If you know the resource group to which the IoT hub belongs, choose **Resource groups**, then select the resource group from the list. The resource group screen shows all of the resources in that group, including the IoT hubs. Select your hub.
106107

107-
2. Click **All resources**. On the **All resources** pane, there is a dropdown list that defaults to `All types`. Click on the dropdown list, uncheck `Select all`. Find `IoT Hub` and check it. Click on the dropdown list box to close it, and the entries will be filtered, showing only your IoT hubs.
108+
2. Choose **All resources**. On the **All resources** pane, there's a dropdown list that defaults to `All types`. Select the dropdown list, uncheck `Select all`. Find `IoT Hub` and check it. Select the dropdown list box to close it, and the entries will be filtered, showing only your IoT hubs.
108109

109110
## Delete the IoT hub
110111

111-
To delete an Iot hub, find the IoT hub you want to delete, then click the **Delete** button below the IoT hub name.
112+
To delete an IoT hub, find the IoT hub you want to delete, then choose **Delete**.
112113

113114
## Next steps
114115

115116
Follow these links to learn more about managing Azure IoT Hub:
116117

117118
* [Message routing with IoT Hub](tutorial-routing.md)
118-
* [Monitor your IoT hub](monitor-iot-hub.md)
119+
* [Monitor your IoT hub](monitor-iot-hub.md)

0 commit comments

Comments
 (0)