Start here! Get your feet wet with the Microsoft cloud and begin your journey to earning your Microsoft Certified: Azure Fundamentals certification!
Prepare and test your skills

Prepare and test your skills

Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An organization wants to ensure that all cloud resources are deployed only to approved geographic regions in order to satisfy regulatory and data residency standards. The Azure administrator needs to enforce this rule across an entire subscription using a pre-configured rule without writing custom JSON code.
What should the administrator do to meet this requirement?
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.
Azure Policy is a dedicated governance service in Microsoft Azure that allows organizations to define, assess, and enforce corporate standards and regulatory compliance across their cloud environments. Azure Policy compares resource configurations against defined business logic. To accelerate governance, Azure provides built-in policy definitions—pre-configured rules created by Microsoft that address standard use cases such as enforcing naming conventions, requiring resource tags, or restricting deployments to allowed geographic locations.
Deny, Azure Resource Manager blocks any deployment request targeting an unapproved region during resource creation or update.Assigning a built-in policy is the native, intended method for enforcing cloud governance and resource configurations at scale across Azure scopes.