Skip to content

Commit d78aa3f

Browse files
Merge pull request #310212 from AbhishekMallick-MS/Jan-7-2026-AIoptimization
AI optimization - Restore AKS using PS - H2 updates
2 parents de90c8b + deca987 commit d78aa3f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Restore Azure Kubernetes Service (AKS) via PowerShell using Azure Backup
33
description: This article explains how to restore backed-up Azure Kubernetes Service (AKS) using Azure PowerShell.
44
ms.topic: how-to
55
ms.service: azure-backup
6-
ms.date: 01/30/2025
6+
ms.date: 01/07/2026
77
ms.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

3535
For 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

3939
Here, 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
118118
To 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
141141
Track 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

Comments
 (0)