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/container-registry/container-registry-private-link.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,7 @@ Set up a private endpoint when you create a registry, or add a private endpoint
59
59
60
60
:::image type="content" source="media/container-registry-private-link/private-link-create-portal.png" alt-text="Create registry with private endpoint":::
61
61
62
-
After the private endpoint is created, DNS settings in the private zone appear on the **Private endpoints** page in the portal:
63
62
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":::
68
63
69
64
Your private link is now configured and ready for use.
70
65
@@ -113,6 +108,16 @@ Your private link is now configured and ready for use.
113
108
1. Select **Review + create**. You're taken to the **Review + create** page where Azure validates your configuration.
114
109
1. When you see the **Validation passed** message, select **Create**.
115
110
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":::
116
121
## Set up private endpoint - CLI
117
122
118
123
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