
Answer-first summary for fast verification
Answer: Implement Azure Private Link to create a private endpoint for the data pipeline, and use Azure Firewall to control public access.
Option B is the correct answer as it involves using Azure Private Link to create a private endpoint for secure access to the data pipeline, and Azure Firewall to control and restrict public access. Option A only addresses authentication and does not differentiate between private and public endpoints. Option C is partially correct as it uses service endpoints for private access but does not provide a complete solution for public access. Option D is incorrect as ExpressRoute is used for connecting on-premises infrastructure to Azure, not for securing endpoints.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In the context of implementing data security in Azure Databricks, you are tasked with setting up secure endpoints for a data pipeline that involves both private and public access. Describe the steps you would take to ensure that the endpoints are secure, and explain how you would differentiate between private and public endpoints.
A
Use Azure Active Directory (AAD) to authenticate all users and restrict access to the private endpoint.
B
Implement Azure Private Link to create a private endpoint for the data pipeline, and use Azure Firewall to control public access.
C
Configure Azure Virtual Network Service Endpoints to provide private access to Azure services, and use Azure API Management for public access with rate limiting.
D
Set up Azure ExpressRoute to create a private connection to the data pipeline, and use Azure Policy to enforce public endpoint security configurations.