Skip to content

Commit b7140cd

Browse files
authored
Merge pull request #113088 from jlian/patch-42
Newer CLI command
2 parents 2656102 + 747780b commit b7140cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-hub/virtual-network-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Azure IoT Hub support for virtual networks
33
description: How to use virtual networks connectivity pattern with IoT Hub
44
services: iot-hub
5-
author: rezasherafat
5+
author: jlian
66
ms.service: iot-fundamentals
77
ms.topic: conceptual
8-
ms.date: 03/13/2020
9-
ms.author: rezas
8+
ms.date: 04/28/2020
9+
ms.author: jlian
1010
---
1111

1212
# IoT Hub support for virtual networks
@@ -195,7 +195,7 @@ A managed service identity can be assigned to your hub at resource provisioning
195195
After substituting the values for your resource `name`, `location`, `SKU.name` and `SKU.tier`, you can use Azure CLI to deploy the resource in an existing resource group using:
196196

197197
```azurecli-interactive
198-
az group deployment create --name <deployment-name> --resource-group <resource-group-name> --template-file <template-file.json>
198+
az deployment group create --name <deployment-name> --resource-group <resource-group-name> --template-file <template-file.json>
199199
```
200200

201201
After the resource is created, you can retrieve the managed service identity assigned to your hub using Azure CLI:

0 commit comments

Comments
 (0)