Skip to content

Commit 87e02dd

Browse files
committed
resolving Analyze tool error
1 parent 15a9b70 commit 87e02dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/RecoveryServices/RecoveryServices/help/Restore-AzRecoveryServicesBackupItem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Restore-AzRecoveryServicesBackupItem [-VaultLocation <String>] [-WLRecoveryConfi
6666

6767
The **Restore-AzRecoveryServicesBackupItem** cmdlet restores the data and configuration for an Azure Backup item to a specified recovery point.
6868

69-
### For Azure VM backup
69+
**For Azure VM backup**
7070

7171
You can backup Azure virtual machines and restore disks (both managed and un-managed) using this command. The restore operation does not restore the full virtual machine.
7272
If this is a managed disk VM, a target Resource group should be specified where the restored disks are kept. When target resource group is specified, if the snapshots are present in the resource group that was specified in backup policy, the restore operation will be instant and the disks are created from local snapshots and kept in target-resource group. There is also an option to restore them as un-managed disks but this will leverage the data present in Azure recovery services vault and hence will be lot slower. The configuration of the VM and the deployment template which can be used to create VM out of the restored disks will be downloaded to the specified storage account.
@@ -80,11 +80,11 @@ Please refer to different possible parameter sets and parameter text for more in
8080
> [!NOTE]
8181
> If -VaultId parameter is used then -VaultLocation parameter should be used as well.
8282
83-
### For Azure File share backup
83+
**For Azure File share backup**
8484

8585
You can restore an entire file share or specific/multiple files/folders on the share. You can restore to the original location or to an alternate location.
8686

87-
### For Azure Workloads
87+
**For Azure Workloads**
8888

8989
You can restore SQL DBs within Azure VMs
9090

0 commit comments

Comments
 (0)