Skip to content

Commit 1eccf27

Browse files
Addressed EEE doc ask #31087464
1 parent f8c8967 commit 1eccf27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/backup-client-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use PowerShell to back up Windows Server to Azure
33
description: In this article, learn how to use PowerShell to set up Azure Backup on Windows Server or a Windows client, and manage backup and recovery.
44
ms.topic: how-to
5-
ms.date: 02/28/2025
5+
ms.date: 07/29/2025
66
ms.service: azure-backup
77
ms.custom: devx-track-azurepowershell, no-azure-ad-ps-ref, engagement-fy24
88
author: AbhishekMallick-MS
@@ -33,7 +33,7 @@ The following steps lead you through creating a Recovery Services vault. A Recov
3333
2. The Recovery Services vault is an Azure Resource Manager resource, so you need to place it within a Resource Group. You can use an existing resource group, or create a new one. When creating a new resource group, specify the name and location for the resource group.
3434
3535
```powershell
36-
New-AzResourceGroup -Name "test-rg" Location "WestUS"
36+
New-AzResourceGroup -Name "test-rg" -Location "WestUS"
3737
```
3838
3939
3. Use the **New-AzRecoveryServicesVault** cmdlet to create the new vault. Be sure to specify the same location for the vault as was used for the resource group.

0 commit comments

Comments
 (0)