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/backup/quick-kubernetes-backup-terraform.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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
3
3
description: Learn how to quickly configure backup for a Kubernetes cluster using Terraform.
4
4
ms.author: rajats
5
5
author: rajats
@@ -15,16 +15,16 @@ ai-usage: ai-assisted
15
15
16
16
# Quickstart: Configure Backup for an Azure Kubernetes Service (AKS) cluster using Terraform
17
17
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
19
19
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.
23
21
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.
26
24
27
-
## Before you begin
25
+
## Prerequisites
26
+
27
+
Things to know before you configure AKS backup:
28
28
29
29
* This quickstart assumes a basic understanding of Kubernetes concepts. For more information, see [Kubernetes core concepts for Azure Kubernetes Service (AKS)][kubernetes-concepts].
30
30
@@ -65,14 +65,16 @@ Azure Backup for AKS is a cloud native, enterprise ready, application centric ba
65
65
66
66
## Log in to the Azure account
67
67
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:
0 commit comments