Postgresql
Resource Icon

Resource Overview
Azure Database for PostgreSQL is a fully managed relational database service provided by Microsoft Azure, based on the widely used open-source PostgreSQL database engine. It allows you to easily deploy, manage, and scale PostgreSQL databases in the cloud without worrying about the underlying infrastructure. With Azure Database for PostgreSQL, Microsoft handles tasks such as patching, backups, and monitoring, enabling you to create and manage PostgreSQL databases with minimal management overhead. Additionally, you can take advantage of features like high availability, automatic backups, and point-in-time recovery.
Associated Resources
Parent Resource
Resource Setting Values
version: The version of PostgreSQL to use -9.5,9.6,10,10.0,10.2,11sku_name: The name of SKU for the PostgreSQL Server, Tier + compute generation + cores pattern -azureDatabaseSkustorage_mb: Max storage allowed for a Server in MB -5120~16777216create_mode: The creation mode for restoring or replicating existing Servers -Default,Replica,GeoRestore,PointInTimeRestoreadmin_username: If the creation mode is default, the administrator login for the MySQL Server, Only alphanumeric characters are allowed, Without the reserved words, 1 to 63 charactersadmin_password: If the creation mode is default, the password associated with the administrator login, Contain 3 of the following: lowercase letters/uppercase letters/numbers/special characters, Cannot contain more than 3 consecutive alphanumeric characters in the login name, 8 to 128 characterspublic_network_access_enabled: Allow public network access for the Server -true,falsessl_enforcement_enabled: Enable SSL enforcement on the Server -true,falseminimal_tls_version: The minimum TLS version to support on the Server -TLS1_2,TLS1_1,TLS1_0,TLSEnforcementDisableddatabasecharset: The charset for the PostgreSQL Database -azurePostgresqlChartSetcollation: The collation for the PostgreSQL Database -azurePostgresqlCol
firewall_rulestart_ip_address: The Start IP Address asscociated with the Firewall Ruleend_ip_address: The End IP Address asscociated with the Firewall Rule
tag: A tag used to categorize resources, up to 512 characters, in the formatkey:value.