Skip to content

Commit 1918642

Browse files
authored
Update quick-kubernetes-backup-arm.md
1 parent b8e2a79 commit 1918642

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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 Azure Backup via Azure Resource Manager
2+
title: Quickstart - Configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using Azure Backup via Azure Resource Manager
33
description: Learn how to quickly configure backup for a Kubernetes cluster using Azure Resource Manager.
44
ms.service: azure-backup
55
ms.topic: quickstart
@@ -10,13 +10,13 @@ ms.author: v-abhmallick
1010
author: AbhishekMallick-MS
1111
---
1212

13-
# Quickstart: Configure backup for an Azure Kubernetes Service (AKS) cluster using Azure Resource Manager
13+
# Quickstart: Configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using Azure Resource Manager
1414

15-
This quickstart describes how to configure backup for an Azure Kubernetes Service (AKS) cluster using Azure Resource Manager.
15+
This quickstart describes how to configure vaulted backup for an Azure Kubernetes Service (AKS) cluster using Azure Resource Manager.
1616

1717
Azure Backup for AKS is a cloud-native, enterprise-ready, application-centric backup service that lets you quickly configure backup for AKS clusters.[Azure Backup](backup-azure-mysql-flexible-server-about.md) allows you to back up your AKS clusters using multiple options - such as Azure portal, PowerShell, CLI, Azure Resource Manager, Bicep, and so on. This quickstart describes how to back up an AKS clusters with an Azure Resource Manager template and Azure PowerShell. For more information on developing ARM templates, see the [Azure Resource Manager documentation](../azure-resource-manager/index.yml)
1818

19-
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
19+
An Azure Resource Manager (ARM) template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax. You describe your intended deployment without writing the sequence of programming commands to create the deployment.
2020

2121
## Review the template
2222

@@ -108,7 +108,7 @@ This template enables you to configure backup for an AKS cluster. In this templa
108108
"apiVersion": "2023-01-01",
109109
"name": "[concat(parameters('backupVaultName'), '/', parameters('backupPolicyName'))]",
110110
"properties": {
111-
"backupRepeatingTimeIntervals": ["R/2024-04-14T06:33:16+00:00/PT4H"],
111+
"repeatingTimeIntervals": ["R/2024-04-14T06:33:16+00:00/PT4H"],
112112
"defaultRetentionRule": {
113113
"lifeCycle": {
114114
"duration": "P7D",

0 commit comments

Comments
 (0)