An organization has the following Azure resource hierarchy:
* Tenant Root Group (Management Group)
* MG-Platform (Management Group)
* Sub-Connectivity (Subscription)
* RG-HubNet (Resource Group)
* MG-Apps (Management Group)
* Sub-App01 (Subscription)
* RG-AppLogic (Resource Group)
* RG-AppData (Resource Group)
You have a security group named DatabaseOps-SG. The members of this group must be able to perform the following tasks:
* Manage Azure SQL servers and databases within RG-AppData.
* Read and write database backup blobs directly in a storage account located in RG-AppData.
* View virtual networks and subnet configurations within RG-HubNet to assist with database private endpoint configuration.
The solution must follow the principle of least privilege.
Which three role assignments should you configure? (Select three).
- Assign SQL Server Contributor to DatabaseOps-SG at the RG-AppData scopeAnswer
- Assign Storage Blob Data Contributor to DatabaseOps-SG at the RG-AppData scopeAnswer
- Assign Reader to DatabaseOps-SG at the RG-HubNet scopeAnswer
- DAssign Contributor to DatabaseOps-SG at the Sub-App01 scope
- EAssign Application Administrator in Microsoft Entra ID to DatabaseOps-SG
- FAssign Owner to DatabaseOps-SG at the Tenant Root Group scope, and configure a Deny assignment at the Sub-App01 scope