Skip to content

Commit e6d79b9

Browse files
committed
Merge branch 'release-aksvault-plr' of https://github.com/rajats22/azure-docs-pr into release-aksvault-plr
2 parents cbb3e27 + e06a5c1 commit e6d79b9

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

articles/backup/azure-kubernetes-service-cluster-restore.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ This article describes how to restore backed-up Azure Kubernetes Service (AKS).
1616

1717
Azure Backup now allows you to back up AKS clusters (cluster resources and persistent volumes attached to the cluster) using a backup extension, which must be installed in the cluster. Backup vault communicates with the cluster via this Backup Extension to perform backup and restore operations.
1818

19-
> [!NOTE]
20-
> Vaulted backup and Cross Region Restore for AKS using Azure Backup are currently in preview.
21-
2219
## Before you start
2320

2421
- AKS backup allows you to restore to original AKS cluster (that was backed up) and to an alternate AKS cluster. AKS backup allows you to perform a full restore and item-level restore. You can utilize [restore configurations](#restore-configurations) to define parameters based on the cluster resources that are to be restored.
@@ -65,9 +62,9 @@ Azure Backup for AKS currently supports the following two options when doing a r
6562
> [!NOTE]
6663
> AKS backup currently doesn't delete and recreate resources in the target cluster if they already exist. If you attempt to restore Persistent Volumes in the original location, delete the existing Persistent Volumes, and then do the restore operation.
6764
68-
## Restore in secondary region (preview)
65+
## Restore in secondary region
6966

70-
To restore the AKS cluster in the secondary region, [configure Geo redundancy and Cross Region Restore in the Backup vault](azure-kubernetes-service-cluster-backup.md#create-a-backup-vault), and then [trigger restore](tutorial-restore-aks-backups-across-regions.md#restore-in-secondary-region-preview).
67+
To restore the AKS cluster in the secondary region, [configure Geo redundancy and Cross Region Restore in the Backup vault](azure-kubernetes-service-cluster-backup.md#create-a-backup-vault), and then [trigger restore](tutorial-restore-aks-backups-across-regions.md#restore-in-secondary-region).
7168

7269
## Next steps
7370

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ Azure Backup for AKS is a cloud-native, enterprise-ready, application-centric ba
1818

1919
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2020

21-
## Prerequisites
22-
23-
To set up your environment for Bicep development, see [Install Bicep tools](../azure-resource-manager/bicep/install.md).
24-
25-
>[!Note]
26-
>Install the latest [Azure PowerShell module](/powershell/azure/new-azureps-module-az) and the Bicep CLI as detailed in article.
27-
2821
## Review the template
2922

3023
This template enables you to configure backup for an AKS cluster. In this template, we create a backup vault with a backup policy for the AKS cluster with a *four hourly* schedule and a *seven day* retention duration.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $aksBkpPol = Get-AzDataProtectionBackupPolicy -ResourceGroupName "testBkpVaultRG
6565

6666
Once the policy JSON has all the required values, proceed to create a new policy from the policy object.
6767

68-
```azurecli
68+
```azurepowershell
6969
az dataprotection backup-policy create -g testBkpVaultRG --vault-name TestBkpVault -n mypolicy --policy policy.json
7070
```
7171

@@ -158,4 +158,4 @@ New-AzDataProtectionBackupInstance -ResourceGroupName "testBkpVaultRG" -VaultNam
158158

159159
- [Restore Azure Kubernetes Service cluster using PowerShell](azure-kubernetes-service-cluster-restore-using-powershell.md)
160160
- [Manage Azure Kubernetes Service cluster backups](azure-kubernetes-service-cluster-manage-backups.md)
161-
- [About Azure Kubernetes Service cluster backup](azure-kubernetes-service-cluster-backup-concept.md)
161+
- [About Azure Kubernetes Service cluster backup](azure-kubernetes-service-cluster-backup-concept.md)

0 commit comments

Comments
 (0)