What is a primary advantage of using Private Link in Azure?
- To increase network bandwidth automatically
- To automatically scale applications
- To replace firewall rules completely
- To provide private connectivity to Azure services without exposing data to the public internet ✓
Correct answer: To provide private connectivity to Azure services without exposing data to the public internet
Option D is correct because Azure Private Link enables private, secure connectivity to Azure PaaS services (such as Azure Storage, SQL Database, and Key Vault) over a private endpoint within a virtual network, so traffic never traverses the public internet and the service's public endpoint can be disabled entirely. Option A is incorrect because Private Link does not increase network bandwidth; it changes the network path for privacy and security, not throughput capacity. Option B is incorrect because Private Link is not an autoscaling feature; scaling of applications is managed by Azure services such as Virtual Machine Scale Sets or App Service plans. Option C is incorrect because Private Link does not replace firewall rules; network security groups, Azure Firewall, and service-level firewalls still play complementary roles in a defense-in-depth architecture.
Topic: · azure private link, private endpoint, network security, az-500