Free Microsoft Certified: Azure Fundamentals practice — 6 questions on Describe Azure management and governance, with explanations. No sign-up.
Full 12-question mixed test →
Question 1 of 6 · Describe Azure management and governance
A company wants to prevent any user from accidentally deleting a critical resource group containing production databases. The company also needs to allow authorized administrators to update resource configurations within the group when necessary. Which Azure feature should be applied to the resource group?
A CanNotDelete lock allows users to read and modify resources but prevents deletion of the resource group and resources within it. This meets both requirements: prevents accidental deletion while allowing configuration updates.
Question 2 of 6 · Describe Azure management and governance
A development team is using Azure Cloud Shell to manage resources across multiple subscriptions. They need to run a script that creates 50 storage accounts using a declarative approach that can be version-controlled and reused. Which tool combination should they use directly within Cloud Shell?
Azure CLI is available in Cloud Shell and can deploy Bicep templates (Infrastructure as Code). Bicep provides a declarative syntax that can be version-controlled, reused, and is the modern recommended approach for Azure IaC over ARM JSON templates.
Question 3 of 6 · Describe Azure management and governance
An organization needs to estimate the cost savings of migrating their on-premises infrastructure to Azure. They want to compare their current datacenter costs including electricity, cooling, hardware depreciation, and IT staff time against Azure's projected costs over 5 years. Which Microsoft tool should they use?
The TCO Calculator is specifically designed to compare on-premises infrastructure costs (including datacenter expenses, utilities, staff, hardware lifecycle) against Azure cloud costs over a multi-year period, typically 1-5 years.
Question 4 of 6 · Describe Azure management and governance
A company has deployed resources across 15 different resource groups in Azure. They need to identify which resources belong to the Finance department and generate monthly cost reports grouped by department. The solution should not affect resource functionality or performance. What should they implement?
Tags are metadata key-value pairs that can be applied to resources regardless of resource group. Microsoft Cost Management can filter and group costs by tags, making this the ideal solution for cross-resource-group cost tracking by department without reorganizing resources.
Question 5 of 6 · Describe Azure management and governance
An IT administrator receives an alert that a critical Azure service is experiencing an outage affecting their production environment in the East US region. They need to check the current status of Azure services, view the root cause analysis, and subscribe to updates about this specific incident. Which Azure tool should they use?
Azure Service Health provides personalized alerts and guidance for Azure service issues, planned maintenance, and health advisories. It shows current incidents, root cause analysis (RCA) when available, and allows subscriptions to specific service health events affecting your resources.
Question 6 of 6 · Describe Azure management and governance
A multinational corporation needs to manage Azure resources, on-premises servers, AWS EC2 instances, and Google Cloud VMs from a single control plane. They want to apply Azure Policy and use Azure Monitor across all these environments. Which Azure service enables this unified management approach?
Azure Arc extends Azure management capabilities (including Azure Policy, Azure Monitor, RBAC) to resources outside Azure, including on-premises servers, other cloud providers' VMs (AWS, Google Cloud), and Kubernetes clusters, providing a unified control plane.
Ready for the real thing?
The full course has two full-length practice tests, video lessons for every exam domain, hands-on labs and detailed answer explanations.