Skip to content

Commit 753a179

Browse files
authored
Merge pull request #104385 from hyoshioka0128/patch-613
Typo "Azure Database for PostgresSQL"→"Azure Database for PostgreSQL"
2 parents 64da526 + ab1d8e6 commit 753a179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/flexible-server/quickstart-create-server-arm-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Quickstart: Create an Azure DB for PostgresSQL Flexible Server - ARM template'
3-
description: In this Quickstart, learn how to create an Azure Database for PostgresSQL Flexible server using ARM template.
2+
title: 'Quickstart: Create an Azure DB for PostgreSQL Flexible Server - ARM template'
3+
description: In this Quickstart, learn how to create an Azure Database for PostgreSQL Flexible server using ARM template.
44
author: mksuni
55
ms.service: postgresql
66
ms.subservice: flexible-server
@@ -26,7 +26,7 @@ An Azure account with an active subscription. [Create one for free](https://azur
2626

2727
## Review the template
2828

29-
An Azure Database for PostgresSQL Server is the parent resource for one or more databases within a region. It provides the scope for management policies that apply to its databases: login, firewall, users, roles, and configurations.
29+
An Azure Database for PostgreSQL Server is the parent resource for one or more databases within a region. It provides the scope for management policies that apply to its databases: login, firewall, users, roles, and configurations.
3030

3131
Create a _postgres-flexible-server-template.json_ file and copy the following JSON script into it.
3232

0 commit comments

Comments
 (0)