Medium1 markMultiple Choice
AZ-305 · Question 12 · Domain 1.3: Governance
The finance department requires that all Azure resources be tagged with a 'CostCenter' tag for billing allocation.
You need to ensure that if a user attempts to create a resource without the 'CostCenter' tag, the resource is created anyway, but the tag is automatically added with a default value of 'Unassigned'.
Which Azure Policy effect should you use?
The finance department requires that all Azure resources be tagged with a 'CostCenter' tag for billing allocation.
You need to ensure that if a user attempts to create a resource without the 'CostCenter' tag, the resource is created anyway, but the tag is automatically added with a default value of 'Unassigned'.
Which Azure Policy effect should you use?
Answer options:
A.
Append
B.
Modify
C.
DeployIfNotExists
D.
Audit
How to approach this question
Identify the policy effect designed specifically for managing resource tags.
Full Answer
B.Modify✓ Correct
The 'Modify' effect is used to add, update, or remove properties or tags on a resource during creation or update. It is the recommended approach for enforcing tagging strategies because, unlike 'Append', it can also be used with remediation tasks to fix existing non-compliant resources.
Common mistakes
Choosing 'Append'. While Append was historically used for tags, Microsoft now explicitly recommends 'Modify' for all tagging operations.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 3
55 questions · hints · full answers · grading
More questions from this exam
Q01Contoso Ltd is a global manufacturing company with 50,000 employees across 30 countries. They cur...MediumQ02Fabrikam Inc. is a Managed Service Provider (MSP) managing Azure environments for 50 different en...HardQ03A financial institution generates 5 TB of telemetry and audit logs daily across its Azure environ...MediumQ04A retail company has recently migrated several workloads to Azure. The IT Director wants a centra...EasyQ05A healthcare organization with 10,000 employees uses on-premises Active Directory. They are migra...Hard
Expert