You add a widget to your Azure Portal dashboard to monitor a virtual machine's CPU usage. What will happen if the virtual machine is stopped?
Think about how monitoring data is cached or displayed when the resource is offline.
The Azure Portal dashboard widget shows the last known metrics for a stopped VM. It does not update in real-time when the VM is off, so it displays the last recorded CPU usage.
You want to find all resources related to a specific project in Azure Portal. Which is the best way to organize and locate these resources quickly?
Think about grouping resources logically for easy management.
Resource groups in Azure are designed to group related resources for easy management and navigation in the portal. This helps you find and manage all project resources together.
You want to allow a team member to manage virtual machines but not access storage accounts in your Azure subscription. Which Azure Portal feature helps you achieve this?
Consider the scope of roles and least privilege principle.
Assigning the 'Virtual Machine Contributor' role at the resource group level containing only VMs limits access to those resources. Assigning at subscription level or 'Owner' role grants broader access than needed.
You want to receive alerts in Azure Portal when a virtual machine's CPU usage exceeds 80%. Which configuration step is necessary?
Think about automated monitoring and alerting features.
Azure Monitor alert rules allow you to set conditions on metrics like CPU usage and send notifications automatically when thresholds are crossed.
You manage hundreds of resources across multiple subscriptions and want to efficiently monitor and manage them in Azure Portal. Which approach is best?
Consider tools designed for multi-subscription management and customization.
Azure Lighthouse allows managing multiple subscriptions securely and efficiently. Custom dashboards with resource queries help monitor large environments effectively.