
Answer-first summary for fast verification
Answer: Use a combination of public and private endpoints, and configure network security groups to restrict access based on IP ranges.
Using a combination of public and private endpoints ensures flexibility while maintaining security. Network security groups allow for granular control over access based on IP ranges, enhancing security posture.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
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.