Skip to content

Commit ff73f57

Browse files
author
AbhishekMallick-MS
committed
minor updates
1 parent d97f008 commit ff73f57

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

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

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Configure Backup for an Azure Kubernetes Service (AKS) cluster using Terraform'
2+
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.
44
ms.author: rajats
55
author: rajats
@@ -15,16 +15,16 @@ ai-usage: ai-assisted
1515

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

18-
Azure Backup for AKS is a cloud native, enterprise ready, application centric backup service that lets you quickly configure backup for AKS clusters. In this quickstart, you:
18+
This quickstart describes how to configure backup for an Azure Kubernetes Service (AKS) cluster using Terraform
1919

20-
* Create a Backup Vault and Backup Policy to be used for configuring backup of the AKS Cluster.
21-
* Create and then prepare an AKS Cluster to be ready for backup by installing Backup Extension and Trusted Access
22-
* Define a Backup Configuration for an AKS cluster and enable protection on it.
20+
Azure Backup for AKS is a cloud native, enterprise ready, application centric backup service that lets you quickly configure backup for AKS clusters.
2321

24-
> [!NOTE]
25-
> 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.
22+
>[!NOTE]
23+
>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.
2624
27-
## Before you begin
25+
## Prerequisites
26+
27+
Things to know before you configure AKS backup:
2828

2929
* This quickstart assumes a basic understanding of Kubernetes concepts. For more information, see [Kubernetes core concepts for Azure Kubernetes Service (AKS)][kubernetes-concepts].
3030

@@ -65,14 +65,16 @@ Azure Backup for AKS is a cloud native, enterprise ready, application centric ba
6565

6666
## Log in to the Azure account
6767

68-
First, log in to your Azure account and authenticate using one of the methods described in the following section.
68+
Log in to your Azure account and authenticate using one of the following methods:
6969

7070
[!INCLUDE [authenticate-to-azure.md](~/azure-dev-docs-pr/articles/terraform/includes/authenticate-to-azure.md)]
7171

7272
## Implement the Terraform code
7373

74-
> [!NOTE]
75-
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
74+
To implement the Terraform code for AKS backup flow, run the following scripts:
75+
76+
>[!NOTE]
77+
>Learn more [how to use Terraform sample codes to manage Azure resources](/azure/terraform).
7678
7779
1. Create a directory you can use to test the sample Terraform code and make it your current directory.
7880

@@ -396,9 +398,9 @@ First, log in to your Azure account and authenticate using one of the methods de
396398

397399
## Troubleshoot Terraform on Azure
398400

399-
[Troubleshoot common problems when using Terraform on Azure](/azure/developer/terraform/troubleshoot).
401+
When you use Terraform on Azure, you might encounter common issues. Learn [how to troubleshoot](/azure/developer/terraform/troubleshoot).
400402

401-
## Next steps
403+
## Next step
402404

403405
In this quickstart, you deployed a Kubernetes cluster, created a Backup Vault and configured backup for the Kubernetes Cluster.
404406

articles/backup/toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
- name: With Azure PowerShell
3434
href: quick-secondary-region-restore-postgresql-powershell.md
3535
- name: Configure AKS cluster backup
36-
href: quick-backup-aks.md
36+
items:
37+
- name: From the Azure portal
38+
href: quick-backup-aks.md
39+
- name: With Terraform
40+
href: quick-kubernetes-backup-terraform.md
3741
- name: Install Backup extension in AKS cluster
3842
href: quick-install-backup-extension.md
3943
- name: Enable Multi-user authorization (MUA)

0 commit comments

Comments
 (0)