{"id":11792,"date":"2026-09-14T12:09:59","date_gmt":"2026-09-14T12:09:59","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=11792"},"modified":"2026-09-14T12:09:59","modified_gmt":"2026-09-14T12:09:59","slug":"microsoft-az-104-practice-test-questions-and-exam-dumps-part-11-q201-220","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-az-104-practice-test-questions-and-exam-dumps-part-11-q201-220\/","title":{"rendered":"Microsoft AZ-104 Practice Test Questions and Exam Dumps Part 11 Q201-220"},"content":{"rendered":"<h2><b>View Full\u00a0<a href=\"https:\/\/www.examlabs.com\/az-104-exam-dumps\">Microsoft AZ-104 Exam Dumps<\/a>\u00a0and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 201<\/b><\/h3>\n<p><b>Which Azure service provides a centralized way to manage resources across multiple subscriptions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource Groups<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Management Groups<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Availability Sets<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage Accounts<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Management Groups allow administrators to organize multiple Azure subscriptions into a hierarchy. Policies and role-based access control can be applied at the management group level and inherited by subscriptions beneath them. This makes management groups useful for organizations with many subscriptions that need consistent governance, access control, and compliance settings. Resource groups organize resources within a subscription, while management groups operate at a higher level.<\/span><\/p>\n<h3><b>Question 202<\/b><\/h3>\n<p><b>Which Azure RBAC role allows a user to manage resources but does not allow them to assign roles to other users?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Owner<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User Access Administrator<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Contributor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reader<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Contributor role allows users to create, modify, and delete Azure resources, but it does not allow them to assign Azure RBAC roles to other users. The Owner role includes full resource management and permission to assign access. User Access Administrator primarily manages access permissions, while Reader provides read-only access. Therefore, Contributor is appropriate when users need to manage resources without managing permissions.<\/span><\/p>\n<h3><b>Question 203<\/b><\/h3>\n<p><b>Which Azure service can be used to store secrets, passwords, certificates, and encryption keys securely?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Key Vault<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Advisor<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Key Vault is designed to securely store and manage sensitive information such as secrets, passwords, certificates, and cryptographic keys. Applications and Azure services can retrieve these values without storing sensitive information directly in application code or configuration files. Access can be controlled using Microsoft Entra ID and Azure RBAC. Azure Storage is intended for data storage, while Monitor and Advisor provide monitoring and recommendations.<\/span><\/p>\n<h3><b>Question 204<\/b><\/h3>\n<p><b>Which Azure feature allows a virtual machine to use an automatically managed identity to access Azure resources securely?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managed Identity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource Lock<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Availability Set<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Managed identities allow Azure resources such as virtual machines to authenticate to supported Azure services without storing credentials in code or configuration files. Azure automatically manages the identity&#8217;s credentials. A virtual machine can use its managed identity to access resources such as Azure Key Vault or Storage when appropriate permissions are assigned. This improves security because administrators do not need to manually create and maintain application secrets.<\/span><\/p>\n<h3><b>Question 205<\/b><\/h3>\n<p><b>Which Azure storage redundancy option keeps three copies of data within a single Azure region across separate availability zones?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ZRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RA-GRS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Zone-Redundant Storage, or ZRS, synchronously replicates data across three Azure availability zones within the same region. This protects data from failures affecting an individual availability zone. Locally Redundant Storage keeps copies within a single datacenter or location, while GRS and RA-GRS provide replication to a secondary region. ZRS is useful when applications require higher availability within a single Azure region.<\/span><\/p>\n<h3><b>Question 206<\/b><\/h3>\n<p><b>Which Azure storage redundancy option replicates data asynchronously to a secondary Azure region?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">LRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ZRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Premium SSD<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Geo-Redundant Storage, or GRS, replicates data from the primary Azure region to a secondary region. Replication to the secondary region is asynchronous. This provides protection against a regional outage. GRS is different from ZRS, which maintains copies across availability zones within the same region. Premium SSD is a disk performance option rather than a storage account redundancy configuration.<\/span><\/p>\n<h3><b>Question 207<\/b><\/h3>\n<p><b>Which Azure Storage access tier is most appropriate for data that is accessed frequently?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Archive<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cool<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hot<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Offline<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Hot access tier is designed for data that is accessed frequently. It generally provides lower access costs compared with less frequently accessed tiers, although storage costs can be higher. The Cool tier is intended for data accessed less frequently, while Archive is designed for rarely accessed long-term data with higher retrieval latency. Selecting the appropriate tier can help optimize Azure Storage costs.<\/span><\/p>\n<h3><b>Question 208<\/b><\/h3>\n<p><b>Which Azure Storage access tier is designed for long-term data that is rarely accessed?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hot<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cool<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Archive<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Premium<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Archive access tier is designed for data that is rarely accessed and needs to be retained for long periods. It offers lower storage costs but has higher data retrieval latency and additional retrieval considerations. Archive is useful for long-term backups, historical records, and compliance data. Hot storage is intended for frequently accessed data, while Cool is more appropriate for data accessed less frequently but still requiring relatively quick access.<\/span><\/p>\n<h3><b>Question 209<\/b><\/h3>\n<p><b>Which Azure service provides a managed DNS hosting service for domain names?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Bastion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Firewall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Load Balancer<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure DNS is a managed hosting service for DNS domains. It allows administrators to host DNS zones and manage DNS records using Azure infrastructure. Azure DNS uses the global Azure network and integrates with Azure resource management. Azure Private DNS can instead be used for private DNS zones within virtual networks. Bastion provides secure VM access, Firewall provides network security, and Load Balancer distributes network traffic.<\/span><\/p>\n<h3><b>Question 210<\/b><\/h3>\n<p><b>Which Azure service provides secure browser-based RDP and SSH access to virtual machines without requiring a public IP address on the VM?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure VPN Gateway<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Bastion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Traffic Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Bastion provides secure RDP and SSH connectivity to virtual machines through the Azure portal. Virtual machines do not need public IP addresses for this connection method. Bastion is deployed within an Azure virtual network and helps reduce exposure of management ports to the public internet. VPN Gateway is used for network connectivity, Traffic Manager manages DNS-based traffic routing, and Azure DNS provides DNS hosting.<\/span><\/p>\n<h3><b>Question 211<\/b><\/h3>\n<p><b>Which Azure networking service distributes incoming traffic across multiple virtual machines at the transport layer?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Load Balancer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Traffic Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Bastion<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Load Balancer distributes incoming network traffic across multiple backend resources such as virtual machines. It operates at Layer 4 and supports TCP and UDP traffic. It can provide high availability by directing traffic only toward healthy backend instances. Traffic Manager works at the DNS level, while Azure DNS manages DNS records. Azure Bastion is designed for secure administrative access to virtual machines.<\/span><\/p>\n<h3><b>Question 212<\/b><\/h3>\n<p><b>Which Azure service uses DNS-based routing to direct users toward an appropriate application endpoint?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Load Balancer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Traffic Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Firewall<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Security Group<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Traffic Manager is a DNS-based traffic routing service. It can direct users to different application endpoints according to routing methods such as performance, priority, weighted, or geographic routing. Traffic Manager does not directly carry application traffic; instead, DNS responses influence which endpoint clients use. Azure Load Balancer distributes traffic at the network level within supported Azure environments.<\/span><\/p>\n<h3><b>Question 213<\/b><\/h3>\n<p><b>Which Azure feature can prevent users from accidentally deleting an important resource?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource Lock<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Advisor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Resource Locks help protect important resources from accidental changes or deletion. A CanNotDelete lock prevents deletion while still allowing authorized users to modify the resource. A ReadOnly lock prevents both modifications and deletion. Resource locks are useful for protecting production resources, storage accounts, and other critical infrastructure. They provide an additional protection layer beyond Azure RBAC permissions.<\/span><\/p>\n<h3><b>Question 214<\/b><\/h3>\n<p><b>Which Azure Policy effect can prevent the creation of resources that violate a defined policy?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Audit<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deny<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disabled<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Append<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Deny effect prevents resource operations that violate the policy definition. For example, an organization can use a Deny policy to prevent resources from being deployed outside approved Azure regions. Audit only records non-compliant resources without blocking deployment. Disabled turns off the policy, while Append can add specific properties during resource creation. Deny is therefore the appropriate effect when enforcement is required.<\/span><\/p>\n<h3><b>Question 215<\/b><\/h3>\n<p><b>Which Azure service provides recommendations for improving cost, security, reliability, and performance?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Advisor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Bastion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Storage Explorer<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Advisor analyzes Azure deployments and provides personalized recommendations across areas such as cost, security, reliability, operational excellence, and performance. These recommendations can help administrators identify opportunities to optimize resources and improve their Azure environment. Advisor does not directly replace monitoring or governance services. Azure Monitor focuses on telemetry and alerts, while Azure Policy enforces organizational rules.<\/span><\/p>\n<h3><b>Question 216<\/b><\/h3>\n<p><b>Which Azure service allows administrators to analyze logs using a query language such as KQL?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Load Balancer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Log Analytics Workspace<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Bastion<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Log Analytics workspace collects and stores supported monitoring and log data so administrators can analyze it using Kusto Query Language, or KQL. It is commonly used with Azure Monitor to investigate application and infrastructure activity, troubleshoot problems, and create analytical queries. Services such as Azure Load Balancer, Bastion, and DNS perform networking functions rather than providing a centralized log analysis environment.<\/span><\/p>\n<h3><b>Question 217<\/b><\/h3>\n<p><b>Which Azure service can collect metrics and logs from Azure resources and provide alerts when conditions are met?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Advisor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Resource Manager<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Monitor collects and analyzes telemetry such as metrics and logs from Azure resources and applications. Administrators can create alert rules that detect conditions such as high CPU usage, failed requests, or other monitored events. Alerts can trigger configured actions through action groups. Azure Policy focuses on governance and compliance, Advisor provides recommendations, and Resource Manager provides the management layer for Azure resources.<\/span><\/p>\n<h3><b>Question 218<\/b><\/h3>\n<p><b>Which Azure Monitor component defines who should be notified or what action should occur when an alert is triggered?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Action Group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource Group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Management Group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Availability Set<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An Action Group defines the actions Azure Monitor should perform when an alert is triggered. Actions can include sending email or SMS notifications, invoking automation, or integrating with supported notification and incident-management mechanisms. Alert rules determine the condition that triggers an alert, while the action group determines the response. Resource groups and management groups are organizational structures rather than alert response mechanisms.<\/span><\/p>\n<h3><b>Question 219<\/b><\/h3>\n<p><b>Which Azure service provides information about planned maintenance, service issues, and health advisories affecting Azure resources?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Service Health<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Advisor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure DNS<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Service Health provides personalized information about Azure service incidents, planned maintenance, and health advisories that may affect resources or services. It helps administrators understand whether an Azure platform issue may impact their environment. Service Health differs from Azure Monitor, which primarily monitors resource and application telemetry. Organizations can also configure alerts to receive notifications about relevant service health events.<\/span><\/p>\n<h3><b>Question 220<\/b><\/h3>\n<p><b>Which Azure tool provides an interactive command-line environment directly from the Azure portal?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cloud Shell<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Advisor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Resource Graph<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Service Health<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Cloud Shell provides an interactive shell environment accessible directly through the Azure portal. It supports command-line tools such as Azure CLI and Azure PowerShell, allowing administrators to manage Azure resources without installing these tools locally. Cloud Shell is useful for running administrative commands, scripts, and resource-management operations from a browser. Azure Advisor, Resource Graph, and Service Health serve different management and monitoring purposes.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full\u00a0Microsoft AZ-104 Exam Dumps\u00a0and Practice Test Dumps. &nbsp; Question 201 Which Azure service provides a centralized way to manage resources across multiple subscriptions? Resource Groups Management Groups Availability Sets Storage Accounts Correct Answer: 2 Explanation Management Groups allow administrators to organize multiple Azure subscriptions into a hierarchy. Policies and role-based access control can be [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11792"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=11792"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11792\/revisions"}],"predecessor-version":[{"id":11794,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11792\/revisions\/11794"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=11792"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=11792"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=11792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}