Skip to content

Commit c4eac49

Browse files
committed
Small edits
1 parent b5bb5a9 commit c4eac49

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ ms.custom: devx-track-azurepowershell
1515

1616
[!INCLUDE [iot-hub-resource-manager-selector](../../includes/iot-hub-resource-manager-selector.md)]
1717

18-
This article shows you how to use an Azure Resource Manager template to create an IoT Hub and a consumer group, using Azure PowerShell. Resource Manager templates are JSON files that define the resources you need to deploy for your solution. For more information about developing Resource Manager templates, see [Azure Resource Manager documentation](../azure-resource-manager/index.yml).
18+
This article shows you how to use an Azure Resource Manager template to create an IoT Hub and a [consumer group](https://learn.microsoft.com/azure/event-hubs/event-hubs-features#consumer-groups), using Azure PowerShell. Resource Manager templates are JSON files that define the resources you need to deploy for your solution. For more information about developing Resource Manager templates, see [Azure Resource Manager documentation](../azure-resource-manager/index.yml).
1919

2020
## Prerequisites
2121

22-
* [Azure PowerShell module](/powershell/azure/install-az-ps) or [Azure Cloud Shell](https://learn.microsoft.com/en-us/azure/cloud-shell/overview)
22+
* [Azure PowerShell module](/powershell/azure/install-az-ps) or [Azure Cloud Shell](https://learn.microsoft.com/azure/cloud-shell/overview)
23+
24+
Azure Cloud Shell is useful if you don't want to install the PowerShell module locally, as Cloud Shell performs from a browser.
2325

2426
## Create an IoT hub
2527

@@ -44,6 +46,10 @@ New-AzResourceGroupDeployment `
4446
> [!NOTE]
4547
> To use your own template, upload your template file to the Cloud Shell, and then use the `-TemplateFile` switch to specify the file name. For example, see [Deploy the template](../azure-resource-manager/templates/quickstart-create-templates-use-visual-studio-code.md?tabs=PowerShell#deploy-the-template).
4648
49+
## Update an IoT hub
50+
51+
52+
4753
## Next steps
4854

4955
Since you've deployed an IoT hub, using an Azure Resource Manager template, you may want to explore:

0 commit comments

Comments
 (0)