AZ-104 · Question #749
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. Enabling dedicated data endpoints for an Azure Container Registry improves network isolation but does not, in isolation, resolve a generic container deployment error.
Question
Options
- AYes
- BNo
How the community answered
(26 responses)- A42% (11)
- B58% (15)
Why each option
Enabling dedicated data endpoints for an Azure Container Registry improves network isolation but does not, in isolation, resolve a generic container deployment error.
Enabling a dedicated data endpoint is a networking configuration that typically requires additional steps, such as setting up private links or specific firewall rules, and does not inherently fix all types of container deployment errors, such as authentication issues or incorrect image paths.
Dedicated data endpoints primarily enhance network isolation and facilitate specific firewall configurations for data operations like image pulls. Simply enabling this feature without addressing the root cause of the deployment error (e.g., authentication, incorrect image reference, or container instance networking) or configuring related network rules, does not guarantee a successful deployment.
Concept tested: Azure Container Registry dedicated data endpoint functionality
Source: https://learn.microsoft.com/en-us/azure/container-registry/container-registry-dedicated-data-endpoints
Community Discussion
No community discussion yet for this question.