Skip to content

Commit 221b0f5

Browse files
authored
Merge pull request #261733 from v-thepet/move-overview
PostgreSQL - move one overview article
2 parents ffac690 + f8d86ff commit 221b0f5

File tree

7 files changed

+95
-96
lines changed

7 files changed

+95
-96
lines changed

articles/postgresql/.openpublishing.redirection.postgresql.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,11 @@
15091509
"source_path_from_root": "/articles/postgresql/migrate/common-errors-and-special-scenarios-fms.md",
15101510
"redirect_url": "/azure/postgresql/migrate/best-practices-seamless-migration-single-to-flexible",
15111511
"redirect_document_id": false
1512+
},
1513+
{
1514+
"source_path_from_root": "/articles/postgresql/single-server/overview.md",
1515+
"redirect_url": "/azure/postgresql/flexible-server/service-overview",
1516+
"redirect_document_id": false
15121517
}
15131518
]
15141519
}

articles/postgresql/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- name: Overview
44
items:
55
- name: What is Azure Database for PostgreSQL - Flexible Server?
6-
href: single-server/overview.md
6+
href: flexible-server/service-overview.md
77
- name: Self-hosted vs. managed service
88
href: flexible-server/overview-postgres-choose-server-options.md
99
- name: Compare deployment options

articles/postgresql/flexible-server/concept-reserved-pricing.md

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: Service overview
3+
description: Provides an overview of the Azure Database for PostgreSQL - Flexible Server relational database service.
4+
ms.service: postgresql
5+
ms.subservice: flexible-server
6+
ms.topic: overview
7+
ms.author: sunila
8+
author: sunilagarwal
9+
ms.custom: mvc, ignite-2022
10+
ms.date: 06/24/2022
11+
adobe-target: true
12+
---
13+
14+
# What is Azure Database for PostgreSQL - Flexible Server?
15+
16+
[!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
17+
18+
[!INCLUDE [azure-database-for-postgresql-single-server-deprecation](../includes/azure-database-for-postgresql-single-server-deprecation.md)]
19+
20+
> [!IMPORTANT]
21+
> Azure Database for PostgreSQL - Hyperscale (Citus) is now [Azure Cosmos DB for PostgreSQL](../../cosmos-db/postgresql/introduction.md). To learn more about this change, see [Where is Hyperscale (Citus)?](../hyperscale/moved.md).
22+
23+
Azure Database for PostgreSQL flexible server is a relational database service in the Microsoft cloud based on the [PostgreSQL open source relational database](https://www.postgresql.org/). Azure Database for PostgreSQL flexible server delivers:
24+
25+
- Built-in high availability.
26+
- Data protection using automatic backups and point-in-time-restore for up to 35 days.
27+
- Automated maintenance for underlying hardware, operating system and database engine to keep the service secure and up to date.
28+
- Predictable performance, using inclusive pay-as-you-go pricing.
29+
- Elastic scaling within seconds.
30+
- Enterprise grade security and industry-leading compliance to protect sensitive data at-rest and in-motion.
31+
- Monitoring and automation to simplify management and monitoring for large-scale deployments.
32+
- Industry-leading support experience.
33+
34+
:::image type="content" source="./media/service-overview/overview-what-is-azure-postgres.png" alt-text="Azure Database for PostgreSQL flexible server.":::
35+
36+
These capabilities require almost no administration, and all are provided at no extra cost. They allow you to focus on rapid application development and accelerating your time to market rather than allocating precious time and resources to managing virtual machines and infrastructure. In addition, you can continue to develop your application with the open-source tools and platform of your choice to deliver with the speed and efficiency your business demands, all without having to learn new skills.
37+
38+
## Deployment modes
39+
40+
Azure Database for PostgreSQL flexible server powered by the PostgreSQL community edition has two deployment modes:
41+
42+
- Azure Database for PostgreSQL flexible server
43+
- Azure Database for PostgreSQL single server
44+
45+
### Azure Database for PostgreSQL flexible server
46+
47+
Azure Database for PostgreSQL flexible server is a fully managed database service designed to provide more granular control and flexibility over database management functions and configuration settings. In general, the service provides more flexibility and customizations based on the user requirements. The flexible server architecture allows users to opt for high availability within single availability zone and across multiple availability zones. Azure Database for PostgreSQL flexible server provides better cost optimization controls with the ability to stop/start server and burstable compute tier, ideal for workloads that don’t need full-compute capacity continuously. Azure Database for PostgreSQL flexible server currently supports community version of PostgreSQL 11, 12, 13 and 14, with plans to add newer versions soon. Azure Database for PostgreSQL flexible server is generally available today in a wide variety of [Azure regions](overview.md#azure-regions).
48+
49+
Azure Database for PostgreSQL flexible server instances are best suited for
50+
51+
- Application developments requiring better control and customizations
52+
- Cost optimization controls with ability to stop/start server
53+
- Zone redundant high availability
54+
- Managed maintenance windows
55+
56+
For a detailed overview of Azure Database for PostgreSQL flexible server deployment mode, see [Azure Database for PostgreSQL - Flexible Server](overview.md).
57+
58+
### Azure Database for PostgreSQL single server
59+
60+
Azure Database for PostgreSQL single server is a fully managed database service with minimal requirements for customizations of database. The single server platform is designed to handle most of the database management functions such as patching, backups, high availability, security with minimal user configuration and control. The architecture is optimized for built-in high availability with 99.99% availability on single availability zone. It supports community version of PostgreSQL 9.5, 9,6, 10, and 11.
61+
62+
The Azure Database for PostgreSQL single server deployment option has three pricing tiers: Basic, General Purpose, and Memory Optimized. Each tier offers different resource capabilities to support your database workloads. You can build your first app on a small database for a few dollars a month, and then adjust the scale to meet the needs of your solution. Dynamic scalability enables your database to transparently respond to rapidly changing resource requirements. You only pay for the resources you need, and only when you need them. See [Pricing tiers](../single-server/concepts-pricing-tiers.md) for details.
63+
64+
Azure Database for PostgreSQL single server instances are best suited for cloud native applications designed to handle automated patching without the need for granular control on the patching schedule and custom PostgreSQL configuration settings.
65+
66+
For detailed overview of Azure Database for PostgreSQL single server deployment mode, see [Azure Database for PostgreSQL - Single Server](../single-server/overview-single-server.md).
67+

articles/postgresql/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ landingContent:
1919
- linkListType: overview
2020
links:
2121
- text: What is Azure Database for PostgreSQL - Flexible Server?
22-
url: flexible-server/overview.md
22+
url: flexible-server/service-overview.md
2323
- linkListType: whats-new
2424
links:
2525
- text: Check out our blog

articles/postgresql/single-server/overview.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)