You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Identity is the foundation of security in Azure. Microsoft Entra ID (formerly Azure Active Directory / Azure AD) is Azure's cloud-based identity and access management service. It controls who can sign in and what they can access.
Entra ID is a cloud identity provider that handles:
| Feature | On-Premises AD | Entra ID |
|---|---|---|
| Protocol | Kerberos, LDAP | OAuth 2.0, OpenID Connect, SAML |
| Structure | Organisational Units (OUs), Group Policy | Flat structure, Conditional Access |
| Location | Your data centre | Cloud-hosted by Microsoft |
| Integration | Windows domain-joined machines | SaaS apps, Azure resources, Microsoft 365 |
Many organisations use Entra Connect to synchronise on-premises AD with Entra ID, creating a hybrid identity environment.
An Entra ID tenant is a dedicated instance of the directory for your organisation. When you sign up for Azure, you automatically get a tenant. It represents your organisation and holds your users, groups, and app registrations.
Users are identities that can sign in. There are two types:
Groups simplify access management. Instead of assigning permissions to individual users, assign them to a group:
| Group Type | Description |
|---|---|
| Security group | Used to manage access to resources |
| Microsoft 365 group | Used for collaboration (shared mailbox, calendar, SharePoint) |
Groups can have assigned or dynamic membership:
Azure RBAC controls what users can do with Azure resources. It is built on three concepts:
The identity requesting access:
A collection of permissions. Azure provides built-in roles:
| Role | Permissions |
|---|---|
| Owner | Full access to all resources, including the ability to assign roles |
| Contributor | Create and manage all resources, but cannot assign roles |
| Reader | View resources only |
| User Access Administrator | Manage user access to resources |
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.