Azure Database for PostgreSQL

Fully managed, intelligent, and scalable PostgreSQL.

Learning

Learning Modules

Create and connect to an Azure Database for PostgreSQL
Published: 5/25/2023, Length: 0:49:00
Learn how to use Azure Database for PostgreSQL, a fully managed relational database solution. Create and develop a database, and query it from an ASP.NET app.
Understand concurrency in PostgreSQL
Published: 5/17/2023, Length: 0:33:00
Azure Database for PostgreSQL is a multi-user relational database solution. The ability to support many concurrent users enables PostgreSQL databases to scale out and enable applications that support many users and locations at the same time. The increase in users brings a risk of conflicts and so it is important to understand the concurrency systems that are in place in Azure Database for...
Explore PostgreSQL architecture
Published: 5/17/2023, Length: 0:39:00
PostgreSQL is an open-source relational database system that is now available as a service in Azure. In this module you will learn about the PostgreSQL architecture, and how to manage different aspects of PostgreSQL in Azure Database for PostgreSQL.
Deploy a Django application to Azure by using PostgreSQL
Published: 5/17/2023, Length: 0:20:00
Learn how to deploy an application built with the Python framework Django.
Manage performance and availability in Azure Cosmos DB for PostgreSQL
Published: 5/17/2023, Length: 0:23:00
Learn how to scale and rebalance data, create read replicas, and enable high availability on an Azure Cosmos DB for PostgreSQL cluster.
Deploy a Quarkus application to Azure Container Apps
Published: 5/17/2023, Length: 0:51:00
Create a Quarkus application, connect it to a PostgreSQL database, and then deploy to Azure Container Apps.
Secure Azure Database for PostgreSQL
Published: 5/17/2023, Length: 0:45:00
Azure Database for PostgreSQL includes comprehensive security features including encryption in transit and at rest, authentication, and granting permissions to database users. In this module you will learn about the security features of Azure Database for PostgreSQL, and how to configure them.
Understand PostgreSQL query processing
Published: 5/17/2023, Length: 0:20:00
The Azure Database for PostgreSQL server receives SQL queries and returns the relevant results. Each SQL query goes through several stages in order to return the correct results as quickly as possible. In this module you will learn about the different stages of processing a query, as well as the EXPLAIN statement.
Ingest and query data using Azure Cosmos DB for PostgreSQL
Published: 5/17/2023, Length: 1:18:00
Understand how data is distributed across Azure Cosmos DB for PostgreSQL to efficiently ingest and query data across the cluster.
Understand client-server communication in PostgreSQL
Published: 5/17/2023, Length: 0:28:00
PostgreSQL is a client-server system, which allows many clients to connect to a central server. In this module you will learn how PostgreSQL manages connections from clients, as well as looking at some common PostgreSQL client tools.
Introduction to Azure Database for PostgreSQL
Published: 5/17/2023, Length: 0:17:00
Build cloud-native apps with Azure Database for PostgreSQL for the most compatibility.
Procedures and functions in PostgreSQL
Published: 5/17/2023, Length: 0:30:00
PostgreSQL supports stored procedures and functions to make SQL queries reusable. In this module you will learn how to create and run stored procedures and functions.