
Ultimate access to all questions.
You are tasked with implementing secure endpoints for an Azure Databricks workspace. The workspace needs to be accessible from both public and private networks. Describe the steps you would take to ensure that the endpoints are secure, including the use of network security groups and virtual network injection.
A
Only allow public access and use IP whitelisting.
B
Implement private endpoints and use network security groups to control access.
C
Disable all network security features and rely on Azure Databricks' built-in security.
D
Use a combination of public and private endpoints, and configure network security groups to restrict access based on IP ranges.