Which of the following statements correctly describes how Azure Database for PostgreSQL provides high availability?
Think about how Azure manages failover within the same region to minimize downtime.
Azure Database for PostgreSQL creates a standby server in the same region for high availability. If the primary server fails, it automatically switches to the standby server to minimize downtime.
You need a managed PostgreSQL database with flexible scaling and built-in high availability. Which Azure Database for PostgreSQL deployment option should you choose?
Consider which deployment supports both scaling and built-in high availability.
Flexible Server deployment supports zone redundant high availability and flexible compute scaling, making it suitable for workloads needing both features.
You want to restrict access to your Azure Database for PostgreSQL server to only specific Azure Virtual Network subnets. Which feature should you configure?
Think about how Azure integrates network security with database access.
Virtual Network Service Endpoints or Private Link allow you to restrict database access to specific Azure Virtual Network subnets, enhancing security beyond IP firewall rules.
You want to configure your Azure Database for PostgreSQL Flexible Server to retain backups for 14 days. Which configuration setting achieves this?
Look for the setting that directly controls backup retention duration.
The backup retention period setting in the server properties controls how long automated backups are kept. Setting it to 14 days retains backups for that duration.
You have a production workload with variable traffic patterns on Azure Database for PostgreSQL Flexible Server. Which approach best balances cost and performance?
Consider how to save costs when workload demand changes over time.
Flexible Server supports burstable compute tiers and can be stopped during idle periods, reducing costs while maintaining performance during peak times.