Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c2a1e26

Browse files
committedMay 12, 2021
update private endpoint screen
1 parent 98ee9a8 commit c2a1e26

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed
 

‎articles/container-registry/container-registry-private-link.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ Set up a private endpoint when you create a registry, or add a private endpoint
5959

6060
:::image type="content" source="media/container-registry-private-link/private-link-create-portal.png" alt-text="Create registry with private endpoint":::
6161

62-
After the private endpoint is created, DNS settings in the private zone appear on the **Private endpoints** page in the portal:
6362

64-
1. In the portal, navigate to your container registry and select **Settings > Networking**.
65-
1. On the **Private endpoints** tab, select the private endpoint you created.
66-
1. On the **Overview** page, review the link settings and custom DNS settings.
67-
:::image type="content" source="media/container-registry-private-link/private-endpoint-overview.png" alt-text="Endpoint DNS settings in portal":::
6863

6964
Your private link is now configured and ready for use.
7065

@@ -113,6 +108,16 @@ Your private link is now configured and ready for use.
113108
1. Select **Review + create**. You're taken to the **Review + create** page where Azure validates your configuration.
114109
1. When you see the **Validation passed** message, select **Create**.
115110

111+
### Confirm endpoint configuration
112+
113+
After the private endpoint is created, DNS settings in the private zone appear with the **Private endpoints** settings in the portal:
114+
115+
1. In the portal, navigate to your container registry and select **Settings > Networking**.
116+
1. On the **Private endpoints** tab, select the private endpoint you created.
117+
1. Select **DNS configuration**.
118+
1. Review the link settings and custom DNS settings.
119+
120+
:::image type="content" source="media/container-registry-private-link/private-endpoint-overview.png" alt-text="Endpoint DNS settings in portal":::
116121
## Set up private endpoint - CLI
117122

118123
The Azure CLI examples in this article use the following environment variables. You'll need the names of an existing container registry, virtual network, and subnet to set up a private endpoint. Substitute values appropriate for your environment. All examples are formatted for the Bash shell:

0 commit comments

Comments
 (0)
Please sign in to comment.