You deploy two virtual machines behind an Azure Load Balancer for high availability. One VM is healthy, the other is unhealthy. What will the Load Balancer do?
Think about how load balancers maintain service availability by checking health probes.
Azure Load Balancer uses health probes to detect unhealthy VMs and routes traffic only to healthy instances to maintain availability.
You configure an Azure SQL Database with geo-replication for high availability. If the primary region fails, what happens to the database endpoint?
Consider how geo-replication supports automatic failover to maintain availability.
Azure SQL Database geo-replication supports automatic failover where the endpoint redirects to the secondary region to maintain service continuity.
You want to secure your Azure App Service in a high availability setup by restricting access to only your virtual network. Which configuration achieves this?
Think about how private endpoints provide secure, private connectivity within a virtual network.
Private Endpoints allow Azure App Service to be accessed privately within a virtual network, enhancing security in HA setups.
Which Azure Storage redundancy option provides the highest availability and durability across regions?
Consider redundancy that combines zone and geo replication for maximum resilience.
GZRS replicates data across availability zones and regions, providing the highest availability and durability.
You configure Azure Traffic Manager with multiple endpoints in different regions. Which routing method ensures traffic is sent to the closest healthy endpoint to reduce latency and maintain availability?
Think about routing methods that optimize for lowest network latency.
The Performance routing method directs traffic to the endpoint with the lowest network latency, improving availability and user experience.