Skip to content

Commit 736c41c

Browse files
author
AbhishekMallick01
committed
minor changes
1 parent ab44cbc commit 736c41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ To fetch the relevant recovery points, run the following cmdlets:
7979
8080
To search across instances in multiple vaults and subscriptions, use `Az.Resourcegraph` and `Search-AzDataProtectionBackupInstanceInAzGraph` cmdlets.
8181
82-
```azurepowershell
82+
```azurepowershell
8383
$AllInstances = Search-AzDataProtectionBackupInstanceInAzGraph -Subscription $vaultSubId -ResourceGroup $vaultRgName -Vault $vaultName -DatasourceType AzureKubernetesService -ProtectionStatus ProtectionConfigured
84-
```
84+
```
8585

8686
2. Once the instance is identified, fetch the relevant recovery point. From the output array of the given cmdlet, third backup instance is to be restored.
8787

0 commit comments

Comments
 (0)