Skip to content

Commit 4cd78bd

Browse files
committed
Resolved PR comments
1 parent 50bcac9 commit 4cd78bd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

articles/iot-hub-device-update/configure-private-endpoints.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,28 @@ A connection can be auto-approved only if the user creating a connection also ha
3636
6. On the **Virtual Network** page, you select the subnet in a virtual network to where you want to deploy the private endpoint.
3737
1. Select a **virtual network**. Only virtual networks in the currently selected subscription and location are listed in the drop-down list.
3838
2. Select a **subnet** in the virtual network you selected.
39-
:::image type="content" source="./media/configure-private-endpoints/device-update-pec-create-03.png" alt-text="Screenshot showing the Virtual Network page of the Creating a private endpoint wizard":::
40-
7. On the **DNS** page, unless you are using your own custom DNS, use the pre-populated values.
41-
:::image type="content" source="./media/configure-private-endpoints/device-update-pec-create-04.png" alt-text="Screenshot showing the DNS page of the Creating a private endpoint wizard":::
39+
:::image type="content" source="./media/configure-private-endpoints/device-update-pec-create-03.png" alt-text="Screenshot showing the Virtual Network page of the Creating a private endpoint wizard.":::
40+
7. On the **DNS** page, unless you're using your own custom DNS, use the pre-populated values.
41+
:::image type="content" source="./media/configure-private-endpoints/device-update-pec-create-04.png" alt-text="Screenshot showing the DNS page of the Creating a private endpoint wizard.":::
4242
8. On the **Tags** page, create any tags (names and values) that you want to associate with the private endpoint resource. Then, select **Review + create** button at the bottom of the page.
4343
9. On the **Review + create**, review all the settings, and select **Create** to create the private endpoint.
4444

4545
### Manually approved Private Endpoints
4646

47-
In the case that the user creating the connection does not have a power to also approve it, the connection will be created in the pending state.
47+
In the case that the user creating the connection doesn't have the power to also approve it, the connection will be created in the pending state.
4848

4949
1. Go to Home -> Private Link Center -> Private Endpoints -> +Create
5050
:::image type="content" source="./media/configure-private-endpoints/private-link-center.png" alt-text="Screenshot showing the Private Endpoints tab in Private Link Center.":::
5151
2. On the **Basics** page, follow these steps (same as in **Networking** tab in the Device Update account above):
5252
1. Select an **Azure subscription** in which you want to create the private endpoint.
5353
2. Select an **Azure resource group** for the private endpoint.
54-
3. Enter a **name** for the endpoint (this will auto-generate NIC name).
54+
3. Enter a **name** for the endpoint.
5555
4. Select the **region** for the endpoint. Your private endpoint must be in the same region as your virtual network, but can in a different region from the private link resource (in this example, a Device Update account).
5656
5. Then, select **Next: Resource >** button at the bottom of the page.
5757
3. Fill all the required fields on the **Resources** tab
5858
1. Select **Connect by Resource ID**.
5959
2. Enter the Resource ID of the Device Update account.
60-
3. Target sub-resource value must be **Device Update**
60+
3. Target sub-resource value must be **DeviceUpdate**
6161
4. Optionally, add a request message
6262
:::image type="content" source="./media/configure-private-endpoints/private-endpoint-manual-create.png" alt-text="Screenshot showing the Resource page of the Create a private endpoint tab in Private Link Center.":::
6363
4. Complete the rest of the steps like in steps 6-9 above
-26.1 KB
Loading
0 Bytes
Loading
-948 Bytes
Loading

articles/iot-hub-device-update/network-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can use service tags to define network access controls on [network security
2929
## Private endpoints
3030
You can use [private endpoints](../private-link/private-endpoint-overview.md) to allow traffic from your virtual network to your Device Update accounts securely over a [private link](../private-link/private-link-overview.md) without going through the public internet. A private endpoint is a special network interface for an Azure service in your VNet. When you create a private endpoint for your Device Update account, it provides secure connectivity between clients on your VNet and your Device Update account. The private endpoint is assigned an IP address from the IP address range of your VNet. The connection between the private endpoint and the Device Update services uses a secure private link.
3131

32-
![Architecture diagram](./media/network-security/architecture-diagram.png)
32+
![Diagram that shows the Device Update for IoT Hub architecture when private endpoint is created.](./media/network-security/architecture-diagram.png)
3333

3434
Using private endpoints for your Device Update resource enables you to:
3535

0 commit comments

Comments
 (0)