Skip to content

Commit 7d94bb0

Browse files
Merge pull request #299087 from AbhishekMallick01/Apr-29-2025-Freshness
Freshness - Back up an encrypted VM with PS
2 parents 87b7a31 + 9beb069 commit 7d94bb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/backup/scripts/backup-powershell-sample-backup-encrypted-vm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
title: PowerShell Script Sample - Back up an Azure VM
33
description: In this article, learn how to use an Azure PowerShell Script sample to back up an Azure virtual machine.
44
ms.topic: sample
5-
ms.date: 03/05/2019
5+
ms.date: 04/30/2025
66
ms.custom: mvc, devx-track-azurepowershell
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010

1111
# Back up an encrypted Azure virtual machine with PowerShell
1212

13-
This script creates a Recovery Services vault with geo-redundant storage (GRS) for an encrypted Azure virtual machine. The default protection policy is applied to the vault. The policy generates a daily backup for the virtual machine, and retains each backup for 365 days. The script also triggers the initial recovery point for the virtual machine and retains that recovery point for 30 days.
13+
This script creates a Recovery Services vault with geo-redundant storage (GRS) for an encrypted Azure VM. It applies the default protection policy, enabling daily backups retained for 365 days. Also, it triggers an initial recovery point, stored for 30 days.
1414

15-
[!INCLUDE [sample-powershell-install](~/reusable-content/ce-skilling/azure/includes/sample-powershell-install-no-ssh.md)]
15+
[!INCLUDE [sample-powerShell-install](~/reusable-content/ce-skilling/azure/includes/sample-powershell-install-no-ssh.md)]
1616

1717
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
1818

@@ -49,4 +49,4 @@ This script uses the following commands to create the deployment. Each item in t
4949

5050
## Next steps
5151

52-
For more information on the Azure PowerShell module, see [Azure PowerShell documentation](/powershell/azure/new-azureps-module-az).
52+
Learn more about [the Azure PowerShell module](/powershell/azure/new-azureps-module-az).

0 commit comments

Comments
 (0)