Skip to content

Commit a0f7ae8

Browse files
Merge pull request #310649 from AbhishekMallick-MS/Jan-20-2026-AIoptimization
AI optimization - PSQL Flex DB backup config using Terraform - H2 updates
2 parents 62b70dc + 318a0e4 commit a0f7ae8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/backup/quick-backup-postgresql-flexible-server-terraform.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before you configure backup for Azure Database for PostgreSQL - Flexible Server,
3131
>[!Note]
3232
>Terraform only supports authenticating to Azure with the Azure CLI. Authenticating using Azure PowerShell isn't supported. Therefore, while you can use the Azure PowerShell module when doing your Terraform work, you first need to authenticate to Azure.
3333
34-
## Implement the Terraform code
34+
## Implement the Terraform code for PostgreSQL Flexible Server backup configuration
3535

3636
> [!NOTE]
3737
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform).
@@ -227,15 +227,15 @@ variable "retention_duration_in_months" {
227227
```
228228

229229

230-
## Initialize Terraform
230+
## Initialize Terraform for PostgreSQL Flexible Server backup
231231

232232
[!INCLUDE [terraform-init.md](~/azure-dev-docs-pr/articles/terraform/includes/terraform-init.md)]
233233

234-
## Create a Terraform execution plan
234+
## Create a Terraform execution plan for PostgreSQL Flexible Server backup
235235

236236
[!INCLUDE [terraform-plan.md](~/azure-dev-docs-pr/articles/terraform/includes/terraform-plan.md)]
237237

238-
## Apply a Terraform execution plan
238+
## Apply a Terraform execution plan for PostgreSQL Flexible Server backup
239239

240240
[!INCLUDE [terraform-apply-plan.md](~/azure-dev-docs-pr/articles/terraform/includes/terraform-apply-plan.md)]
241241

0 commit comments

Comments
 (0)