Which statement best describes the primary purpose of Azure Private Link?
Think about how Private Link keeps traffic off the public internet.
Azure Private Link provides private connectivity from a virtual network to Azure services, ensuring traffic does not traverse the public internet, enhancing security.
You want to securely connect your Azure virtual network to an Azure Storage account using Private Link. Which component must you create in your virtual network to enable this connection?
Consider the resource that represents the private connection inside your virtual network.
A Private Endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link within your virtual network.
When using Azure Private Link, what happens to the DNS resolution of the service's public endpoint inside your virtual network?
Think about how Private Link keeps traffic inside your network.
With Private Link, DNS resolution for the service's public endpoint is overridden to resolve to the private IP address of the Private Endpoint, ensuring traffic stays within the virtual network.
You have configured a Private Endpoint for an Azure SQL Database. What is the expected behavior when a client inside your virtual network tries to connect to the SQL Database using its fully qualified domain name (FQDN)?
Consider how Private Link changes the network path for service access.
When a Private Endpoint is configured, DNS resolves the service FQDN to the Private Endpoint's private IP, so clients connect privately within the virtual network.
You want to ensure that all access to your Azure Key Vault is only through Private Link and no public network access is allowed. Which configuration achieves this?
Think about how to restrict access to only private connections.
Enabling a Private Endpoint and disabling public network access on the Key Vault ensures all traffic flows through Private Link, blocking any public internet access.