Skip to content

Commit 9ab2817

Browse files
Merge pull request #209077 from w-azure/winona-cli
Fixed minor wording issues
2 parents f3c5990 + 9a9a263 commit 9ab2817

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To delete an IoT hub, find the IoT hub you want to delete, then choose **Delete*
111111

112112
## Next steps
113113

114-
Follow these links to learn more about managing Azure IoT Hub:
114+
Learn more about managing Azure IoT Hub:
115115

116116
* [Message routing with IoT Hub](tutorial-routing.md)
117117
* [Monitor your IoT hub](monitor-iot-hub.md)

articles/iot-hub/iot-hub-create-using-cli.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ ms.author: kgremban
1515

1616
This article shows you how to create an IoT hub using Azure CLI.
1717

18-
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
19-
2018
[!INCLUDE [azure-cli-prepare-your-environment.md](../../includes/azure-cli-prepare-your-environment.md)]
2119

2220
## Create an IoT Hub
@@ -47,11 +45,11 @@ Use the Azure CLI to create a resource group and then add an IoT hub.
4745
[!INCLUDE [iot-hub-pii-note-naming-hub](../../includes/iot-hub-pii-note-naming-hub.md)]
4846

4947

50-
The previous command creates an IoT hub in the S1 pricing tier for which you are billed. For more information, see [Azure IoT Hub pricing](https://azure.microsoft.com/pricing/details/iot-hub/).
48+
The previous command creates an IoT hub in the S1 pricing tier for which you're billed. For more information, see [Azure IoT Hub pricing](https://azure.microsoft.com/pricing/details/iot-hub/).
5149

5250
## Remove an IoT Hub
5351

54-
You can use Azure CLI to [delete an individual resource](/cli/azure/resource), such as an IoT hub, or delete a resource group and all its resources, including any IoT hubs.
52+
There are various commands to [delete an individual resource](/cli/azure/resource), such as an IoT hub, or delete a resource group and all its resources, including any IoT hubs.
5553

5654
To [delete an IoT hub](/cli/azure/iot/hub#az-iot-hub-delete), run the following command:
5755

@@ -68,7 +66,7 @@ az group delete --name {your resource group name}
6866

6967
## Next steps
7068

71-
To learn more about using an IoT hub, see the following articles:
69+
Learn more about using an IoT hub:
7270

7371
* [IoT Hub developer guide](iot-hub-devguide.md)
7472
* [Using the Azure portal to manage IoT Hub](iot-hub-create-through-portal.md)

0 commit comments

Comments
 (0)