Skip to content

Commit 98230ba

Browse files
Merge pull request #253638 from kabharati/10032023
storage scaling
2 parents 690a80d + d75a6bd commit 98230ba

File tree

5 files changed

+43
-19
lines changed

5 files changed

+43
-19
lines changed

articles/postgresql/flexible-server/how-to-scale-compute-storage-portal.md

Lines changed: 43 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ ms.date: 11/30/2021
1313

1414
[!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
1515

16-
This article provides steps to perform scaling operations for compute and storage. You will be able to change your compute tiers between burstable, general purpose, and memory optimized SKUs, including choosing the number of vCores that is suitable to run your application. You can also scale up your storage. Expected IOPS are shown based on the compute tier, vCores and the storage capacity. The cost estimate is also shown based on your selection.
16+
This article provides steps to perform scaling operations for compute and storage. You are able to change your compute tiers between burstable, general purpose, and memory optimized SKUs, including choosing the number of vCores that is suitable to run your application. You can also scale up your storage. Expected IOPS are shown based on the compute tier, vCores and the storage capacity. The cost estimate is also shown based on your selection.
1717

1818
> [!IMPORTANT]
1919
> You cannot scale down the storage.
2020
21-
## Pre-requisites
21+
## Prerequisites
2222

2323
To complete this how-to guide, you need:
2424

@@ -29,57 +29,81 @@ To complete this how-to guide, you need:
2929

3030
Follow these steps to choose the compute tier.
3131

32-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to restore the backup from.
32+
1. In the [Azure portal](https://portal.azure.com/), choose the flexible server that you want to restore the backup from.
3333

3434
2. Click **Compute+storage**.
3535

3636
3. A page with current settings is displayed.
37-
:::image type="content" source="./media/how-to-scale-compute-storage-portal/click-compute-storage.png" alt-text="compute+storage view":::
37+
:::image type="content" source="./media/how-to-scale-compute-storage-portal/click-compute-storage.png" alt-text="Screenshot that shows compute+storage view.":::
3838

3939
4. You can choose the compute class between burstable, general purpose, and memory optimized tiers.
40-
:::image type="content" source="./media/how-to-scale-compute-storage-portal/list-compute-tiers.png" alt-text="list compute tiers":::
40+
:::image type="content" source="./media/how-to-scale-compute-storage-portal/list-compute-tiers.png" alt-text="Screenshot that list compute tiers.":::
4141

4242

43-
5. If you are good with the default vCores and memory sizes, you can skip the next step.
43+
5. If you're good with the default vCores and memory sizes, you can skip the next step.
4444

4545
6. If you want to change the number of vCores, you can click the drop-down of **Compute size** and click the desired number of vCores/Memory from the list.
4646

4747
- Burstable compute tier:
4848
:::image type="content" source="./media/how-to-scale-compute-storage-portal/compute-burstable-dropdown.png" alt-text="burstable compute":::
4949

5050
- General purpose compute tier:
51-
:::image type="content" source="./media/how-to-scale-compute-storage-portal/compute-general-purpose-dropdown.png" alt-text="general-purpose compute":::
51+
:::image type="content" source="./media/how-to-scale-compute-storage-portal/compute-general-purpose-dropdown.png" alt-text="Screenshot that shows general-purpose compute.":::
5252

5353
- Memory optimized compute tier:
54-
:::image type="content" source="./media/how-to-scale-compute-storage-portal/compute-memory-optimized-dropdown.png" alt-text="memory optimized compute":::
54+
:::image type="content" source="./media/how-to-scale-compute-storage-portal/compute-memory-optimized-dropdown.png" alt-text="Screenshot that shows memory optimized compute.":::
5555

5656
7. Click **Save**.
57-
8. You will see a confirmation message. Click **OK** if you want to proceed.
57+
8. You see a confirmation message. Click **OK** if you want to proceed.
5858
9. A notification about the scaling operation in progress.
5959

6060

61-
## Scaling storage size
61+
## Manual Storage Scaling
6262

6363
Follow these steps to increase your storage size.
6464

65-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server for which you want to increase the storage size.
65+
1. In the [Azure portal](https://portal.azure.com/), choose the flexible server for which you want to increase the storage size.
6666
2. Click **Compute+storage**.
6767

6868
3. A page with current settings is displayed.
6969

70-
:::image type="content" source="./media/how-to-scale-compute-storage-portal/click-compute-storage.png" alt-text="click compute+storage":::
71-
4. The field **Storage size in GiB** with a slide-bar is shown with the current size.
70+
:::image type="content" source="./media/how-to-scale-compute-storage-portal/click-compute-storage.png" alt-text="Screenshot that shows compute+storage.":::
71+
72+
4. Select **Storage size in GiB** drop down and choose your new desired size.
73+
74+
:::image type="content" source="./media/how-to-scale-compute-storage-portal/storage-scaleup.png" alt-text="Screenshot that shows storage scale up.":::
75+
76+
6. If you are good with the storage size, click **Save**.
77+
78+
8. Most of the disk scaling operations are **online** and as soon as you click **Save** scaling process starts without any downtime but some scaling operations are **offline** and you will see below server restart message. Click **continue** if you want to proceed.
79+
80+
:::image type="content" source="./media/how-to-scale-compute-storage-portal/offline-scaling.png" alt-text="Screenshot that shows offline scaling.":::
81+
82+
10. A receive a notification that scaling operation is in progress.
83+
84+
85+
## Storage Autogrow
86+
Follow these steps to increase your storage size.
87+
88+
1. In the [Azure portal](https://portal.azure.com/), choose the flexible server for which you want to increase the storage size.
89+
2. Click **Compute+storage**.
90+
91+
3. A page with current settings is displayed.
92+
93+
:::image type="content" source="./media/how-to-scale-compute-storage-portal/storage-autogrow.png" alt-text="Screenshot that shows storage autogrow checkbox.":::
94+
95+
4. Check **Storage Auto-growth** button
96+
97+
:::image type="content" source="./media/how-to-scale-compute-storage-portal/storage-autogrow.png" alt-text="Screenshot that shows storage autogrow.":::
98+
99+
6. click **Save**.
100+
7. You receive a notification that storage autogrow is in progress.
72101

73-
5. Slide the bar to your desired size. Corresponding IOPS number is shown. The IOPS is dependent on the compute tier and size. The cost information is also shown.
74102

75-
:::image type="content" source="./media/how-to-scale-compute-storage-portal/storage-scaleup.png" alt-text="storage scale up":::
76103

77-
6. If you are good with the storage size, click **Save**.
78-
7. You will see a confirmation message. Click **OK** if you want to proceed.
79-
8. A notification about the scaling operation in progress.
80104

81105
## Next steps
82106

83107
- Learn about [business continuity](./concepts-business-continuity.md)
84108
- Learn about [high availability](./concepts-high-availability.md)
85-
- Learn about [backup and recovery](./concepts-backup-restore.md)
109+
- Learn about [Compute and Storage](./concepts-compute-storage.md)
-2.72 KB
Loading
23.4 KB
Loading
54.8 KB
Loading
2.48 KB
Loading

0 commit comments

Comments
 (0)