Azure #17 – Azure Database for PostgreSQL | Azure Tutorial



Azure #17 – Azure Database for PostgreSQL | Azure Tutorial

Azure #17 - Azure Database for PostgreSQL | Azure Tutorial

Azure Database for PostgreSQL is a managed Postgres database service that Azure offers. Azure handles the majority of the configuration, provides you a connection string to connect to the database and allows easy backups and restores.

In this tutorial we’ll discuss some of the benefits to using the managed service rather than doing all the database configuration yourself, pricing, sizing, server parameters, single server and hyperscale (citrus). We’ll create a single server, set up firewall rules, create a read replicate and verify we can psql into our postgres database.

Overview:
https://azure.microsoft.com/en-us/services/postgresql/
https://docs.microsoft.com/en-us/azure/postgresql/overview

Pricing:
https://azure.microsoft.com/en-us/pricing/details/postgresql/server/

Comments are closed.