John Saville - Claude Flashcards
(104 cards)
What is Azure AD and what protocols does it support?
Azure AD (now called Azure Entra ID) is Microsoft’s cloud-based identity provider that supports protocols like OAuth 2.0 OpenID Connect SAML and WS-Fed for authentication and authorization over the internet.
How does Azure Entra ID interact with on-premises Active Directory?
Azure Entra ID interacts with on-premises Active Directory through Azure Entra Connect sync or Azure Entra Connect Cloud sync where user accounts are replicated from Active Directory to Azure Entra ID.
What is the purpose of having a tenant in Azure Entra ID?
A tenant in Azure Entra ID is an organization’s instance that contains its users groups devices applications and conditional access policies. Applications and services trust this tenant for authentication and authorization.
Can Azure Entra ID tenants have external users or guests?
Yes Azure Entra ID tenants can have external users or guests from other organizations identity providers (like Google or Facebook) or Microsoft accounts allowing them to collaborate without creating separate accounts.
Where does an Azure Entra ID tenant reside?
An Azure Entra ID tenant is a global instance and does not reside within an Azure subscription. It is a separate entity that Azure subscriptions can trust for authentication and authorization.
Can you customize the branding and user experience in an Azure Entra ID tenant?
Yes you can customize the branding and user experience in an Azure Entra ID tenant by configuring company branding settings background images and login messages.
How do external users or guests appear in an Azure Entra ID tenant?
External users or guests appear as stub objects that refer to their primary identity in another tenant Microsoft account Google Facebook or other identity provider.
What are the different ways to provision user accounts in Azure Entra ID?
User accounts can be provisioned through synchronization from Active Directory manual creation bulk creation via CSV upload provisioning from an HR system or API and scripting.
Why are groups recommended for managing user access and permissions?
Groups are recommended for managing user access and permissions because it’s easier to assign roles permissions and licenses to groups rather than individual users simplifying administration and avoiding orphaned permissions when users leave.
What are the two types of groups in Azure Entra ID and their purposes?
The two types of groups are security groups (for assigning roles and permissions) and Microsoft 365 groups (for collaboration tools like SharePoint and calendars).
What is the difference between registering and joining a device in Azure Entra ID?
Registering a device makes it a known entity for management but is suitable for personal devices while joining a device allows more control and direct authentication using Azure Entra ID accounts suitable for corporate-owned devices.
What are the different Azure Entra ID license levels and their key features?
The Azure Entra ID license levels are Free (basic features) P1 (adds conditional access self-service password reset HR-driven provisioning) and P2 (adds privileged identity management identity protection and access reviews). There is also a Governance add-on.
What are administrative units in Azure Entra ID and how do they work?
Administrative units allow grouping users groups and devices and assigning roles that only apply to objects within that unit enabling granular access control delegation.
When adding a group to an administrative unit do the users in that group automatically inherit the unit’s permissions?
No users in a group added to an administrative unit do not automatically inherit the unit’s permissions. The users must be explicitly added to the administrative unit as well if they need to be managed.
What are the different Azure clouds or environments and how do they relate to Azure Entra ID tenants?
The different Azure clouds or environments include Commercial US Government China and others. Each cloud has its own separate instance of Azure Entra ID and tenants cannot span across different clouds.
What are regions in Azure and how do availability zones fit into regions?
Regions are geographical locations where Azure resources can be deployed. Within a region there are typically three availability zones which are separate physical datacenter locations for redundancy and high availability.
How are Azure regions paired and why is this important?
Azure regions are paired within the same geopolitical boundary for Azure’s safe deployment practices. Changes are rolled out to one region in a pair first then the other to avoid simultaneous failures.
What are Azure subscriptions management groups and how are they organized?
Subscriptions are containers for deploying Azure resources. Management groups provide a hierarchy above subscriptions for organizing resources assigning roles and policies and tracking budgets across multiple subscriptions.
How can you get started with Azure if you’re an individual or don’t have an existing enterprise subscription?
You can sign up for a free trial account or use the free services offered in Azure.
What is the cost analysis and management feature in Azure used for?
It allows you to view your current and forecasted costs analyze costs by resource or service set budgets and get cost optimization recommendations.
What are Azure budgets and how do they work?
Azure budgets allow you to set a cost threshold and configure alerts when spending reaches a certain percentage of that budget based on actual or forecasted costs. This helps track and control spending.
What are resource groups in Azure and how should they be used?
Resource groups are containers for deploying related Azure resources together. Resources in the same group should share a lifecycle and are suitable for common access control policies and cost tracking.
What is the Azure Hybrid Benefit and how does it help reduce costs?
The Azure Hybrid Benefit allows you to use existing on-premises Windows Server and SQL Server licenses in Azure removing the license cost from your Azure bill.
What are Azure reservations and savings plans and how do they differ?
Azure reservations provide discounted rates for specific resources in specific regions with a 1-3 year commitment. Azure savings plans offer a general hourly commit for included compute services with flexible discounts.