@@ -3,7 +3,7 @@ title: Restore Azure Kubernetes Service (AKS) via PowerShell using Azure Backup
33description : This article explains how to restore backed-up Azure Kubernetes Service (AKS) using Azure PowerShell.
44ms.topic : how-to
55ms.service : azure-backup
6- ms.date : 01/30/2025
6+ ms.date : 01/07/2026
77ms.custom :
88 - devx-track-azurepowershell
99 - ignite-2023
@@ -34,7 +34,7 @@ Before you restore an AKS cluster, ensure that you meet the following prerequisi
3434
3535For more information on the limitations and supported scenarios, see the [ support matrix] ( azure-kubernetes-service-cluster-backup-support-matrix.md ) .
3636
37- ## Initialize Variables for Resource Commands
37+ ## Initialize Variables for Resource Commands for AKS cluster restore
3838
3939Here, provide the necessary details for each resource to be used in your commands.
4040
@@ -113,7 +113,7 @@ To prepare the restore request, run the following cmdlets:
113113 $aksRestoreRequest = Initialize-AzDataProtectionRestoreRequest -DatasourceType AzureKubernetesService -SourceDataStore OperationalStore -RestoreLocation $restoreLocation -RestoreType AlternateLocation -TargetResourceId $targetAKSClusterId -RecoveryPoint $rp[0].Property.RecoveryPointId -RestoreConfiguration $aksRestoreCriteria -BackupInstance $AllInstances[2]
114114 ```
115115
116- ## Trigger the restore
116+ ## Trigger the restore for AKS cluster
117117
118118To trigger the restore operation, run the following cmdlets:
119119
@@ -136,7 +136,7 @@ To trigger the restore operation, run the following cmdlets:
136136 $restoreJob = Start-AzDataProtectionBackupInstanceRestore -SubscriptionId $vaultSubId -ResourceGroupName $vaultRgName -VaultName $vaultName -BackupInstanceName $AllInstances[2].BackupInstanceName -Parameter $aksRestoreRequest
137137 ```
138138
139- ## Track the restore job
139+ ## Track the restore job for AKS cluster
140140
141141Track all the jobs using the `Get-AzDataProtectionJob` cmdlet. You can list all jobs and fetch a particular job detail. Alternatively, use Az.ResourceGraph to track jobs across all Backup vaults.
142142
0 commit comments