Skip to content

Commit a10103e

Browse files
committed
Added TOC entries and fixed H2 headings in concepts.
1 parent 3920e96 commit a10103e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

articles/cosmos-db/postgresql/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@
105105
href: concepts-maintenance.md
106106
- name: Burstable compute
107107
href: concepts-burstable-compute.md
108+
- name: Start and stop cluster compute
109+
href: concepts-compute-start-stop.md
108110
- name: Upgrade
109111
href: concepts-upgrade.md
110112
- name: Business continuity
@@ -145,6 +147,8 @@
145147
href: howto-create-users.md
146148
- name: Schedule maintenance
147149
href: howto-maintenance.md
150+
- name: Start and stop cluster compute
151+
href: how-to-start-stop-cluster.md
148152
- name: Restart cluster
149153
href: howto-restart.md
150154
- name: Upgrade cluster

articles/cosmos-db/postgresql/concepts-compute-start-stop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Azure Cosmos DB for PostgreSQL allows you to stop compute on all nodes in a clus
1717
> [!NOTE]
1818
> Billing for provisioned storage on all cluster nodes continues when cluster's compute is stopped.
1919
20+
## Managing compute state on cluster nodes
21+
2022
You can stop compute on a cluster for as long as you need.
2123

2224
You can perform management operations such as compute or storage scaling, adding a worker node, or updating networking settings only on clusters with started compute.
2325

24-
If cluster has [high availability (HA)](./concepts-high-availability.md) enabled, compute start and stop operations would start and stop compute on all primary and standby nodes in the cluster.
25-
26-
You can start and stop compute on the primary cluster and any of its [read replicas](./concepts-read-replicas.md) independently.
26+
If cluster has [high availability (HA)](./concepts-high-availability.md) enabled, compute start and stop operations would start and stop compute on all primary and standby nodes in the cluster. You can start and stop compute on the primary cluster and any of its [read replicas](./concepts-read-replicas.md) independently.
2727

2828
## Next steps
2929

0 commit comments

Comments
 (0)