Azure Administrator Associate (AZ-104)
1 Manage Azure identities and governance
1-1 Manage Azure AD objects
1-2 Manage role-based access control (RBAC)
1-3 Manage subscriptions and governance
2 Implement and manage storage
2-1 Manage storage accounts
2-2 Manage blob storage
2-3 Manage disk storage
2-4 Manage file shares
2-5 Implement Azure Backup
3 Deploy and manage Azure compute resources
3-1 Manage virtual machines (VMs)
3-2 Manage VM extensions
3-3 Manage virtual machine scale sets (VMSS)
3-4 Manage Azure App Services
3-5 Manage Azure Container Instances (ACI)
3-6 Manage Azure Kubernetes Service (AKS)
4 Configure and manage virtual networking
4-1 Manage Azure virtual networks
4-2 Manage network security groups (NSGs)
4-3 Manage Azure DNS
4-4 Manage Azure load balancers
4-5 Manage Azure Application Gateway
4-6 Manage Azure VPN Gateway
4-7 Manage Azure ExpressRoute
4-8 Manage Azure Traffic Manager
4-9 Manage Azure Content Delivery Network (CDN)
5 Monitor and back up Azure resources
5-1 Monitor resources using Azure Monitor
5-2 Implement and manage Azure Backup
5-3 Implement and manage Azure Site Recovery
5-4 Implement and manage Azure Security Center
5-5 Implement and manage Azure Update Management
Manage Azure AD Objects

Manage Azure AD Objects

Azure Active Directory (Azure AD) is a cloud-based identity and access management service that helps employees of an organization sign in and access resources. Managing Azure AD objects is crucial for maintaining a secure and efficient environment. This webpage will guide you through the key concepts and tasks involved in managing Azure AD objects.

Key Concepts

Users

Users in Azure AD represent individuals or entities that need access to your organization's resources. Each user has a unique identifier and can be assigned roles and permissions. Managing users involves creating, updating, and deleting user accounts, as well as resetting passwords and managing multi-factor authentication (MFA) settings.

Example: When a new employee joins your company, you would create a new user account in Azure AD, assign the appropriate roles, and configure access to necessary resources.

Groups

Groups in Azure AD are collections of users that can be managed as a single unit. Groups simplify the process of assigning permissions and roles to multiple users. There are two types of groups: Security groups and Microsoft 365 groups. Security groups are used to manage access to resources, while Microsoft 365 groups provide collaboration features.

Example: You can create a Security group for your IT department and assign permissions to all members of the group, rather than assigning permissions individually to each user.

Roles

Roles in Azure AD define the permissions that users have within the directory. Azure AD includes built-in roles such as Global Administrator, User Administrator, and Security Administrator. Custom roles can also be created to meet specific organizational needs. Assigning roles to users or groups ensures that they have the appropriate level of access to resources.

Example: A Global Administrator has full control over all administrative features in Azure AD, while a User Administrator can manage user accounts but not other administrative tasks.

Devices

Devices in Azure AD represent the endpoints that users use to access your organization's resources. Devices can be registered, joined, or managed through Azure AD. Managing devices involves ensuring that only trusted devices have access to your resources, which enhances security and compliance.

Example: You can register a company-owned laptop in Azure AD, which allows the device to access corporate resources securely and ensures that it complies with your organization's security policies.

Service Principals

Service Principals in Azure AD are identities used by applications and services to access Azure resources. They are similar to user accounts but are used by applications rather than individuals. Managing service principals involves creating, updating, and deleting these identities, as well as assigning roles and permissions.

Example: An application that needs to access Azure Storage can be granted access by creating a service principal and assigning it the necessary permissions.

Conclusion

Managing Azure AD objects is essential for maintaining a secure and efficient environment. By understanding and effectively managing users, groups, roles, devices, and service principals, you can ensure that your organization's resources are accessed only by authorized individuals and applications.