An organization has the following Azure resource hierarchy and configuration:
* A management group named `MG-Finance`.
* An Azure subscription named `Sub-FinanceProd` that is associated with `MG-Finance`.
* A resource group named `RG-Payments` within `Sub-FinanceProd`.
* A virtual machine named `vm-pay1` and a storage account named `sa-paylogs` within `RG-Payments`.
The following role assignments are configured:
* `User1` is assigned the Microsoft Entra ID `Global Administrator` role. The directory setting Access management for Azure resources is set to No.
* `User2` is assigned the `Reader` role at the `MG-Finance` management group level, and the `Contributor` role at the `RG-Payments` resource group level.
* `User3` is assigned the `User Access Administrator` role at the `Sub-FinanceProd` subscription level.
Which TWO actions can be performed based on the configured permissions? (Select two.)
- User2 can create a new virtual machine in RG-Payments.Answer
- User3 can assign the Reader role to another user on vm-pay1.Answer
- CUser1 can delete vm-pay1.
- DUser2 can read blob data in sa-paylogs using Microsoft Entra ID authentication without any other role assignments.