
Ultimate access to all questions.
You are designing a data pipeline in Azure Databricks that involves processing sensitive data. How would you implement secure endpoints to ensure that the data is protected, including the use of Azure Active Directory for authentication and network security groups for access control?
A
Allow all users unrestricted access via public endpoints.
B
Use Azure Active Directory for authentication and restrict access based on user roles and IP addresses.
C
Disable Azure Active Directory integration and use basic authentication.
D
Only allow internal users access via private endpoints.