Practice free →
HomeAzure AZ-500cloudcomputingaz500networking › Which Azure networking feature should a security…

Which Azure networking feature should a security engineer use to give a VM-hosted workload a PRIVATE IP-addressable endpoint to a managed PaaS service (e.g. Storage, SQL DB) — without traversing the public internet?

AAzure Bastion
BService Endpoint with public IP
CAzure DNS
DPrivate Endpoint (built on Azure Private Link)
Answer & Solution
Correct answer: D. Private Endpoint (built on Azure Private Link)
Private Endpoint maps a PaaS service into a VNet via a private NIC (per AZ-500 §2 private access). Service Endpoints keep public IP; the others aren't private access.
Solve this in the app — Azure AZ-500 practice & 24k+ MCQs →
Related questions