Practice Question AZ-104: Microsoft Azure Administrator

Azure AD is primarily an identity solution and designed for HTTP and HTTPS communications. Azure AD can be queried with a REST API, instead of LDAP. Azure AD uses federation services, and many third-party services (such as Facebook). Azure AD users and groups are created in a flat structure. Azure AD does not have Organizational Units (OUs) or Group Policy Objects (GPOs).
: Azure AD Join provides single sign on to your Azure managed SaaS apps and services. Joined devices have enterprise state roaming of user settings. AD Join provides seamless access to on-premises resources. Restricts access to apps from only compliant devices.
: Self-Service Password Reset authentication methods include mobile app notification, mobile app code, email, mobile phone, office phone, and security questions. A combination of authentication methods can be used
All users must have a user account. The user account is used for authentication and authorization. Each user account can have additional properties (user profile), like phone number. You must be a Global Administrator or User Administrator to manage users. Users can be assigned to groups either directly or dynamically. Dynamic assignment lets you create complex attribute-based rules.
Azure Policy is a service in Azure which allows you to create polices which enforce and control the properties of a resource. The advantages include enforcement and compliance, applying policies at scale, and remediating non-compliant resources. The creation steps are - create a policy definition, create a policy initiative, scope the initiative, and determine compliance. A policy example is when a company wants to implement geographic compliance requirements to limit locations where services can be deployed.
: Owner who has full access to all resources and can delegate access to others. Contributor who can create and manage all types of Azure resources but cannot grant access to others. Reader who can only view Azure resources. User access administrator who manages user access to Azure resources. Other roles are possible.
RBAC provides fine-grained access management of resources in Azure. RBAC can be used to segregate duties within a team. RBAC can also grant just the amount of access users need to perform their jobs. RBAC is an allow model granting access only as assigned.
Read More