SC-300 Part 1, Module 1 Flashcards
What is Azure Active Directory (Azure AD)?
Microsoft’s cloud-based identity and access management service, which helps your employees sign in and access:
- External resources
- Internal resources
Azure AD helps your employees sign in and access what kinds of external resources?
External resources such as M365, the Azure portal, and thousands of other Software as a Service (SaaS) applications.
Azure AD helps your employees sign in and access what kinds of internal resources?
Internal resources such as apps on your corporate network and intranet, along with any cloud apps developed by your own organization.
Who is Azure AD intended for?
IT admins, App developers, and subscribers to Microsoft services.
What permissions does the Global Admin have in Azure AD?
- Manage access to all admin features, and to services that federate to Azure AD.
- Assign admin roles to others.
- Reset admin and user passwords.
What permissions does the User Admin have in Azure AD?
- Create/manage users and groups.
- Manage support tickets.
- Monitor service health.
- Change passwords for users, Helpdesk admins, and other User Admins.
What permissions does the Billing Admin have in Azure AD?
- Making purchases.
- Manage subscriptions.
- Manage support tickets.
- Monitors service health.
In the Azure portal, where can you see a list of roles?
On the “Roles and administrators” blade.
Azure roles specify scope at what level?
Scope can be specified at multiple levels:
- Management group
- Subscription
- Resource group
- Resource
Azure AD roles specify scope at what level?
Scope is at the tenant level.
Azure roles info can be accessed using which 5 sources?
- Azure portal
- Azure CLI
- Azure PowerShell
- Azure Resource Manager templates
- REST API
Azure AD roles info can be accessed in:
- Azure admin portal
- Azure AD PowerShell.
- M365 admin center
- MS Graph
“Access management for Azure resources” switch
- Grants the Global Admin the User Access Admin role (an Azure role) on all subscriptions for a particular tenant.
- This enables the user to grant others access to Azure resources.
- Helpful for regaining access to a subscription.
By default, what Azure resources does the Global Admin have access to?
By default, the Global Admin doesn’t have access to Azure resources.
Do Azure AD roles span Azure AD and M365?
Several Azure AD roles span Azure AD and M365, such as the Global Admin and User Admin roles.
Five ways to assign roles within Azure AD
- Assign a role to a user or group.
- Assign a user or group to a role.
- Assign a role to a broad-scope, like a Subscription, Resource Group, or Management Group.
- Assign a role using PowerShell or MSGraph API.
- Assign a role using Privileged Identity Management (PIM).
What are the default restrictions for assigning roles?
There are no built in role assignment restrictions.
How do you create a custom role in Azure AD?
- Roles and administrators blade > New custom role.
2. Provide a name, description, select the permissions, then select Create.
How do you add a new user in Azure AD?
- Select Users > New User.
2. Populate the user’s info. Then select Create.
What is a common method for assigning a role to a user in Azure AD?
- All users blade. Select the user.
- On the user’s profile page, select Assigned roles. Select Add assignments, select the role you want to assign. Select Add.
What is a common method for removing a role in Azure AD?
- Select Users, then select a user.
- Select Assigned roles. Select the name of the role you want to remove.
- Select Remove assignments.
What is a domain name?
A part of the identifier for many Azure AD resources:
- It’s part of a user name or email address for a user,
- Part of the address for a group.
- Sometimes part of the app ID URI for an application.
A domain name is sometimes part of the ___ for an application.
App ID URI
Who can manage domains in Azure AD?
The Global Administrator