Skip to content

Commit 681b8d2

Browse files
Merge pull request #227980 from niklarin/patch-20
Few small tweaks in scaling how-to
2 parents 5902f6d + 4b268f5 commit 681b8d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/postgresql/howto-scale-grow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.custom: ignite-2022
99
ms.topic: how-to
10-
ms.date: 01/30/2023
10+
ms.date: 02/20/2023
1111
---
1212

1313
# Scale a cluster in Azure Cosmos DB for PostgreSQL
@@ -47,10 +47,10 @@ queries.
4747
You can increase the capabilities of existing nodes. Adjusting compute capacity up and down can be useful for performance
4848
experiments, and short- or long-term changes to traffic demands.
4949

50-
To change the vCores for all worker nodes, on the **Scale** screen, select a new value under **Compute per node**. To adjust the coordinator node's vCores, expand **Coordinator** and select a new value under **Coordinator computer**.
50+
To change the vCores for all worker nodes, on the **Scale** screen, select a new value under **Compute per node**. To adjust the coordinator node's vCores, expand **Coordinator** and select a new value under **Coordinator compute**.
5151

5252
> [!NOTE]
53-
> You can scale compute on [cluster read replicas](concepts-read-replicas.md) independent of its primary cluster's compute.
53+
> You can scale compute on [cluster read replicas](concepts-read-replicas.md) independent of their primary cluster's compute.
5454
5555
> [!NOTE]
5656
> There is a vCore quota per Azure subscription per region. The default quota
@@ -67,7 +67,7 @@ nodes before needing to add more worker nodes.
6767
To change the storage amount for all worker nodes, on the **Scale** screen, select a new value under **Storage per node**. To adjust the coordinator node's storage, expand **Coordinator** and select a new value under **Coordinator storage**.
6868

6969
> [!NOTE]
70-
> Once you increase storage and save, you can't decrease the amount of storage by using this form.
70+
> Once you increase storage and save, you can't decrease the amount of storage.
7171
7272
## Next steps
7373

0 commit comments

Comments
 (0)