Skip to content

Commit e49ca66

Browse files
author
AbhishekMallick-MS
committed
addressed peer-review inputs
1 parent ff73f57 commit e49ca66

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

articles/backup/quick-kubernetes-backup-terraform.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
title: Quickstart - Configure Backup for an Azure Kubernetes Service (AKS) cluster using Azure Backup via Terraform
33
description: Learn how to quickly configure backup for a Kubernetes cluster using Terraform.
4-
ms.author: rajats
5-
author: rajats
4+
ms.service: backup
65
ms.topic: quickstart
7-
ms.date: 05/13/2024
6+
ms.date: 05/31/2024
87
ms.custom: devx-track-terraform, devx-track-extended-azdevcli
8+
ms.reviewer: rajats
9+
ms.author: v-abhmallick
10+
author: AbhishekMallick-NS
911
content_well_notification:
10-
- AI-contribution
12+
- AI-contribution
1113
#Customer intent: As a developer or backup operator, I want to quickly configure backup for an Azure Kubernetes Cluster using Azure Backup for AKS.
12-
ai-usage: ai-assisted
13-
1414
---
1515

1616
# Quickstart: Configure Backup for an Azure Kubernetes Service (AKS) cluster using Terraform
1717

18-
This quickstart describes how to configure backup for an Azure Kubernetes Service (AKS) cluster using Terraform
18+
This quickstart describes how to configure backup for an Azure Kubernetes Service (AKS) cluster using Terraform.
1919

20-
Azure Backup for AKS is a cloud native, enterprise ready, application centric backup service that lets you quickly configure backup for AKS clusters.
20+
Azure Backup for AKS is a cloud-native, enterprise-ready, application-centric backup service that lets you quickly configure backup for AKS clusters.
2121

2222
>[!NOTE]
2323
>To get started with quickly provisioning and configuring backup for an AKS cluster, this article includes steps to deploy a cluster and protect it with AKS Backup with default settings for evaluation purposes only. Before deploying a production-ready cluster and utilize advance backup settings, we recommend that you familiarize yourself with our [baseline reference architecture][baseline-reference-architecture] to consider how it aligns with your business requirements.
@@ -63,7 +63,7 @@ Things to know before you configure AKS backup:
6363
* Configure Backup for an AKS Cluster using [azurerm_data_protection_backup_policy_kubernetes_cluster](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/data_protection_backup_instance_kubernetes_cluster).
6464

6565

66-
## Log in to the Azure account
66+
## Log in to Azure account
6767

6868
Log in to your Azure account and authenticate using one of the following methods:
6969

@@ -76,7 +76,7 @@ To implement the Terraform code for AKS backup flow, run the following scripts:
7676
>[!NOTE]
7777
>Learn more [how to use Terraform sample codes to manage Azure resources](/azure/terraform).
7878
79-
1. Create a directory you can use to test the sample Terraform code and make it your current directory.
79+
1. Create a directory you can use to test the sample Terraform code, and make it your current directory.
8080

8181
2. Create a file named `providers.tf` and insert the following code:
8282

@@ -398,16 +398,17 @@ To implement the Terraform code for AKS backup flow, run the following scripts:
398398

399399
## Troubleshoot Terraform on Azure
400400

401-
When you use Terraform on Azure, you might encounter common issues. Learn [how to troubleshoot](/azure/developer/terraform/troubleshoot).
401+
When you use Terraform on Azure, you can encounter common issues. Learn [how to troubleshoot](/azure/developer/terraform/troubleshoot).
402402

403403
## Next step
404404

405-
In this quickstart, you deployed a Kubernetes cluster, created a Backup Vault and configured backup for the Kubernetes Cluster.
405+
In this quickstart, you learned how to deploy a Kubernetes cluster, create a Backup vault, and configure backup for the Kubernetes cluster.
406406

407-
To learn more about Azure Backup for AKS, continue to the Overview.
407+
Learn more about:
408408

409409
> [!div class="nextstepaction"]
410-
> [Learn more about using Azure Backup for AKS.][aks-home]
410+
> [Overview of AKS backup](azure-kubernetes-service-backup-overview.md).
411+
> [How to use Azure Backup for AKS.][aks-home]
411412
412413
<!-- LINKS - internal -->
413414
[aks-home]: /azure/aks

0 commit comments

Comments
 (0)