Skip to content

Commit fbf5295

Browse files
authored
Merge pull request #107526 from timlt/jedi2
revert article to prevent auto-merge
2 parents 9ef57a2 + 970fd7c commit fbf5295

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,14 @@ 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-
> [!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).
17+
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-whole.md)]
1918

2019
Import and export operations take place in the context of *Jobs* that enable you to execute bulk service operations against an IoT hub.
2120

2221
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.
2322

2423
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).
2524

26-
[!INCLUDE [iot-hub-basic](../../includes/iot-hub-basic-whole.md)]
27-
28-
2925
## What are jobs?
3026

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

0 commit comments

Comments
 (0)