Azure Flashcards
Elements of the Control Plane
Web App Jobs Manager Notebooks Metastore Cluster Manager
Elements of the Data Plane
Clusters
NGrok Proxy
What ‘features’ protect the frontend webapp?
SSO
SCIM
IP Access-Lists
What is BYO VNET?
The ability for customers to specify there own VNET details in Azure. Can be singular per workspace (for Data Isolation), or shared between multiple workspaces
What would you use VNET Peering?
VNET peering allows the cluster nodes to peer with data sources in other customer owned VNETs. This means data traverses over the MSFT backbone not the public internet.
What does SCIM stand for?
System for Cross Domain Identity Management
How can you configure SCIM with Databricks?
No clue - Update later.
What are we referring to with “Identity & Access Management”?
Identity (user names), using local accounts, or single sign-on using identity providers (Idp)
Provisioning/Deprovisioning -> SCIM.
Access Control Lists (ACLs) - RBAC - (View,Create,Manage,AttachRun,Delete) on Control Plane Objects
Token Management API
What are two Azure specific IAM methods
Service Principals (used for applications, hosted services, automated tools)
Conditional Access (Where & When access is granted), MFA, Device, Patch Level etc
What ‘features’ can be used for Data Protection
Data Access Control
Encryption
Table Access Control
What feature of Data Access Control allows multiple Idps to be used for authentication and authorisation?
Federated Identity
Called ‘full user identity federation’ in docs - but… I think its just Federated ID (login using google,facebook,etc)
What feature of Data Access provides seemless access to customers Lake Storage using same login as webapp
Active Directory Credential Passthrough.
Where do you enable ADLS Credential Pass-through?
On the Cluster Properties (under Advanced Options)
What needs to happen before Table Access Control can be used?
It needs to be enabled on the cluster
What objects can you control with Table Access Control?
CATALOG DATABASE TABLE VIEW FUNCTION ANAONYMOUS FUNCTION ANY FILE