PostgresqlFlexible
Resource Icon

Resource Overview
Azure PostgreSQL Flexible Server is a relational database service based on the open-source PostgreSQL database engine.
Associated Resources
Parent Resources
Resource Configuration
Basic Settings
version: PostgreSQL version to use -11,12,13,14sku_name: PostgreSQL pricing tier name, a combination of tier + compute generation + number of coresstorage_mb: Maximum storage capacity of PostgreSQL Flexible Server (MB)admin_username: Administrator username for the server when creation mode is default, alphanumeric only, no reserved words,1~16charactersadmin_password: Administrator login password for the server when creation mode is default, must include at least 3 of lowercase, uppercase, numeric, and special characters, cannot contain more than 3 consecutive alphanumeric characters from the login name,8~128charactersavailability_zone: Specifies the availability zone. Possible values are1,2,3-1~3enable_high_availability: Whether to enable high availability for PostgreSQL Flexible Server -true,falsehigh_availability_mode: High availability mode for PostgreSQL Flexible Server -SameZone,ZoneRedundantstandby_availability_zone: Specifies the availability zone of the standby server. Possible values are1,2,3. Must not overlap with the primary availability zone -1~3backup_retention_days: Backup retention period for PostgreSQL Flexible Server (days). Possible values are1~35-7~35geo_redundant_backup_enabled: Whether to enable geo-redundant backups -true,falsepublic_network_access_enabled: Whether to allow public network access to the server -true,falsedelegated_subnet_name: Subnet name for virtual network delegationprivate_dns_zone_name: Private DNS zone used to create the PostgreSQL Flexible Server
Server Configuration (configuration)
configuration.name: PostgreSQL server parameter configuration nameconfiguration.param_value: Value of the PostgreSQL flexible server configuration
Database (database)
database.charset: Character set of the PostgreSQL databasedatabase.collation: Data collation method of the PostgreSQL database
Firewall Rules (firewall_rule)
firewall_rule.start_ip_address: Starting IP address associated with the firewall rulefirewall_rule.end_ip_address: Ending IP address associated with the firewall rule
Tags
tag: Tags used to categorize resources - maximum 512 characters,key:value
References
- Azure Database for PostgreSQL - Flexible Server(Microsoft)
- Azure Database for PostgreSQL - Flexible Server Networking(Microsoft)
- Azure Database for PostgreSQL - Flexible Server High Availability(Microsoft)
- Azure Database for PostgreSQL - Flexible Server Backup and Restore(Microsoft)
- Azure Database for PostgreSQL - Flexible Server Firewall Rules(Microsoft)