Practice free →
HomeAzure AZ-104cloudcomputingaz104networkmonitor › An organisation needs to allow VNet-private acce…

An organisation needs to allow VNet-private access to Azure Storage and Cosmos DB WITHOUT routing traffic over the public internet. Which combination is correct?

AService Endpoints (for storage/SQL/etc.) or Private Endpoints (private IP inside the VNet) for finer control
BForce all traffic through Front Door
CAlways use Azure Bastion to reach databases
DPublic endpoints on all resources
Answer & Solution
Correct answer: A. Service Endpoints (for storage/SQL/etc.) or Private Endpoints (private IP inside the VNet) for finer control
Service Endpoints expose Microsoft services over the VNet boundary; Private Endpoints give each service a private IP inside the VNet. Public endpoints defeat the requirement; Bastion is for SSH/RDP, not data plane; Front Door is L7 routing.
Solve this in the app — Azure AZ-104 practice & 24k+ MCQs →
Related questions