You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/how-to-auto-grow-storage-portal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Storage Auto grow - Azure portal - Azure Database for PostgreSQL - Flexible Server
3
-
description: This article describes how you can configure storage auto-grow using the Azure portal in Azure Database for PostgreSQL - Flexible Server
3
+
description: This article describes how you can configure storage autogrow using the Azure portal in Azure Database for PostgreSQL - Flexible Server
4
4
ms.service: postgresql
5
5
ms.subservice: flexible-server
6
6
ms.topic: how-to
@@ -18,25 +18,25 @@ ms.date: 06/24/2022
18
18
19
19
This article describes how you can configure an Azure Database for PostgreSQL server storage to grow without impacting the workload.
20
20
21
-
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 auto-grow feature activates when storage consumption reaches 80%. For servers with 1 TB or more of storage, auto-grow activates at 90% consumption.
21
+
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.
22
22
23
23
24
24
## Enable Storage Autogrow for Existing Servers
25
25
26
-
Follow these steps to enable Storage Autogrow on you Azure Database for PostgreSQL Flexible server :
26
+
Follow these steps to enable Storage Autogrow on your Azure Database for PostgreSQL Flexible server.
27
27
28
28
1. In the [Azure portal](https://portal.azure.com/), select your existing Azure Database for PostgreSQL Flexible Server.
29
29
30
30
2. On the Flexible Server page, select **Compute + storage**
31
31
32
-
3. In the **Storage Auto-growth** section, checkmark to enable storage auto grow.
32
+
3. In the **Storage Auto-growth** section, checkmark to enable storage autogrow.
0 commit comments