You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-dps/virtual-network-support.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Before proceeding ensure that the following prerequisites are met:
42
42
43
43
* Your DPS resource is already created and linked to your IoT hubs. For guidance on setting up a new DPS resource, see, [Set up IoT Hub Device Provisioning Service with the Azure portal](./quick-setup-auto-provision.md)
44
44
45
-
* You have provisioned an Azure VNET with a subnet in which the private endpoint will be created. For more information, see, [create a virtual network using Azure CLI](../virtual-network/quick-create-cli.md).
45
+
* You provisioned an Azure VNET with a subnet in which the private endpoint is created. For more information, see, [create a virtual network using Azure CLI](../virtual-network/quick-create-cli.md).
46
46
47
47
* For devices that operate inside of on-premises networks, set up [Virtual Private Network (VPN)](../vpn-gateway/vpn-gateway-about-vpngateways.md) or [ExpressRoute](https://azure.microsoft.com/services/expressroute/) private peering into your Azure VNET.
48
48
@@ -60,7 +60,7 @@ Note the following current limitations for DPS when using private endpoints:
60
60
61
61
* The lowest latency allocation policy is used to assign a device to the IoT hub with the lowest latency. This allocation policy is not reliable in a virtual network environment.
62
62
63
-
* Enabling one or more private endpoints typically involves [disabling public access](public-network-access.md) to your DPS instance. Once public access is disabled, you can no longer use the Azure portal to manage enrollments. Instead you can manage enrollments using the Azure CLI, PowerShell, or service APIs from machines inside the VNET(s)/private endpoint(s) configured on the DPS instance.
63
+
* Enabling one or more private endpoints typically involves [disabling public access](public-network-access.md) to your DPS instance. Once public access is disabled, you can no longer use the Azure portal to manage enrollments. Instead you can manage enrollments using the Azure CLI, PowerShell, or service APIs from machines inside one or more VNETs/private endpoints configured on the DPS instance.
64
64
65
65
* When using private endpoints, we recommend deploying DPS in one of the regions that support [Availability Zones](iot-dps-ha-dr.md). Otherwise, DPS instances with private endpoints enabled may see reduced availability in the event of outages.
66
66
@@ -154,9 +154,9 @@ You can request a private endpoint to a DPS instance by resource ID. In order to
154
154

155
155
156
156
> [!CAUTION]
157
-
> Be aware that the resource ID does contain the subscription ID.
157
+
> The resource ID does contain the subscription ID.
158
158
159
-
2. Once you have the resource ID, follow the steps above in [Set up a private endpoint](#set-up-a-private-endpoint) to step 3 on the _Create a private endpoint Resource_ page. Select **Connect to an Azure resource by resource ID or alias** and enter the information in the following table.
159
+
2. Once you have the resource ID, follow the steps in [Set up a private endpoint](#set-up-a-private-endpoint) to step 3 on the _Create a private endpoint Resource_ page. Select **Connect to an Azure resource by resource ID or alias** and enter the information in the following table.
160
160
161
161
| Field | Value |
162
162
| :---- | :-----|
@@ -182,7 +182,7 @@ For pricing details, see [Azure Private Link pricing](https://azure.microsoft.co
182
182
183
183
## Next steps
184
184
185
-
Use the links below to learn more about DPS security features:
0 commit comments