AZ-500 · Question #319
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements…
The correct answer is B. No. Creating an Application Security Group (ASG) does not enable Docker containers on a VM to access Azure Storage and Azure SQL databases via a service endpoint.
Question
Options
- AYes
- BNo
How the community answered
(34 responses)- A15% (5)
- B85% (29)
Why each option
Creating an Application Security Group (ASG) does not enable Docker containers on a VM to access Azure Storage and Azure SQL databases via a service endpoint.
ASGs do not facilitate the configuration of service endpoint access for containers; their purpose is network security grouping for VMs.
Creating an Application Security Group (ASG) is used to group VMs and define network security policies for them, but it does not directly enable or configure access from Docker containers within a VM to Azure Storage and Azure SQL databases via a service endpoint. Service endpoints are configured at the subnet level to allow direct access from that subnet to specific Azure services, and containers running on a VM within that subnet would inherently use the VM's network path.
Concept tested: Azure Service Endpoints and Application Security Groups
Source: https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-service-endpoints-overview
Community Discussion
No community discussion yet for this question.