{"id":11787,"date":"2026-09-14T12:08:48","date_gmt":"2026-09-14T12:08:48","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=11787"},"modified":"2026-09-14T12:08:48","modified_gmt":"2026-09-14T12:08:48","slug":"microsoft-az-104-practice-test-questions-and-exam-dumps-part-9-q161-180","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-az-104-practice-test-questions-and-exam-dumps-part-9-q161-180\/","title":{"rendered":"Microsoft AZ-104 Practice Test Questions and Exam Dumps Part 9 Q161-180"},"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 161<\/b><\/h3>\n<p><b>You need to create a virtual network with an address space of 10.0.0.0\/16. Which Azure resource should you configure?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Virtual Network<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Security Group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Route Table<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public IP Address<\/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 Azure Virtual Network provides the private networking environment for Azure resources. When creating a virtual network, you define an address space such as 10.0.0.0\/16 and then create subnets within that address range. Network Security Groups control traffic, Route Tables define custom routes, and Public IP addresses provide internet-facing connectivity. Therefore, the Virtual Network is the correct resource to configure when creating the 10.0.0.0\/16 address space.<\/span><\/p>\n<h3><b>Question 162<\/b><\/h3>\n<p><b>You need to divide a virtual network into separate address ranges for web, application, and database servers. What should you create?<\/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;\">Subnets<\/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;\">Management Groups<\/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;\">Subnets divide an Azure virtual network&#8217;s address space into smaller logical network segments. Separate subnets can be created for web, application, and database workloads, allowing different security and routing configurations to be applied. Resource Groups organize Azure resources, Availability Sets improve VM availability, and Management Groups organize subscriptions. Therefore, subnets are the correct choice when a virtual network needs to be divided into separate address ranges for different workloads.<\/span><\/p>\n<h3><b>Question 163<\/b><\/h3>\n<p><b>You need to restrict traffic between a subnet and the internet by allowing only specific ports. Which Azure resource should you associate with the subnet?<\/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;\">Public IP Address<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Security Group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Storage Account<\/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;\">A Network Security Group provides inbound and outbound traffic filtering for Azure resources. An NSG can be associated with a subnet and configured with rules based on source, destination, port, protocol, and direction. This allows administrators to permit required traffic while blocking unnecessary connections. Azure DNS provides name resolution, Public IP addresses provide internet connectivity, and Storage Accounts provide data services. Therefore, a Network Security Group is the correct resource for controlling subnet traffic.<\/span><\/p>\n<h3><b>Question 164<\/b><\/h3>\n<p><b>You need to connect two Azure virtual networks that belong to the same Azure region. Which networking feature should you use?<\/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;\">Virtual Network Peering<\/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: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Virtual Network Peering allows two Azure virtual networks to communicate with each other over the Azure backbone network. It provides private connectivity without requiring traffic to pass through the public internet. Peering can be configured between virtual networks in the same region or across regions, depending on the required configuration. Azure DNS provides name resolution, Bastion provides secure VM access, and Load Balancer distributes traffic. Therefore, Virtual Network Peering is the appropriate solution for connecting two Azure virtual networks.<\/span><\/p>\n<h3><b>Question 165<\/b><\/h3>\n<p><b>You need to connect two Azure virtual networks located in different Azure regions. Which feature should you use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Security Group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Availability Set<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Global Virtual Network Peering<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Global Virtual Network Peering allows virtual networks in different Azure regions to communicate privately over Microsoft&#8217;s backbone network. It provides low-latency connectivity between resources in separate regions without requiring a VPN gateway for basic peering connectivity. Network Security Groups control traffic, Availability Sets improve VM availability, and Azure Files provides shared file storage. Therefore, Global Virtual Network Peering is the correct feature for connecting virtual networks located in different Azure regions.<\/span><\/p>\n<h3><b>Question 166<\/b><\/h3>\n<p><b>You need to prevent resources in one subnet from communicating directly with resources in another subnet unless specific traffic is allowed. Which feature should you configure?<\/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;\">Network Security Group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Pricing Calculator<\/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: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Network Security Groups can control inbound and outbound traffic for subnets and network interfaces. By creating appropriate security rules, administrators can restrict communication between subnet resources and allow only required protocols or ports. Azure Advisor provides recommendations, Pricing Calculator estimates costs, and Service Health provides information about Azure service issues. Therefore, an NSG is the correct feature for controlling communication between resources in different subnets.<\/span><\/p>\n<h3><b>Question 167<\/b><\/h3>\n<p><b>You need a dedicated private connection from your on-premises network to Azure that does not traverse the public internet. Which service should you use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure ExpressRoute<\/span><\/li>\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 Traffic Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Front Door<\/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 ExpressRoute provides a private connection between an on-premises environment and Microsoft Azure through a connectivity provider. Traffic does not traverse the public internet, providing predictable connectivity and supporting enterprise networking requirements. VPN Gateway can provide encrypted connectivity over the public internet, but it does not provide the same type of dedicated private connection. Traffic Manager distributes application traffic using DNS, while Front Door provides global application delivery. Therefore, ExpressRoute is the correct choice.<\/span><\/p>\n<h3><b>Question 168<\/b><\/h3>\n<p><b>You need to create an encrypted site-to-site connection between an Azure virtual network and an on-premises network over the internet. Which service should you use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ExpressRoute<\/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 Load Balancer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">VPN Gateway<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure VPN Gateway provides encrypted connectivity between Azure virtual networks and on-premises networks over the public internet. A site-to-site VPN typically uses IPsec or IKE-based protocols to protect traffic between the two environments. ExpressRoute provides a private dedicated connection instead of an internet-based VPN. Azure DNS handles name resolution, and Load Balancer distributes traffic across backend resources. Therefore, VPN Gateway is the appropriate solution for an encrypted site-to-site connection over the internet.<\/span><\/p>\n<h3><b>Question 169<\/b><\/h3>\n<p><b>You need to assign a public IP address to an Azure resource that must remain unchanged after the resource is restarted. What should you configure?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Static public IP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dynamic public IP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Private DNS Zone<\/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: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A static public IP address remains assigned to the resource until it is explicitly changed or released. This is useful for services that require a consistent internet-facing address, such as firewalls, gateways, or applications with IP-based access rules. A dynamic public IP can change when the associated resource is stopped and deallocated. Private DNS provides name resolution, while an NSG controls traffic. Therefore, a static public IP is the correct choice when the address must remain consistent.<\/span><\/p>\n<h3><b>Question 170<\/b><\/h3>\n<p><b>You need to create DNS records for a custom domain that will resolve publicly on the internet. Which Azure service should you use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Private 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 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: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure DNS is a hosting service for DNS domains that provides name resolution for publicly accessible domain names. Administrators can create records such as A, AAAA, CNAME, MX, and TXT records according to their requirements. Azure Private DNS is intended for private name resolution within virtual networks rather than public internet DNS. Bastion provides secure VM access, while Monitor provides monitoring and telemetry. Therefore, Azure DNS is the appropriate service for hosting public DNS records.<\/span><\/p>\n<h3><b>Question 171<\/b><\/h3>\n<p><b>You need private DNS name resolution for resources connected to an Azure virtual network. Which service should you configure?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Private DNS<\/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 Traffic Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Front Door<\/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 Private DNS provides DNS name resolution within virtual networks without exposing private records to the public internet. It can be used for internal applications, private endpoints, and other resources that require private name resolution. Azure DNS is primarily used for public DNS zones, while Traffic Manager provides DNS-based traffic distribution and Front Door provides global application delivery. Therefore, Azure Private DNS is the correct service for private name resolution within an Azure virtual network.<\/span><\/p>\n<h3><b>Question 172<\/b><\/h3>\n<p><b>You need to provide secure RDP and SSH access to Azure virtual machines through the Azure portal without exposing ports 3389 and 22 to the internet. Which service should you use?<\/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 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 access to virtual machines through the Azure portal. The VMs do not need public IP addresses, and management ports such as RDP 3389 and SSH 22 do not need to be exposed directly to the public internet. This reduces the attack surface for administrative access. Load Balancer distributes network traffic, Traffic Manager provides DNS-based routing, and Azure DNS manages name resolution. Therefore, Azure Bastion is the correct service.<\/span><\/p>\n<h3><b>Question 173<\/b><\/h3>\n<p><b>You need to distribute incoming TCP traffic across multiple healthy virtual machines. Which Azure service should you use?<\/b><\/p>\n<ol>\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 Load Balancer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Key Vault<\/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;\">Azure Load Balancer distributes network traffic across multiple backend resources such as virtual machines. It uses health probes to determine whether backend instances are available and can direct traffic only to healthy instances. Traffic Manager works at the DNS level and is commonly used for distributing traffic among endpoints, including across regions. Azure DNS handles DNS hosting, while Key Vault manages secrets and keys. Therefore, Azure Load Balancer is the correct service for distributing TCP traffic across healthy VMs.<\/span><\/p>\n<h3><b>Question 174<\/b><\/h3>\n<p><b>You need to route users to the Azure region with the lowest network latency. Which Azure service should you use?<\/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 Bastion<\/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 Traffic Manager<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Traffic Manager supports performance-based routing, which directs users toward the endpoint that provides the lowest network latency from their location. This is useful when an application has deployments in multiple Azure regions and needs to provide responsive access. Azure Load Balancer distributes traffic among backend resources, generally within a regional deployment scenario. Bastion provides VM administration, while Storage provides data services. Therefore, Azure Traffic Manager is the correct choice for directing users based on network performance.<\/span><\/p>\n<h3><b>Question 175<\/b><\/h3>\n<p><b>You need to protect an Azure web application from common web attacks such as SQL injection and cross-site scripting. Which service should you use with Azure Application Gateway?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Web Application Firewall<\/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 Backup<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/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;\">Web Application Firewall, or WAF, provides protection against common web application attacks such as SQL injection and cross-site scripting. When integrated with Azure Application Gateway, WAF can inspect HTTP and HTTPS requests and apply managed or custom security rules. Azure DNS handles name resolution, Backup protects data, and Queue Storage stores messages. Therefore, Web Application Firewall is the correct choice for protecting web applications from common application-layer attacks.<\/span><\/p>\n<h3><b>Question 176<\/b><\/h3>\n<p><b>You need to expose an internal Azure service privately to clients in a virtual network using a private IP address. Which feature should you use?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public IP Address<\/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;\">Private Endpoint<\/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: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An Azure Private Endpoint creates a network interface with a private IP address in a virtual network and connects it to a supported Azure service. This allows clients to access the service privately without relying on a public endpoint. A Public IP provides internet-facing access, Traffic Manager distributes traffic using DNS, and Azure DNS provides name resolution. Therefore, Private Endpoint is the correct feature when an Azure service needs to be accessed privately through a virtual network.<\/span><\/p>\n<h3><b>Question 177<\/b><\/h3>\n<p><b>You need to create a storage account that provides read access to data from a secondary region if the primary region becomes unavailable. Which redundancy option should you choose?<\/b><\/p>\n<ol>\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;\">LRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RA-GRS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ZRS<\/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;\">Read-access geo-redundant storage, or RA-GRS, replicates data to a secondary Azure region and allows read access to the secondary endpoint. This can provide continued read availability during certain primary-region outages. GRS also replicates data to another region but does not provide normal read access to the secondary endpoint unless a failover occurs. LRS keeps copies locally, while ZRS replicates data across availability zones in the primary region. Therefore, RA-GRS is the correct choice when secondary-region read access is required.<\/span><\/p>\n<h3><b>Question 178<\/b><\/h3>\n<p><b>You need to monitor Azure resources by collecting platform metrics such as CPU percentage, network traffic, and disk activity. Which Azure service should you use?<\/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 Resource Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Key Vault<\/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 metrics and other telemetry from Azure resources. Platform metrics such as CPU utilization, network traffic, and disk activity can be monitored to understand resource performance and detect potential issues. Azure Policy is used for governance, Resource Manager manages Azure resources, and Key Vault stores secrets and cryptographic material. Therefore, Azure Monitor is the correct service for collecting and analyzing Azure resource performance metrics.<\/span><\/p>\n<h3><b>Question 179<\/b><\/h3>\n<p><b>You need to create a centralized workspace for storing logs collected from multiple Azure resources. Which resource should you create?<\/b><\/p>\n<ol>\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;\">Availability Set<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Security Group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Log Analytics workspace<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Log Analytics workspace provides a centralized location for storing and analyzing log data collected from Azure resources and other supported sources. Administrators can query the data using a query language to investigate performance, security, and operational issues. A Resource Group organizes Azure resources, Availability Sets improve VM availability, and Network Security Groups control network traffic. Therefore, a Log Analytics workspace is the correct resource when logs from multiple Azure resources need to be centralized and analyzed.<\/span><\/p>\n<h3><b>Question 180<\/b><\/h3>\n<p><b>You need to configure an alert that triggers when a virtual machine&#8217;s CPU usage exceeds 90 percent for a sustained period. Which Azure Monitor component should you configure?<\/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;\">Metric alert<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Policy assignment<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Activity log export<\/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 Monitor metric alerts can monitor numerical metrics such as VM CPU utilization and trigger when a defined threshold is reached. The alert can include conditions such as CPU usage exceeding 90 percent for a specified duration, helping administrators detect sustained performance problems. Resource locks protect resources, policy assignments enforce governance, and activity log exports handle administrative event information. Therefore, a metric alert is the correct Azure Monitor component for monitoring CPU utilization against a defined threshold.<\/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 161 You need to create a virtual network with an address space of 10.0.0.0\/16. Which Azure resource should you configure? Virtual Network Network Security Group Route Table Public IP Address Correct Answer: 1 Explanation An Azure Virtual Network provides the private networking environment for Azure [&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\/11787"}],"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=11787"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11787\/revisions"}],"predecessor-version":[{"id":11788,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11787\/revisions\/11788"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=11787"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=11787"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=11787"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}