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/aks/deploy-postgresql-ha.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ In this article, you deploy a highly available PostgreSQL database on AKS.
36
36
37
37
## Set environment variables for the PostgreSQL cluster
38
38
39
-
* Deploy a ConfigMap to set environment variables for the PostgreSQL cluster using the following command with the [`kubectl apply`][kubectl-apply] command.
39
+
* Deploy a ConfigMap to set environment variables for the PostgreSQL cluster using the following [`kubectl apply`][kubectl-apply] command:
@@ -260,7 +260,7 @@ The following table outlines the key properties set in the YAML deployment manif
260
260
261
261
The CNPG operator automatically creates a PodMonitor for the primary instance using the recording rules created during the [Prometheus Community installation](#install-the-cnpg-operator).
262
262
263
-
* Validate the PodMonitor is running using the [`kubectl get`][kubectl-get] command.
263
+
1. Validate the PodMonitor is running using the [`kubectl get`][kubectl-get] command.
:::image source="./media/deploy-postgresql-ha/cnpg-prom-metrics.png" alt-text="Screenshot showing metrics in an Azure Monitor workspace." lightbox="./media/deploy-postgresql-ha/cnpg-prom-metrics.png":::
319
320
320
321
#### Option B - Managed Grafana
321
322
@@ -371,7 +372,7 @@ Your output should resemble the following example output with the availability z
371
372
372
373
## Connect to PostgreSQL and create a sample dataset
373
374
374
-
In this section, you create a table and insert some data into the app database that was created in the CNPG Cluster CRD you deployed earlier. This data that is used to validate the backup and restore operations for the PostgreSQL cluster.
375
+
In this section, you create a table and insert some data into the app database that was created in the CNPG Cluster CRD you deployed earlier. You use this data to validate the backup and restore operations for the PostgreSQL cluster.
375
376
376
377
* Create a table and insert data into the app database using the following commands:
377
378
@@ -404,7 +405,6 @@ In this section, you create a table and insert some data into the app database t
404
405
3
405
406
(1 row)
406
407
```
407
-
408
408
## Connect to PostgreSQL read-only replicas
409
409
410
410
* Connect to the PostgreSQL read-only replicas and validate the sample dataset using the following commands:
@@ -681,15 +681,15 @@ You also create a second federated credential to map the new recovery cluster se
681
681
# Type \q to exit psql
682
682
```
683
683
684
-
1. You can now delete the recovered cluster using the following command:
684
+
1. Delete the recovered cluster using the following command:
1. You can now delete the federated identity credential using the [`az identity federated-credential delete`][az-identity-federated-credential-delete] command.
692
+
1. Delete the federated identity credential using the [`az identity federated-credential delete`][az-identity-federated-credential-delete] command.
0 commit comments