Posts

Showing posts from October, 2020

Deploy Azure Database for PostgreSQL using ARM template

Image
Azure Database for PostgreSQL is a relational database service based on the open-source Postgres database engine. It's a fully managed service provided by Microsoft Azure. It offers mission-critical workloads with predictable performance, security, high availability and dynamic scalability.       It's available in two deployment options Single Server (supports vertical scale on demand) Hyperscale   server (supports horizontal scale across machine using sharding)  For this blog, we'll explore " Single Server " deployment only. We'll also be looking into few integrations along with the deployment of Azure Database for PostgreSQL. These integration will include: Virtual Network integration for existing virtual network Diagnostics logs integration (generated logs to send across storage account and log analytics workspace and stream to event hub) Azure Active Directory User/group integration Key vault integration to store administrator password Pre-requisites ...