Skip to content

Commit 22c3544

Browse files
committed
Remove replaced includes and their pics, update articles to use right include.
1 parent 465acc6 commit 22c3544

File tree

54 files changed

+53
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+53
-232
lines changed

articles/iot-dps/quick-setup-auto-provision.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2020

2121
## Create an IoT hub
2222

23-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
23+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
2424

2525

2626
## Create a new instance for the IoT Hub Device Provisioning Service

articles/iot-dps/tutorial-set-up-cloud.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ Follow these steps to create a new Device Provisioning Service instance.
4949
6. On the **Overview** page for the new service instance, copy the value for the **ID scope** for use later. That value is used to identify registration IDs, and provides a guarantee that the registration ID is unique.
5050
7. Also, copy the **Service endpoint** value for later use.
5151

52-
[!INCLUDE [iot-hub-get-started-create-hub](../../includes/iot-hub-get-started-create-hub.md)]
52+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
53+
54+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
5355

5456
You have now created your IoT hub, and you have the host name and IoT Hub connection string that you need to complete the rest of this tutorial.
5557

articles/iot-edge/quickstart-linux.experimental.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This quickstart uses a Linux machine as an IoT Edge device. If you don't have on
4343
Start the quickstart by creating your IoT Hub in the Azure portal.
4444
![Create IoT Hub][3]
4545

46-
[!INCLUDE [iot-hub-create-hub](../../includes/iot-hub-create-hub.md)]
46+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
4747

4848
## Register an IoT Edge device
4949

articles/iot-edge/quickstart.experimental.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Start the quickstart by creating an IoT hub in the Azure portal.
5454

5555
Create your IoT hub in a resource group that you can use to maintain and manage all the resources that you create in this quickstart. Call it something easy to remember, like **IoTEdgeResources**. By putting all the resources for the quickstarts and tutorials in a group, you can manage them together and remove them easily when you're done testing.
5656

57-
[!INCLUDE [iot-hub-create-hub](../../includes/iot-hub-create-hub.md)]
57+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5858

5959
## Register an IoT Edge device
6060

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

+1-39
Original file line numberDiff line numberDiff line change
@@ -19,45 +19,7 @@ To use the steps in this tutorial, you need an Azure subscription. If you don't
1919

2020
## Create an IoT hub
2121

22-
1. Log in to the [Azure portal](https://portal.azure.com).
23-
24-
2. Choose +**Create a resource**, then choose **Internet of Things**.
25-
26-
3. Click **Iot Hub** from the list on the right. You see the first screen for creating an IoT hub.
27-
28-
![Screenshot showing creating a hub in the Azure portal](./media/iot-hub-create-through-portal/iot-hub-create-screen-basics.png)
29-
30-
Fill in the fields.
31-
32-
**Subscription**: Select the subscription to use for your IoT hub.
33-
34-
**Resource Group**: You can create a new resource group or use an existing one. To create a new one, click **Create new** and fill in the name you want to use. To use an existing resource group, click **Use existing** and select the resource group from the dropdown list.
35-
36-
**Region**: Select the region in which you want your hub to be located from the dropdown list.
37-
38-
**IoT Hub Name**: Put in the name for your IoT Hub. This name must be globally unique.
39-
40-
[!INCLUDE [iot-hub-pii-note-naming-hub](../../includes/iot-hub-pii-note-naming-hub.md)]
41-
42-
4. Click **Next: Size and scale** to go to the next screen.
43-
44-
![Screenshot showing setting size and scale for a new IoT hub using the Azure portal](./media/iot-hub-create-through-portal/iot-hub-create-screen-size-scale.png)
45-
46-
On this screen, you can take the defaults and just click **Review + create** at the bottom. Or you can fill in the fields as needed.
47-
48-
**Pricing and scale tier**: You can choose from several tiers depending on how many features you want and how many messages you send through your solution per day. The free tier is intended for testing and evaluation. It allows 500 devices to be connected to the IoT hub and up to 8,000 messages per day. Each Azure subscription can create one IoT Hub in the free tier.
49-
50-
**IoT Hub units**: The number of messages allowed per unit per day depends on your hub's pricing tier. For example, if you want the IoT hub to support ingress of 700,000 messages, you choose two S1 tier units.
51-
52-
For details about the other tier options, see [Choosing the right IoT Hub tier](iot-hub-scaling.md).
53-
54-
**Advanced / Device-to-cloud partitions**: This property relates the device-to-cloud messages to the number of simultaneous readers of the messages. Most IoT hubs only need four partitions.
55-
56-
5. Click **Review + create** to review your choices. You see something similar to this screen.
57-
58-
![Screenshot reviewing information for creating the new IoT hub](./media/iot-hub-create-through-portal/iot-hub-create-review.png)
59-
60-
5. Click **Create** to create your new IoT hub. Creating the hub takes a few minutes.
22+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
6123

6224
## Change the settings of the IoT hub
6325

articles/iot-hub/iot-hub-csharp-csharp-device-management-get-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ To complete this tutorial, you need the following:
3737

3838
## Create an IoT hub
3939

40-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
40+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
4141

42-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
42+
[!INCLUDE [iot-hub-find-include-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
4343

4444
[!INCLUDE [iot-hub-get-started-create-device-identity-portal](../../includes/iot-hub-get-started-create-device-identity-portal.md)]
4545

articles/iot-hub/iot-hub-csharp-csharp-module-twin-getstarted.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ To complete this tutorial, you need the following:
3232

3333
## Create an IoT hub
3434

35-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
35+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
3636

37-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
37+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
3838

3939
You have now created your IoT hub, and you have the host name and IoT Hub connection string that you need to complete the rest of this tutorial.
4040

articles/iot-hub/iot-hub-csharp-csharp-schedule-jobs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ To complete this tutorial, you need the following:
4949

5050
## Create an IoT hub
5151

52-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
52+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5353

54-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
54+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
5555

5656
[!INCLUDE [iot-hub-get-started-create-device-identity-portal](../../includes/iot-hub-get-started-create-device-identity-portal.md)]
5757

articles/iot-hub/iot-hub-csharp-csharp-twin-getstarted.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ To complete this tutorial you need the following:
3333

3434
## Create an IoT hub
3535

36-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
36+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
3737

38-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
38+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
3939

4040
[!INCLUDE [iot-hub-get-started-create-device-identity-portal](../../includes/iot-hub-get-started-create-device-identity-portal.md)]
4141

articles/iot-hub/iot-hub-java-java-device-management-getstarted.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ To complete this tutorial, you need:
5555

5656
## Create an IoT hub
5757

58-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
58+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5959

60-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
60+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
6161

6262
[!INCLUDE [iot-hub-get-started-create-device-identity](../../includes/iot-hub-get-started-create-device-identity.md)]
6363

articles/iot-hub/iot-hub-java-java-schedule-jobs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ To complete this tutorial, you need:
5757

5858
## Create an IoT hub
5959

60-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
60+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
6161

62-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
62+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
6363

6464

6565
[!INCLUDE [iot-hub-get-started-create-device-identity-portal](../../includes/iot-hub-get-started-create-device-identity-portal.md)]

articles/iot-hub/iot-hub-java-java-twin-getstarted.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ To complete this tutorial, you need:
3232

3333
## Create an IoT hub
3434

35-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
35+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
3636

37-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
37+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
3838

3939
[!INCLUDE [iot-hub-get-started-create-device-identity-portal](../../includes/iot-hub-get-started-create-device-identity-portal.md)]
4040

articles/iot-hub/iot-hub-node-node-device-management-get-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ To complete this tutorial, you need the following:
3333

3434
## Create an IoT hub
3535

36-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
36+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
3737

38-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
38+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
3939

4040

4141
[!INCLUDE [iot-hub-get-started-create-device-identity](../../includes/iot-hub-get-started-create-device-identity.md)]

articles/iot-hub/iot-hub-node-node-schedule-jobs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ To complete this tutorial, you need the following:
4848

4949
## Create an IoT hub
5050

51-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
51+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5252

53-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
53+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
5454

5555
[!INCLUDE [iot-hub-get-started-create-device-identity](../../includes/iot-hub-get-started-create-device-identity.md)]
5656

articles/iot-hub/iot-hub-node-node-twin-getstarted.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ To complete this tutorial you need the following:
3131

3232
## Create an IoT hub
3333

34-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
34+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
3535

36-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
36+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
3737

3838
[!INCLUDE [iot-hub-get-started-create-device-identity](../../includes/iot-hub-get-started-create-device-identity.md)]
3939

articles/iot-hub/iot-hub-portal-csharp-module-twin-getstarted.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ To complete this tutorial, you need the following:
3333

3434
## Create an IoT hub
3535

36-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
36+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
3737

38-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
38+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
3939

4040
## Create a device identity in the portal
4141

articles/iot-hub/iot-hub-python-python-device-management-get-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ To complete this tutorial, you need the following:
3939

4040
## Create an IoT hub
4141

42-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
42+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
4343

44-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
44+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
4545

4646
[!INCLUDE [iot-hub-get-started-create-device-identity-portal](../../includes/iot-hub-get-started-create-device-identity-portal.md)]
4747

articles/iot-hub/iot-hub-python-python-file-upload.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ To complete this tutorial, you need the following:
4040

4141
## Create an IoT hub
4242

43-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
43+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
4444

45-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
45+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
4646

4747
[!INCLUDE [iot-hub-get-started-create-device-identity](../../includes/iot-hub-get-started-create-device-identity-portal.md)]
4848

articles/iot-hub/iot-hub-python-python-schedule-jobs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ To complete this tutorial, you need the following:
5454
5555
## Create an IoT hub
5656

57-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
57+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5858

59-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
59+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
6060

6161
[!INCLUDE [iot-hub-get-started-create-device-identity-portal](../../includes/iot-hub-get-started-create-device-identity-portal.md)]
6262

articles/iot-hub/iot-hub-python-twin-getstarted.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ To complete this tutorial you need the following:
3636
3737
## Create an IoT hub
3838

39-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
39+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
4040

41-
[!INCLUDE [iot-hub-find-connection-string-include](../../includes/iot-hub-find-connection-string-include.md)]
41+
[!INCLUDE [iot-hub-include-find-connection-string](../../includes/iot-hub-include-find-connection-string.md)]
4242

4343
[!INCLUDE [iot-hub-get-started-create-device-identity](../../includes/iot-hub-get-started-create-device-identity-portal.md)]
4444

articles/iot-hub/quickstart-control-device-dotnet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you haven't already done so, download the sample C# project from https://gith
4747

4848
If you completed the previous [Quickstart: Send telemetry from a device to an IoT hub](quickstart-send-telemetry-dotnet.md), you can skip this step.
4949

50-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
50+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5151

5252
## Register a device
5353

articles/iot-hub/quickstart-control-device-java.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you haven't already done so, download the sample Java project from https://gi
5555

5656
If you completed the previous [Quickstart: Send telemetry from a device to an IoT hub](quickstart-send-telemetry-java.md), you can skip this step.
5757

58-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
58+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5959

6060
## Register a device
6161

articles/iot-hub/quickstart-control-device-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you haven't already done so, download the sample Node.js project from https:/
4747

4848
If you completed the previous [Quickstart: Send telemetry from a device to an IoT hub](quickstart-send-telemetry-node.md), you can skip this step.
4949

50-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
50+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5151

5252
## Register a device
5353

articles/iot-hub/quickstart-control-device-python.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you haven't already done so, download the sample Python project from https://
5151

5252
If you completed the previous [Quickstart: Send telemetry from a device to an IoT hub](quickstart-send-telemetry-python.md), you can skip this step.
5353

54-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
54+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5555

5656
## Register a device
5757

articles/iot-hub/quickstart-send-telemetry-c.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ However, in this quickstart, you will prepare a development environment used to
110110
111111
## Create an IoT hub
112112
113-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
113+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
114114
115115
## Register a device
116116

articles/iot-hub/quickstart-send-telemetry-dotnet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Download the sample C# project from https://github.com/Azure-Samples/azure-iot-s
4141

4242
## Create an IoT hub
4343

44-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
44+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
4545

4646
## Register a device
4747

articles/iot-hub/quickstart-send-telemetry-ios.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
3232

3333
## Create an IoT hub
3434

35-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
35+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
3636

3737
## Register a device
3838

articles/iot-hub/quickstart-send-telemetry-java.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Download the sample Java project from https://github.com/Azure-Samples/azure-iot
4949

5050
## Create an IoT hub
5151

52-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
52+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5353

5454
## Register a device
5555

articles/iot-hub/quickstart-send-telemetry-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Download the sample Node.js project from https://github.com/Azure-Samples/azure-
4141

4242
## Create an IoT hub
4343

44-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
44+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
4545

4646

4747
## Register a device

articles/iot-hub/quickstart-send-telemetry-python.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Download the sample Python project from https://github.com/Azure-Samples/azure-i
4646

4747
## Create an IoT hub
4848

49-
[!INCLUDE [iot-hub-create-hub-include](../../includes/iot-hub-create-hub-include.md)]
49+
[!INCLUDE [iot-hub-include-create-hub](../../includes/iot-hub-include-create-hub.md)]
5050

5151
## Register a device
5252

includes/iot-hub-create-hub.md

-41
This file was deleted.

0 commit comments

Comments
 (0)