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
#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
-
14
14
---
15
15
16
16
# Quickstart: Configure Backup for an Azure Kubernetes Service (AKS) cluster using Terraform
17
17
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.
19
19
20
-
Azure Backup for AKS is a cloudnative, enterpriseready, applicationcentric 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.
21
21
22
22
>[!NOTE]
23
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.
@@ -63,7 +63,7 @@ Things to know before you configure AKS backup:
63
63
* 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).
64
64
65
65
66
-
## Log in to the Azure account
66
+
## Log in to Azure account
67
67
68
68
Log in to your Azure account and authenticate using one of the following methods:
69
69
@@ -76,7 +76,7 @@ To implement the Terraform code for AKS backup flow, run the following scripts:
76
76
>[!NOTE]
77
77
>Learn more [how to use Terraform sample codes to manage Azure resources](/azure/terraform).
78
78
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.
80
80
81
81
2. Create a file named `providers.tf` and insert the following code:
82
82
@@ -398,16 +398,17 @@ To implement the Terraform code for AKS backup flow, run the following scripts:
398
398
399
399
## Troubleshoot Terraform on Azure
400
400
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).
402
402
403
403
## Next step
404
404
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.
406
406
407
-
To learn more about Azure Backup for AKS, continue to the Overview.
407
+
Learn more about:
408
408
409
409
> [!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).
0 commit comments