
Ultimate access to all questions.
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.