Skip to content

Commit 13f095c

Browse files
Merge pull request #54160 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-09 07:00 UTC
2 parents 3aeb546 + f5938b2 commit 13f095c

77 files changed

Lines changed: 3809 additions & 869 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

learn-pr/paths/microsoft-learn-azure-database-for-postgresql/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Azure Database for PostgreSQL is a Platform as a Service database service in the Microsoft cloud. It bases itself on the PostgreSQL open-source relational database and includes built-in high availability, automatic backup and restore, as well as comprehensive security features. The pay-as-you-go pricing model provides predictable performance and near-instant scaling. In this learning path, you're introduced to the main features of PostgreSQL and how they work in Azure Database for PostgreSQL. You learn about the different Azure Database for PostgreSQL implementation options, and how to configure a server for your needs. (DP-3021)
66
ms.date: 05/11/2024
77
author: wwlpublish
8-
ms.author: rcaper
8+
ms.author: calopez
99
ms.topic: learning-path
1010
title: Configure and migrate to Azure Database for PostgreSQL
1111
prerequisites: |

learn-pr/paths/migrate-cassandra-mongo-db-workloads-to-cosmos-db/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Migrating Cassandra and MongoDB workloads to Cosmos DB
66
ms.date: 02/02/2021
77
author: wwlpublish
8-
ms.author: rcaper
8+
ms.author: calopez
99
ms.topic: learning-path
1010
title: Migrating Cassandra and MongoDB workloads to Cosmos DB
1111
prerequisites: |

learn-pr/paths/migrate-open-source-workloads/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Migrate open-source databases to Azure
66
ms.date: 02/03/2021
77
author: wwlpublish
8-
ms.author: rcaper
8+
ms.author: jupadrao
99
ms.topic: learning-path
1010
title: Migrate open-source databases to Azure
1111
prerequisites: |

learn-pr/paths/program-transact-sql/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Program with Transact-SQL
66
ms.date: 10/09/2021
77
author: wwlpublish
8-
ms.author: rcaper
8+
ms.author: jupadrao
99
ms.topic: learning-path
1010
title: Program with Transact-SQL
1111
prerequisites: |

learn-pr/paths/work-mysql-databases-azure/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Work with MySQL Databases on Azure
66
ms.date: 10/10/2022
77
author: wwlpublish
8-
ms.author: rcaper
8+
ms.author: GraemeMalcolm
99
ms.topic: learning-path
1010
title: Work with MySQL Databases on Azure
1111
prerequisites: |

learn-pr/paths/write-advanced-transact-sql-queries/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Write advanced Transact-SQL queries
66
ms.date: 10/09/2021
77
author: wwlpublish
8-
ms.author: rcaper
8+
ms.author: jupadrao
99
ms.topic: learning-path
1010
title: Write advanced Transact-SQL queries
1111
prerequisites: |
Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
1-
### YamlMime:Module
2-
uid: learn.wwl.configure-manage-postgresql
3-
metadata:
4-
title: Configure and manage Azure Database for PostgreSQL
5-
description: "Azure Database for PostgreSQL efficiently manages vast quantities of data and their structures through system catalogs and views. This module explores how to optimize database performance by accessing and configuring metadata, understanding the role of the vacuum process in maintaining database health, and managing server settings. We introduce practical techniques to enhance your PostgreSQL database administration, useful in environments requiring robust data handling and security features."
6-
ms.date: 05/10/2024
7-
author: wwlpublish
8-
ms.author: rcaper
9-
ms.topic: module
10-
ms.custom:
11-
- N/A
12-
ms.service: azure-database-postgresql
13-
ai-usage: human-only
14-
title: Configure and manage Azure Database for PostgreSQL
15-
summary: Azure Database for PostgreSQL employs system catalogs and views to manage metadata efficiently. Understanding these can significantly enhance database performance and streamline the administration of PostgreSQL systems.
16-
abstract: |
17-
After completing this module, you'll be able to:
18-
19-
- Describe system catalogs and system views in Azure Database for PostgreSQL.
20-
21-
- Investigate metadata in Azure Database for PostgreSQL.
22-
23-
- Explain the purpose of the vacuum process.
24-
25-
- Configure vacuum server parameters.
26-
prerequisites: |
27-
- Demonstrate an understanding of relational databases.
28-
29-
- Demonstrate an understanding of basic SQL.
30-
iconUrl: /training/achievements/generic.svg
31-
levels:
32-
- intermediate
33-
roles:
34-
- database-administrator
35-
products:
36-
- azure-database-postgresql
37-
subjects:
38-
- databases
39-
units:
40-
- learn.wwl.configure-manage-postgresql.introduction
41-
- learn.wwl.configure-manage-postgresql.understand-system-catalog-views
42-
- learn.wwl.configure-manage-postgresql.investigate-metadata
43-
- learn.wwl.configure-manage-postgresql.explain-purpose-vacuum-autovacuum
44-
- learn.wwl.configure-manage-postgresql.configure-autovacuum-server-parameters
45-
- learn.wwl.configure-manage-postgresql.exercise-configure-system-parameter-explore-metadata
46-
- learn.wwl.configure-manage-postgresql.knowledge-check
47-
- learn.wwl.configure-manage-postgresql.summary
48-
badge:
49-
uid: learn.wwl.configure-manage-postgresql.badge
1+
### YamlMime:Module
2+
uid: learn.wwl.configure-manage-postgresql
3+
metadata:
4+
title: Configure and manage Azure Database for PostgreSQL
5+
description: "Azure Database for PostgreSQL efficiently manages vast quantities of data and their structures through system catalogs and views. This module explores how to optimize database performance by accessing and configuring metadata, understanding the role of the vacuum process in maintaining database health, and managing server settings. We introduce practical techniques to enhance your PostgreSQL database administration, useful in environments requiring robust data handling and security features."
6+
ms.date: 05/10/2024
7+
author: wwlpublish
8+
ms.author: calopez
9+
ms.topic: module
10+
ms.custom:
11+
- N/A
12+
ms.service: azure-database-postgresql
13+
ai-usage: human-only
14+
title: Configure and manage Azure Database for PostgreSQL
15+
summary: Azure Database for PostgreSQL employs system catalogs and views to manage metadata efficiently. Understanding these can significantly enhance database performance and streamline the administration of PostgreSQL systems.
16+
abstract: |
17+
After completing this module, you'll be able to:
18+
19+
- Describe system catalogs and system views in Azure Database for PostgreSQL.
20+
21+
- Investigate metadata in Azure Database for PostgreSQL.
22+
23+
- Explain the purpose of the vacuum process.
24+
25+
- Configure vacuum server parameters.
26+
prerequisites: |
27+
- Demonstrate an understanding of relational databases.
28+
29+
- Demonstrate an understanding of basic SQL.
30+
iconUrl: /training/achievements/generic.svg
31+
levels:
32+
- intermediate
33+
roles:
34+
- database-administrator
35+
products:
36+
- azure-database-postgresql
37+
subjects:
38+
- databases
39+
units:
40+
- learn.wwl.configure-manage-postgresql.introduction
41+
- learn.wwl.configure-manage-postgresql.understand-system-catalog-views
42+
- learn.wwl.configure-manage-postgresql.investigate-metadata
43+
- learn.wwl.configure-manage-postgresql.explain-purpose-vacuum-autovacuum
44+
- learn.wwl.configure-manage-postgresql.configure-autovacuum-server-parameters
45+
- learn.wwl.configure-manage-postgresql.exercise-configure-system-parameter-explore-metadata
46+
- learn.wwl.configure-manage-postgresql.knowledge-check
47+
- learn.wwl.configure-manage-postgresql.summary
48+
badge:
49+
uid: learn.wwl.configure-manage-postgresql.badge
Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
### YamlMime:Module
2-
uid: learn.wwl.explore-mysql-architecture
3-
metadata:
4-
title: Explore MySQL Architecture
5-
description: "Explore the component parts of MySQL, and learn how to find your way around Azure Database for MySQL."
6-
ms.date: 10/10/2022
7-
author: wwlpublish
8-
ms.author: rcaper
9-
ms.topic: module-standard-task-based
10-
ms.service: azure-database-mysql
11-
title: Explore MySQL Architecture
12-
summary: Explore the component parts of MySQL, and learn how to find your way around Azure Database for MySQL.
13-
abstract: |
14-
After completing this module, you will be able to:
15-
- Describe Azure Database for MySQL
16-
- Explore the MySQL architecture
17-
- Understand the parser and query optimizer
18-
prerequisites: |
19-
- Demonstrate an understanding of relational databases.
20-
- Demonstrate an understanding of basic SQL.
21-
iconUrl: /training/achievements/explore-mysql-architecture.svg
22-
levels:
23-
- intermediate
24-
roles:
25-
- database-administrator
26-
products:
27-
- azure-database-mysql
28-
- azure-storage
29-
subjects:
30-
- databases
31-
units:
32-
- learn.wwl.explore-mysql-architecture.introduction
33-
- learn.wwl.explore-mysql-architecture.explore-mysql-architecture
34-
- learn.wwl.explore-mysql-architecture.describe-azure-database-for-mysql
35-
- learn.wwl.explore-mysql-architecture.understand-parser-query-optimizer
36-
- learn.wwl.explore-mysql-architecture.exercise-explore-azure-database-for-mysql-flexible-server
37-
- learn.wwl.explore-mysql-architecture.knowledge-check
38-
- learn.wwl.explore-mysql-architecture.summary
39-
badge:
40-
uid: learn.wwl.explore-mysql-architecture.badge
1+
### YamlMime:Module
2+
uid: learn.wwl.explore-mysql-architecture
3+
metadata:
4+
title: Explore MySQL Architecture
5+
description: "Explore the component parts of MySQL, and learn how to find your way around Azure Database for MySQL."
6+
ms.date: 10/10/2022
7+
author: wwlpublish
8+
ms.author: GraemeMalcolm
9+
ms.topic: module-standard-task-based
10+
ms.service: azure-database-mysql
11+
title: Explore MySQL Architecture
12+
summary: Explore the component parts of MySQL, and learn how to find your way around Azure Database for MySQL.
13+
abstract: |
14+
After completing this module, you will be able to:
15+
- Describe Azure Database for MySQL
16+
- Explore the MySQL architecture
17+
- Understand the parser and query optimizer
18+
prerequisites: |
19+
- Demonstrate an understanding of relational databases.
20+
- Demonstrate an understanding of basic SQL.
21+
iconUrl: /training/achievements/explore-mysql-architecture.svg
22+
levels:
23+
- intermediate
24+
roles:
25+
- database-administrator
26+
products:
27+
- azure-database-mysql
28+
- azure-storage
29+
subjects:
30+
- databases
31+
units:
32+
- learn.wwl.explore-mysql-architecture.introduction
33+
- learn.wwl.explore-mysql-architecture.explore-mysql-architecture
34+
- learn.wwl.explore-mysql-architecture.describe-azure-database-for-mysql
35+
- learn.wwl.explore-mysql-architecture.understand-parser-query-optimizer
36+
- learn.wwl.explore-mysql-architecture.exercise-explore-azure-database-for-mysql-flexible-server
37+
- learn.wwl.explore-mysql-architecture.knowledge-check
38+
- learn.wwl.explore-mysql-architecture.summary
39+
badge:
40+
uid: learn.wwl.explore-mysql-architecture.badge
Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
### YamlMime:Module
2-
uid: learn.wwl.explore-postgresql-architecture
3-
metadata:
4-
title: Explore PostgreSQL architecture
5-
description: "PostgreSQL is an open-source relational database system that is now available as a service in Azure. In this module, you learn about the PostgreSQL architecture, and how to manage different aspects of PostgreSQL in Azure Database for PostgreSQL."
6-
ms.date: 05/08/2024
7-
author: wwlpublish
8-
ms.author: rcaper
9-
ms.topic: module-standard-task-based
10-
ms.custom:
11-
- N/A
12-
ms.service: azure-database-postgresql
13-
ai-usage: human-only
14-
title: Explore PostgreSQL architecture
15-
summary: PostgreSQL is an open-source relational database system that is available as an Azure service. In this module, you learn about the PostgreSQL architecture, and how to manage different aspects of Azure Database for PostgreSQL.
16-
abstract: |
17-
After completing this module, you'll be able to:
18-
19-
- Describe the architecture of PostgreSQL.
20-
21-
- Describe the options for creating an Azure Database for PostgreSQL server.
22-
23-
- Understand PostgreSQL shared memory.
24-
prerequisites: |
25-
- Demonstrate an understanding of relational databases.
26-
27-
- Demonstrate an understanding of basic SQL.
28-
iconUrl: /training/achievements/explore-postgresql-architecture.svg
29-
levels:
30-
- intermediate
31-
roles:
32-
- database-administrator
33-
products:
34-
- azure-database-postgresql
35-
subjects:
36-
- databases
37-
units:
38-
- learn.wwl.explore-postgresql-architecture.introduction
39-
- learn.wwl.explore-postgresql-architecture.describe-azure-database-for-postgresql
40-
- learn.wwl.explore-postgresql-architecture.explore-postgresql-architecture
41-
- learn.wwl.explore-postgresql-architecture.understand-postgresql-shared-memory
42-
- learn.wwl.explore-postgresql-architecture.exercise-explore-azure-database-for-postgresql
43-
- learn.wwl.explore-postgresql-architecture.knowledge-check
44-
- learn.wwl.explore-postgresql-architecture.summary
45-
badge:
46-
uid: learn.wwl.explore-postgresql-architecture.badge
1+
### YamlMime:Module
2+
uid: learn.wwl.explore-postgresql-architecture
3+
metadata:
4+
title: Explore PostgreSQL architecture
5+
description: "PostgreSQL is an open-source relational database system that is now available as a service in Azure. In this module, you learn about the PostgreSQL architecture, and how to manage different aspects of PostgreSQL in Azure Database for PostgreSQL."
6+
ms.date: 05/08/2024
7+
author: wwlpublish
8+
ms.author: calopez
9+
ms.topic: module-standard-task-based
10+
ms.custom:
11+
- N/A
12+
ms.service: azure-database-postgresql
13+
ai-usage: human-only
14+
title: Explore PostgreSQL architecture
15+
summary: PostgreSQL is an open-source relational database system that is available as an Azure service. In this module, you learn about the PostgreSQL architecture, and how to manage different aspects of Azure Database for PostgreSQL.
16+
abstract: |
17+
After completing this module, you'll be able to:
18+
19+
- Describe the architecture of PostgreSQL.
20+
21+
- Describe the options for creating an Azure Database for PostgreSQL server.
22+
23+
- Understand PostgreSQL shared memory.
24+
prerequisites: |
25+
- Demonstrate an understanding of relational databases.
26+
27+
- Demonstrate an understanding of basic SQL.
28+
iconUrl: /training/achievements/explore-postgresql-architecture.svg
29+
levels:
30+
- intermediate
31+
roles:
32+
- database-administrator
33+
products:
34+
- azure-database-postgresql
35+
subjects:
36+
- databases
37+
units:
38+
- learn.wwl.explore-postgresql-architecture.introduction
39+
- learn.wwl.explore-postgresql-architecture.describe-azure-database-for-postgresql
40+
- learn.wwl.explore-postgresql-architecture.explore-postgresql-architecture
41+
- learn.wwl.explore-postgresql-architecture.understand-postgresql-shared-memory
42+
- learn.wwl.explore-postgresql-architecture.exercise-explore-azure-database-for-postgresql
43+
- learn.wwl.explore-postgresql-architecture.knowledge-check
44+
- learn.wwl.explore-postgresql-architecture.summary
45+
badge:
46+
uid: learn.wwl.explore-postgresql-architecture.badge

learn-pr/wwl-azure/migrate-azure-database-postgresql-flexible-server/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: "Azure Database for PostgreSQL Flexible Server supports effective data migration from PostgreSQL servers. This module covers both online and offline migration methods and tools, helping you choose the right approach for your scenario. Learn practical techniques for managing migrations efficiently, ideal for minimizing downtime and maintaining productivity."
66
ms.date: 02/04/2026
77
author: wwlpublish
8-
ms.author: rcaper
8+
ms.author: calopez
99
ms.topic: module
1010
ms.custom:
1111
- N/A

0 commit comments

Comments
 (0)