Skip to content

Commit 110cc4f

Browse files
authored
Merge pull request #107532 from timlt/jedi3
Add note to article for vnet support
2 parents 724210c + b3b5356 commit 110cc4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/iot-hub/iot-hub-bulk-identity-mgmt.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ ms.author: robinsh
1414

1515
Each IoT hub has an identity registry you can use to create per-device resources in the service. The identity registry also enables you to control access to the device-facing endpoints. This article describes how to import and export device identities in bulk to and from an identity registry. To see a working sample in C# and learn how you can use this capability when cloning a hub to a different region, see [How to Clone an IoT Hub](iot-hub-how-to-clone.md).
1616

17-
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-whole.md)]
17+
> [!NOTE]
18+
> IoT Hub has recently added virtual network support in a limited number of regions. This feature secures import and export operations and eliminates the need to pass keys for authentication. Initially, virtual network support is available only in these regions: *WestUS2*, *EastUS*, and *SouthCentralUS*. To learn more about virtual network support and the API calls to implement it, see [IoT Hub Support for VNETs](https://go.microsoft.com/fwlink/p/?linkid=2122101).
1819
1920
Import and export operations take place in the context of *Jobs* that enable you to execute bulk service operations against an IoT hub.
2021

2122
The **RegistryManager** class includes the **ExportDevicesAsync** and **ImportDevicesAsync** methods that use the **Job** framework. These methods enable you to export, import, and synchronize the entirety of an IoT hub identity registry.
2223

2324
This topic discusses using the **RegistryManager** class and **Job** system to perform bulk imports and exports of devices to and from an IoT hub's identity registry. You can also use the Azure IoT Hub Device Provisioning Service to enable zero-touch, just-in-time provisioning to one or more IoT hubs without requiring human intervention. To learn more, see the [provisioning service documentation](/azure/iot-dps).
2425

26+
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-whole.md)]
27+
2528
## What are jobs?
2629

2730
Identity registry operations use the **Job** system when the operation:

0 commit comments

Comments
 (0)