Skip to content

Commit f096b7e

Browse files
authored
Apply suggestions from code review
Establish consistent style in headings for "auto-grow"; apply sentence-style capitalization to titles and headings; indent images to nest within ordered lists; fix typo.
1 parent 3cbedda commit f096b7e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/postgresql/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@
642642
href: flexible-server/how-to-stop-start-server-portal.md
643643
- name: Azure CLI
644644
href: flexible-server/how-to-stop-start-server-cli.md
645-
- name: Storage Autogrow
645+
- name: Storage auto-grow
646646
items:
647647
- name: Azure portal
648648
href: flexible-server/how-to-auto-grow-storage-portal.md

articles/postgresql/flexible-server/how-to-auto-grow-storage-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Storage Auto grow - Azure portal - Azure Database for PostgreSQL - Flexible Server
2+
title: Storage auto-grow - Azure portal - Azure Database for PostgreSQL - Flexible Server
33
description: This article describes how you can configure storage autogrow using the Azure portal in Azure Database for PostgreSQL - Flexible Server
44
ms.service: postgresql
55
ms.subservice: flexible-server
@@ -10,7 +10,7 @@ author: kabharati
1010
ms.date: 06/24/2022
1111
---
1212

13-
# Storage Auto grow using the Azure portal in Azure Database for PostgreSQL - Flexible Server
13+
# Storage auto-grow using the Azure portal in Azure Database for PostgreSQL - Flexible Server
1414

1515

1616
[!INCLUDE [applies-to-postgresql-Flexible-server](../includes/applies-to-postgresql-Flexible-server.md)]
@@ -21,7 +21,7 @@ This article describes how you can configure an Azure Database for PostgreSQL se
2121
When a server reaches the allocated storage limit, the server is marked as read-only. However, if you enable storage auto grow, the server storage increases to accommodate the growing data. For servers with less than 1 TiB of provisioned storage, the autogrow feature activates when storage consumption reaches 80%. For servers with 1 TB or more of storage, autogrow activates at 90% consumption.
2222

2323

24-
## Enable Storage Autogrow for Existing Servers
24+
## Enable storage auto-grow for existing servers
2525

2626
Follow these steps to enable Storage Autogrow on your Azure Database for PostgreSQL Flexible server.
2727

@@ -33,21 +33,21 @@ Follow these steps to enable Storage Autogrow on your Azure Database for Postgre
3333

3434
4. Select **Save** on apply the changes.
3535

36-
![Screenshot showing Storage Autogrowth.](./media/how-to-auto-grow-storage-portal/storage-auto-grow.png)
36+
![Screenshot showing Storage Autogrowth.](./media/how-to-auto-grow-storage-portal/storage-auto-grow.png)
3737

3838

3939
5. A notification confirms that auto grow was successfully enabled.
4040

4141

42-
## Enable Storage Autogrow during Server Provisioning
42+
## Enable storage auto-grow during server provisioning
4343

4444
1. In the Azure portal, during server provisioning, under **Compute + storage** select **Configure server**
4545

46-
![Screenshot showing configure server during provisoining.](./media/how-to-auto-grow-storage-portal/create-server-storage-auto-grow.png)
46+
![Screenshot showing configure server during provisioning.](./media/how-to-auto-grow-storage-portal/create-server-storage-auto-grow.png)
4747

4848
2. In the **Storage Auto-growth** section, checkmark to enable storage auto grow.
4949

50-
![Screenshot showing Storage Autogrowth during provisioning.](./media/how-to-auto-grow-storage-portal/server-provisioning-storage-auto-grow.png)
50+
![Screenshot showing Storage Autogrowth during provisioning.](./media/how-to-auto-grow-storage-portal/server-provisioning-storage-auto-grow.png)
5151

5252
## Next steps
5353

0 commit comments

Comments
 (0)