Skip to content

Commit 54dfcc2

Browse files
Merge pull request #309429 from mmkiran21-git/31521267
Addressed EEE 31521267
2 parents 4f57a4c + 2a495f4 commit 54dfcc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/backup/backup-azure-vms-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up and recover Azure VMs with PowerShell
33
description: Describes how to back up and recover Azure VMs using Azure Backup with PowerShell
44
ms.topic: how-to
5-
ms.date: 11/26/2025
5+
ms.date: 12/12/2025
66
ms.custom: devx-track-azurepowershell, engagement-fy24
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -641,7 +641,7 @@ The resultant job details give the template URI that can be queried and deployed
641641
$properties = $details.properties
642642
$storageAccountName = $properties["Target Storage Account Name"]
643643
$containerName = $properties["Config Blob Container Name"]
644-
$templateBlobURI = $properties["Template Blob Uri"]
644+
$templateBlobURI = $properties["Create VM Template Blob Uri"]
645645
```
646646

647647
The template isn't directly accessible since it's under a customer's storage account and the given container. We need the complete URL (along with a temporary SAS token) to access this template.

0 commit comments

Comments
 (0)