Skip to content

Commit 4562c0e

Browse files
authored
Merge pull request #210347 from w-azure/winona-hub-manage
Added missing ToC item
2 parents f6c3a62 + 3fafca8 commit 4562c0e

File tree

7 files changed

+18
-16
lines changed

7 files changed

+18
-16
lines changed

articles/iot-hub/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@
407407
href: iot-hub-create-using-powershell.md
408408
- name: Use Azure CLI
409409
displayName: create IoT Hub, change settings, shared access policies, register device, message routing, delete IoT hub, az iot hub create
410+
href: iot-hub-create-using-cli.md
410411
- name: Use the REST API
411412
displayName: create IoT Hub, change settings, shared access policies, register device, message routing, delete IoT hub, cmdlets, Azure Resource Manager, token
412413
href: iot-hub-rm-rest.md

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ You can use Azure PowerShell cmdlets to create and manage Azure IoT hubs. This t
2121

2222
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2323

24+
Alternatively, you can use Azure Cloud Shell, if you'd rather not install additional modules onto your machine. The following section gets you started with Azure Cloud Shell.
25+
2426
[!INCLUDE [cloud-shell-try-it.md](../../includes/cloud-shell-try-it.md)]
2527

2628
## Connect to your Azure subscription
2729

28-
If you're using the Cloud Shell, you're already logged in to your subscription. If you're running PowerShell locally instead, enter the following command to sign in to your Azure subscription:
30+
If you're using Cloud Shell, you're already logged in to your subscription, so you can skip this step. If you're running PowerShell locally instead, enter the following command to sign in to your Azure subscription:
2931

3032
```powershell
3133
# Log into Azure account.

articles/iot-hub/iot-hub-managed-identity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ms.custom: subject-rbac-steps
1212

1313
# IoT Hub support for managed identities
1414

15-
Managed identities provide Azure services with an automatically managed identity in Azure AD in a secure manner. This eliminates the needs for developers having to manage credentials by providing an identity. There are two types of managed identities: system-assigned and user-assigned. IoT Hub supports both.
15+
Managed identities provide Azure services with an automatically managed identity in Azure AD in a secure manner. This eliminates the need for developers having to manage credentials by providing an identity. There are two types of managed identities: system-assigned and user-assigned. IoT Hub supports both.
1616

1717
In IoT Hub, managed identities can be used for egress connectivity from IoT Hub to other Azure services for features such as [message routing](iot-hub-devguide-messages-d2c.md), [file upload](iot-hub-devguide-file-upload.md), and [bulk device import/export](iot-hub-bulk-identity-mgmt.md). In this article, you learn how to use system-assigned and user-assigned managed identities in your IoT hub for different functionalities.
1818

1919
## Prerequisites
2020

21-
- Read the documentation of [managed identities for Azure resources](./../active-directory/managed-identities-azure-resources/overview.md) to understand the differences between system-assigned and user-assigned managed identity.
21+
- Understand the managed identity differences between *system-assigned* and *user-assigned* in [What are managed identities for Azure resources?](./../active-directory/managed-identities-azure-resources/overview.md)
2222

23-
- If you don’t have an IoT hub, [create one](iot-hub-create-through-portal.md) before continuing.
23+
- An [IoT hub](iot-hub-create-through-portal.md)
2424

2525
## System-assigned managed identity
2626

articles/iot-hub/iot-hub-rm-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ You can use the [IoT Hub resource provider REST API](/rest/api/iothub/iothubreso
2121

2222
## Prerequisites
2323

24-
* Visual Studio.
24+
* Visual Studio
2525

26-
* [Azure PowerShell](/powershell/azure/install-Az-ps).
26+
* [Azure PowerShell module](/powershell/azure/install-az-ps)
2727

2828
[!INCLUDE [iot-hub-prepare-resource-manager](../../includes/iot-hub-prepare-resource-manager.md)]
2929

articles/iot-hub/iot-hub-rm-template.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ You can use Azure Resource Manager to create and manage Azure IoT hubs programma
2525

2626
To complete this tutorial, you need the following:
2727

28-
* Visual Studio.
29-
* An active Azure account. <br/>If you don't have an account, you can create a [free account][lnk-free-trial] in just a couple of minutes.
30-
* An [Azure Storage account][lnk-storage-account] where you can store your Azure Resource Manager template files.
31-
* [Azure PowerShell 1.0][lnk-powershell-install] or later.
28+
* Visual Studio
29+
* An [Azure Storage account][lnk-storage-account] where you can store your Azure Resource Manager template files
30+
* [Azure PowerShell module][lnk-powershell-install]
3231

3332
[!INCLUDE [iot-hub-prepare-resource-manager](../../includes/iot-hub-prepare-resource-manager.md)]
3433

includes/cloud-shell-try-it-no-header.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ To start Azure Cloud Shell:
1616

1717
| Option | Example/Link |
1818
|-----------------------------------------------|---|
19-
| Select **Try It** in the upper-right corner of a code block. Selecting **Try It** doesn't automatically copy the code to Cloud Shell. | ![Screenshot that shows an example of Try It for Azure Cloud Shell.](./media/cloud-shell-try-it/hdi-azure-cli-try-it.png) |
19+
| Select **Try It** in the upper-right corner of a code or command block. Selecting **Try It** doesn't automatically copy the code or command to Cloud Shell. | ![Screenshot that shows an example of Try It for Azure Cloud Shell.](./media/cloud-shell-try-it/hdi-azure-cli-try-it.png) |
2020
| Go to [https://shell.azure.com](https://shell.azure.com), or select the **Launch Cloud Shell** button to open Cloud Shell in your browser. | [![Screenshot that shows how to launch Cloud Shell in a new window.](media/cloud-shell-try-it/hdi-launch-cloud-shell.png)](https://shell.azure.com) |
2121
| Select the **Cloud Shell** button on the menu bar at the upper right in the [Azure portal](https://portal.azure.com). | ![Screenshot that shows the Cloud Shell button in the Azure portal](./media/cloud-shell-try-it/hdi-cloud-shell-menu.png) |
2222

23-
To run the code in this article in Azure Cloud Shell:
23+
To use Azure Cloud Shell:
2424

2525
1. Start Cloud Shell.
2626

27-
1. Select the **Copy** button on a code block to copy the code.
27+
1. Select the **Copy** button on a code block (or command block) to copy the code or command.
2828

29-
1. Paste the code into the Cloud Shell session by selecting **Ctrl**+**Shift**+**V** on Windows and Linux, or by selecting **Cmd**+**Shift**+**V** on macOS.
29+
1. Paste the code or command into the Cloud Shell session by selecting **Ctrl**+**Shift**+**V** on Windows and Linux, or by selecting **Cmd**+**Shift**+**V** on macOS.
3030

31-
1. Select **Enter** to run the code.
31+
1. Select **Enter** to run the code or command.

includes/cloud-shell-try-it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ ms.author: dbradish
66
manager: barbkess
77
---
88

9-
## Use Azure Cloud Shell
9+
## Azure Cloud Shell
1010

1111
[!INCLUDE [Use Azure Cloud Shell](cloud-shell-try-it-no-header.md)]

0 commit comments

Comments
 (0)