Microsoft Azure Administrator Associate AZ-104 Practice Question
As an Azure administrator, you need to ensure that all resources within a specific resource group are tagged with 'ProjectName' and 'Environment'. You also want to prevent users from creating resources in that resource group without these tags. What should you do to meet this requirement?
Manually add the required tags to each resource in the resource group.
Assign an Azure Policy to require the specified tags on resources in the resource group.
Use a PowerShell script to add the required tags to all resources in the resource group.
Create a custom RBAC role that restricts resource creation without the required tags.