Welcome back! In this comprehensive guide, we explore how to manage users and groups in Azure Active Directory (Azure AD). Users and groups form the backbone of any robust identity and access management solution, and in this lesson, we’ll start by focusing on users.Documentation Index
Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Understanding User Accounts
User accounts in Azure AD are vital for both authentication and authorization, functioning as digital keys that secure access to resources. Whether you’re accessing a virtual machine, database, or network resource in Azure, a valid Azure AD account is required. Similar to on-premises Active Directory, each user account in Azure AD can include custom attributes—such as address, department, or employee ID—to better organize and manage users. To view all users in your organization, navigate to: Azure Active Directory → Users → All Users This centralized hub enables you to track and manage every user account. For bulk user management, Azure AD offers the capability to create, invite, and delete multiple accounts simultaneously using operations and sample CSV files.
For bulk operations, use the provided CSV template, fill in the mandatory fields, and upload it back to Azure AD. This greatly simplifies the process of creating a large number of user accounts.
Types of Azure AD User Accounts
Azure AD supports three primary types of user accounts:-
Cloud Identities
- Native to Azure AD and exclusively used for cloud resources and services.
-
Guest Accounts
- Designed for external collaborators. These accounts allow users from outside organizations to access specific resources. They can sign in using invitation links—even with personal email addresses.
-
Directory-Synchronized Accounts
- Integrated with on-premises Active Directory via Azure AD Connect. This synchronization bridges your local directory and the Azure cloud.

Creating Azure AD Users
Azure AD offers two main methods for adding users:-
Create a New User (Cloud Identity)
- Directly create a new user in Azure AD. For example, if your domain is cloudlabs.onmicrosoft.com, a new user might be created as alice@kodekloudlabs.onmicrosoft.com.
-
Invite a User (Guest Account)
- Use this option to collaborate with external users. Invited users are designated as guests and can belong to different Azure AD tenants or use personal email accounts.

Directory-synchronized accounts cannot be manually created in the Azure portal because they are automatically generated through Azure AD Connect synchronization with your on-premises directory.
Creating a New Cloud User in the Azure Portal
To create a cloud user:- Open the Azure portal and go to Azure Active Directory → Users.
- Select the option to create a new user or invite an external user.




Deleting Users
To delete a user, select the user account you wish to remove. Azure AD provides a summary of the user’s information—including name, type, and related assets like roles and groups—prior to confirming the deletion.
