Skip to content

Commit e51317a

Browse files
Merge pull request #230447 from ericd-mst-github/patch-26
Update backup-azure-sql-server-running-azure-vm.md
2 parents cb421b5 + c135a9b commit e51317a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/virtual-machines/extensions/backup-azure-sql-server-running-azure-vm.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ ms.topic: article
55
ms.service: virtual-machines
66
ms.subservice: extensions
77
ms.author: gabsta
8+
ms.reviewer: erd
89
author: GabstaMSFT
910
ms.collection: windows
10-
ms.date: 07/05/2019
11+
ms.date: 03/13/2023
1112
---
1213

1314
# Azure Backup for SQL Server running in Azure VM
@@ -97,7 +98,7 @@ We recommended adding AzureBackupWindowsWorkload extension to a virtual machine
9798

9899
## PowerShell deployment
99100

100-
You need to 'register' the Azure VM that contains the SQL application with a Recovery services vault. During registration, AzureBackupWindowsWorkload extension gets installed on the VM. Use [Register-AzRecoveryServicesBackupContainerPS](/powershell/module/az.recoveryservices/register-azrecoveryservicesbackupcontainer) cmdlet to register the VM.
101+
You need to 'register' the Azure VM that contains the SQL application with a Recovery services vault. During registration, AzureBackupWindowsWorkload extension gets installed on the VM. Use [Register-AzRecoveryServicesBackupContainerPS](/powershell/module/az.recoveryservices/register-azrecoveryservicesbackupcontainer) cmdlet to register the VM. Replace `VMRG Name` and `VMName` with the target resource group name and VM name.
101102

102103
```powershell
103104
$myVM = Get-AzVM -ResourceGroupName <VMRG Name> -Name <VMName>

0 commit comments

Comments
 (0)