An organization has an Azure subscription named Sub1 that contains a resource group named RG-Web. You need to configure the environment to meet the following requirements:
* A security auditor named Taylor must be able to assign roles and manage access permissions for other users on all resources inside RG-Web, but Taylor must not be able to create, modify, or delete any resources.
* All resources deployed within Sub1 must be restricted to a specific list of approved Azure regions.
Which configuration should you implement to meet these requirements?
- AAssign the User Access Administrator role to Taylor at the RG-Web scope, and assign a custom Azure Role-Based Access Control (RBAC) role at the Sub1 scope to restrict the allowed regions.
- BAssign the User Access Administrator role to Taylor for a parent resource group nested inside RG-Web, and assign an Azure Policy definition at the Sub1 scope.
- Assign the User Access Administrator role to Taylor at the RG-Web scope, and assign an Azure Policy definition at the Sub1 scope.Cevap
- DAssign the User Access Administrator role to Taylor at the RG-Web scope, and assign a ReadOnly resource lock at the Sub1 scope to restrict the allowed regions.
Cevap
Assign the User Access Administrator role to Taylor at the RG-Web scope, and assign an Azure Policy definition at the Sub1 scope.
Assigning the User Access Administrator role at the RG-Web scope grants the permissions to manage user access and role assignments on all resources inside that resource group, but does not allow creating or deleting the resources themselves. Assigning an Azure Policy at the Sub1 scope ensures that all resources deployed within the subscription comply with the specified regional restrictions, as policies are inherited by child resource groups and resources.
Adım Adım Çözüm
Anahtar Kavram
Understanding the difference between Azure RBAC (access control) and Azure Policy (resource compliance/properties), along with resource group hierarchy rules.
Tahmini Süre:2m 0s