Skip to content

Commit 28106df

Browse files
acrolinx
1 parent cc2720a commit 28106df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before proceeding ensure that the following prerequisites are met:
4242

4343
* 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)
4444

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).
4646

4747
* 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.
4848

@@ -60,7 +60,7 @@ Note the following current limitations for DPS when using private endpoints:
6060

6161
* 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.
6262

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.
6464

6565
* 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.
6666

@@ -154,9 +154,9 @@ You can request a private endpoint to a DPS instance by resource ID. In order to
154154
![Screenshot that shows the DPS Properties tab.](./media/virtual-network-support/dps-properties.png)
155155
156156
> [!CAUTION]
157-
> Be aware that the resource ID does contain the subscription ID.
157+
> The resource ID does contain the subscription ID.
158158
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.
160160
161161
| Field | Value |
162162
| :---- | :-----|
@@ -182,7 +182,7 @@ For pricing details, see [Azure Private Link pricing](https://azure.microsoft.co
182182
183183
## Next steps
184184
185-
Use the links below to learn more about DPS security features:
185+
Learn more about DPS security features:
186186
187187
* [Security](./concepts-service.md#attestation-mechanism)
188188
* [TLS 1.2 Support](tls-support.md)

0 commit comments

Comments
 (0)