{"id":11797,"date":"2026-09-14T12:11:24","date_gmt":"2026-09-14T12:11:24","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=11797"},"modified":"2026-09-14T12:11:24","modified_gmt":"2026-09-14T12:11:24","slug":"microsoft-az-104-practice-test-questions-and-exam-dumps-part-13-q241-260","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-az-104-practice-test-questions-and-exam-dumps-part-13-q241-260\/","title":{"rendered":"Microsoft AZ-104 Practice Test Questions and Exam Dumps Part 13 Q241-260"},"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 241<\/b><\/h3>\n<p><b>Which Azure service provides a platform for hosting web applications without managing the underlying operating system?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Virtual Machines<\/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 App Service<\/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;\">Azure App Service is a managed platform for hosting web applications, REST APIs, and backend services. Microsoft manages much of the underlying infrastructure and operating system, allowing administrators to focus on the application. App Service supports several programming environments and provides features such as scaling, deployment options, and custom domains. Virtual Machines require more operating system management, making App Service a more managed hosting option.<\/span><\/p>\n<h3><b>Question 242<\/b><\/h3>\n<p><b>Which App Service feature allows an application to run multiple instances to handle increased demand?<\/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;\">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;\">App Service Scaling<\/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;\">App Service scaling allows an application to run with additional compute instances when more capacity is required. Scaling can be manual or configured using supported automatic scaling capabilities. Horizontal scaling increases the number of instances, helping applications handle additional traffic. This differs from vertical scaling, which changes the size or capabilities of an existing instance. Scaling improves application availability and performance during increased demand.<\/span><\/p>\n<h3><b>Question 243<\/b><\/h3>\n<p><b>Which Azure service is designed to execute code in response to events without requiring management of a dedicated server?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Functions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Virtual Machines<\/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;\">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 Functions is a serverless compute service designed to execute code in response to events. Functions can be triggered by timers, HTTP requests, queues, storage events, and other supported sources. Microsoft manages the underlying infrastructure, allowing developers and administrators to focus on the function code. This makes Azure Functions useful for automation, event processing, scheduled tasks, and lightweight application workloads.<\/span><\/p>\n<h3><b>Question 244<\/b><\/h3>\n<p><b>Which Azure service provides a fully managed platform for hosting containers as web applications?<\/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 App Service<\/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 Key Vault<\/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 App Service supports containerized web applications while providing a managed application-hosting platform. Administrators can deploy supported container images without managing the underlying virtual machines. App Service handles much of the infrastructure management and provides features such as scaling, deployment settings, and application monitoring integration. Azure Container Instances and AKS are other container options, but App Service is particularly suited to managed web application hosting.<\/span><\/p>\n<h3><b>Question 245<\/b><\/h3>\n<p><b>Which Azure service provides a private connection from an Azure virtual network to Azure services without traversing the public internet?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Traffic Manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public IP<\/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;\">Private Endpoint<\/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 Private Endpoint provides a private network interface in a virtual network that connects privately to supported Azure services. Traffic between the virtual network and the service can use a private IP address instead of the public internet. Private endpoints are commonly used to improve security and restrict access to services such as Storage, Key Vault, and Azure SQL Database.<\/span><\/p>\n<h3><b>Question 246<\/b><\/h3>\n<p><b>Which Azure service provides private DNS zones for resolving domain names within virtual networks?<\/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 Firewall<\/span><\/li>\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 Traffic Manager<\/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 Private DNS provides private DNS zones that can be used to resolve domain names within Azure virtual networks. It supports internal name resolution without requiring a public DNS service. Private DNS is especially useful with private endpoints, where applications need to resolve Azure service names to private IP addresses. Traffic Manager provides DNS-based traffic routing, while Load Balancer distributes network traffic.<\/span><\/p>\n<h3><b>Question 247<\/b><\/h3>\n<p><b>Which Azure networking feature connects two virtual networks so resources can communicate privately?<\/b><\/p>\n<ol>\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 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 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;\">Virtual Network Peering connects Azure virtual networks so resources in those networks can communicate using private IP addresses. Peering can be configured between virtual networks in the same region or, using global peering, across regions. The networks remain separate resources but can exchange traffic through the Azure backbone. This provides private connectivity without requiring a VPN gateway for basic peering scenarios.<\/span><\/p>\n<h3><b>Question 248<\/b><\/h3>\n<p><b>Which Azure feature allows virtual networks in different Azure regions to communicate over the Microsoft backbone network?<\/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;\">Azure DNS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Public IP<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Global VNet 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 connects virtual networks located in different Azure regions through the Microsoft backbone network. It allows resources in peered networks to communicate using private IP addresses. This can provide lower-latency private connectivity compared with routing traffic through the public internet. Standard VNet peering is commonly used within a region, while global peering extends this capability across regions.<\/span><\/p>\n<h3><b>Question 249<\/b><\/h3>\n<p><b>Which Azure networking service provides a dedicated private connection between an on-premises network and Azure?<\/b><\/p>\n<ol>\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;\">ExpressRoute<\/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;\">Azure ExpressRoute provides a private connection between an organization&#8217;s on-premises network and Microsoft cloud services. The connection does not use the public internet for the primary network path. ExpressRoute is useful for organizations requiring predictable connectivity, higher bandwidth, or specific networking requirements. Azure VPN Gateway can also connect on-premises networks to Azure, but it generally uses encrypted connections over the internet.<\/span><\/p>\n<h3><b>Question 250<\/b><\/h3>\n<p><b>Which Azure service provides encrypted site-to-site connectivity between an on-premises network and an Azure virtual network over the internet?<\/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 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 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 VPN Gateway provides encrypted VPN connectivity between Azure virtual networks and external networks. A site-to-site VPN can connect an organization&#8217;s on-premises network to an Azure virtual network through an IPsec\/IKE tunnel over the internet. This provides secure connectivity without requiring a dedicated ExpressRoute circuit. VPN Gateway can also support point-to-site connections for individual client devices.<\/span><\/p>\n<h3><b>Question 251<\/b><\/h3>\n<p><b>Which Azure resource controls inbound and outbound network traffic for resources in a virtual network?<\/b><\/p>\n<ol>\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<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;\">Network Security Group<\/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 Network Security Group, or NSG, contains security rules that allow or deny inbound and outbound network traffic. NSGs can be associated with subnets or network interfaces. Rules can evaluate factors such as source, destination, protocol, port, and direction. This allows administrators to control network access to Azure resources. Resource groups organize resources, while availability sets improve VM availability.<\/span><\/p>\n<h3><b>Question 252<\/b><\/h3>\n<p><b>Which NSG rule configuration allows inbound HTTPS traffic to a virtual machine?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TCP port 22<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TCP port 443<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">TCP port 80<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">UDP port 53<\/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;\">HTTPS normally uses TCP port 443. An NSG rule allowing inbound HTTPS traffic should therefore allow TCP traffic destined for port 443 from the required source. TCP port 22 is commonly used for SSH, TCP port 80 is used for HTTP, and UDP port 53 is commonly used for DNS queries. Correctly configuring NSG rules helps limit network access to only required services.<\/span><\/p>\n<h3><b>Question 253<\/b><\/h3>\n<p><b>Which Azure service helps diagnose network connectivity problems by testing whether traffic is allowed or denied?<\/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 Watcher IP Flow Verify<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cost Management<\/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 Watcher&#8217;s IP Flow Verify feature checks whether network traffic is allowed or denied for a specified source and destination. It evaluates applicable network security rules and helps administrators identify why traffic may not be reaching a resource. This is particularly useful when troubleshooting NSG configurations. Other Network Watcher features, such as Connection Monitor and packet capture, provide additional diagnostic capabilities.<\/span><\/p>\n<h3><b>Question 254<\/b><\/h3>\n<p><b>Which Network Watcher feature continuously monitors connectivity between endpoints?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IP Flow Verify<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Packet Capture<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Topology<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Connection Monitor<\/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;\">Network Watcher Connection Monitor provides continuous monitoring of network connectivity between endpoints. It can help administrators measure connectivity and identify network performance or availability issues. IP Flow Verify checks whether a particular traffic flow is allowed or denied, while Packet Capture collects network traffic for analysis. Connection Monitor is therefore the appropriate option for ongoing connectivity monitoring.<\/span><\/p>\n<h3><b>Question 255<\/b><\/h3>\n<p><b>Which Network Watcher feature captures network traffic from a virtual machine for troubleshooting?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Packet Capture<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Connection Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">IP Flow Verify<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Network Topology<\/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;\">Network Watcher Packet Capture allows administrators to capture network traffic from an Azure virtual machine. Captured traffic can be analyzed to troubleshoot connectivity, application communication, and network behavior. IP Flow Verify determines whether traffic is permitted, while Connection Monitor evaluates connectivity between endpoints. Packet Capture is useful when administrators need detailed information about actual packets being sent or received.<\/span><\/p>\n<h3><b>Question 256<\/b><\/h3>\n<p><b>Which Azure service provides application delivery acceleration and global routing for web applications?<\/b><\/p>\n<ol>\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;\">Azure Queue Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Front Door<\/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 Front Door is a global application delivery service that provides routing, acceleration, and security capabilities for web applications. It uses Microsoft&#8217;s global edge network to route client requests toward appropriate application endpoints. Front Door can also provide features such as web application firewall integration and health-based routing. Azure Files, Queue Storage, and Key Vault serve storage, messaging, and security purposes respectively.<\/span><\/p>\n<h3><b>Question 257<\/b><\/h3>\n<p><b>Which Azure service provides a managed web application firewall capability for protecting web applications from common attacks?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Queue Storage<\/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;\">Azure Table Storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Web Application Firewall<\/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 Web Application Firewall, or WAF, helps protect web applications from common web-based attacks. It can inspect HTTP and HTTPS traffic and apply rules designed to detect and block malicious requests. WAF capabilities can be integrated with supported Azure services such as Application Gateway and Front Door. WAF is specifically designed for application-layer web traffic rather than general network traffic.<\/span><\/p>\n<h3><b>Question 258<\/b><\/h3>\n<p><b>Which Azure service provides centralized protection against distributed denial-of-service attacks?<\/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 DDoS Protection<\/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 Resource Graph<\/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 DDoS Protection provides enhanced protection for Azure resources against distributed denial-of-service attacks. It helps protect applications and services by detecting and mitigating abnormal traffic patterns associated with DDoS attacks. Azure also provides basic DDoS protection for Azure services, while the dedicated DDoS Protection service provides additional capabilities for supported workloads. Advisor and Resource Graph serve different management purposes.<\/span><\/p>\n<h3><b>Question 259<\/b><\/h3>\n<p><b>Which Azure service provides a managed firewall for controlling and inspecting network traffic across Azure virtual networks?<\/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 Traffic Manager<\/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 Firewall is a managed, cloud-based network security service that can inspect and control traffic flowing through Azure networks. It supports network and application-level traffic filtering and can be centrally deployed for supported network architectures. Azure Firewall is different from NSGs, which provide security rules at the subnet or network-interface level. Bastion provides secure VM administration, while DNS handles name resolution.<\/span><\/p>\n<h3><b>Question 260<\/b><\/h3>\n<p><b>Which Azure service can distribute traffic across virtual machines and use health probes to identify healthy backend instances?<\/b><\/p>\n<ol>\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 Policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Azure Cost Management<\/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: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Load Balancer distributes network traffic across backend resources such as virtual machines. Health probes determine whether backend instances are available to receive traffic. If an instance fails its configured health probe, the load balancer can stop sending new traffic to that instance until it becomes healthy again. This improves application availability and helps prevent traffic from being sent to unhealthy resources.<\/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 241 Which Azure service provides a platform for hosting web applications without managing the underlying operating system? Azure Virtual Machines Azure Storage Azure App Service Azure Load Balancer Correct Answer: 3 Explanation Azure App Service is a managed platform for hosting web applications, REST APIs, [&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\/11797"}],"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=11797"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11797\/revisions"}],"predecessor-version":[{"id":11798,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/11797\/revisions\/11798"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=11797"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=11797"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=11797"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}