SIMULATION
You need to create a user named Admin1 in contoso.com. Admin1 must be able to back up and restore files on SRV1. The solution must use principle of the least privilege.
To complete this task, sign in the required computer or computers.
- See Explanation section for answer.
Answer(s): A
Explanation:
Step 1: Sign in to the Azure portal in the User Administrator role for the organization.
Add a new user
You can create a new user using the Azure Active Directory portal.
To add a new user, follow these steps:
Step 1. Sign in to the Azure portal in the User Administrator role for the organization.
Step 2: Search for and select Azure Active Directory from any page.
Step 3: Select Users, and then select New user.

Step 4: On the User page, enter information for this user:
Name: Admin1
User name: Admin1
Groups. Optional
Groups. Optional: Backup Operator
Step 5: Copy the autogenerated password provided in the Password box. You'll need to give this password to the user to sign in for the first time.
Step 6: Select Create.
The user is created and added to your Azure AD organization.
Note:
Azure Backup provides three built-in roles to control backup management operations.
Backup Operator - This role has permissions to everything a contributor does except removing backup and managing backup policies. This role is equivalent to contributor except it can't perform destructive operations such as stop backup with delete data or remove registration of on-premises resources.
Incorrect:
Backup Contributor - This role has all permissions to create and manage backup except deleting Recovery Services vault and giving access to others. Imagine this role as admin of backup management who can do every backup management operation.
Backup Reader - This role has permissions to view all backup management operations. Imagine this role to be a monitoring person.
Reference:
https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/add-users-azure-active-directory
https://learn.microsoft.com/en-us/azure/backup/backup-rbac-rs-vault
Reveal Solution Next Question