Which Azure Traffic Manager routing method directs user traffic to the endpoint with the lowest network latency?
Think about which method optimizes for speed by measuring network delays.
Performance routing directs traffic to the endpoint with the lowest latency, improving user experience by reducing response time.
Which Azure service feature ensures encrypted data replication between regions for Azure Storage accounts?
Consider which feature combines replication and encryption for data durability and security.
Geo-Replication with encryption at rest ensures data is encrypted during replication between regions, protecting data confidentiality.
What happens to the client connection string when a failover occurs in active geo-replication of Azure SQL Database?
Think about how clients know where the primary database is after failover.
The connection string remains the same, but connections fail until DNS propagates changes. Clients do not need to manually update the connection string because Azure SQL Database uses the same logical server name, and DNS updates to point to the new primary after failover.
Which deployment pattern best supports zero downtime during regional failover for Azure App Services?
Consider which routing method prioritizes one region but allows automatic failover.
Priority routing sends traffic to the primary region and automatically fails over to secondary regions, enabling zero downtime.
In a multi-region Azure Cosmos DB setup with eventual consistency, what is a possible outcome immediately after a write operation in one region?
Think about how eventual consistency affects data visibility across regions.
Eventual consistency means updates propagate asynchronously, so some regions may show old data briefly after a write.