AZ-104 · Question #750
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. Creating a private endpoint for an Azure Container Registry improves secure network access but does not, by itself, fix a container deployment error.
Question
Options
- AYes
- BNo
How the community answered
(39 responses)- A36% (14)
- B64% (25)
Why each option
Creating a private endpoint for an Azure Container Registry improves secure network access but does not, by itself, fix a container deployment error.
Creating a private endpoint for ACR addresses only network connectivity from a virtual network. It does not resolve other common deployment errors such as authentication failures, incorrect image references, or the container instance's own network configuration to utilize the private endpoint.
While a private endpoint provides private and secure connectivity to Azure Container Registry from a virtual network, merely creating it does not guarantee a container instance will successfully deploy using the image. The container instance must be deployed within the virtual network (or a peered one) where the private endpoint is located, and proper DNS resolution must be configured, along with addressing any other potential issues like authentication.
Concept tested: Azure Container Registry Private Endpoints and their deployment prerequisites
Source: https://learn.microsoft.com/en-us/azure/container-registry/container-registry-private-link
Community Discussion
No community discussion yet for this question.