We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508c73b commit 6dd6055Copy full SHA for 6dd6055
articles/virtual-machines/capture-image-resource.yml
@@ -5,7 +5,7 @@ metadata:
5
description: Create a legacy managed image of a generalized VM or VHD in Azure.
6
author: ju-shim
7
ms.author: jushiman
8
- ms.date: 03/15/2023
+ ms.date: 06/25/2024
9
ms.service: virtual-machines
10
ms.subservice: imaging
11
ms.topic: how-to
@@ -137,8 +137,8 @@ procedureSection:
137
- |
138
Create the image.
139
140
- ```azurepowershell-interactive New-AzImage -Image $image -ImageName
141
- $imageName -ResourceGroupName $rgName
+ ```azurepowershell-interactive
+ New-AzImage -ImageName $imageName -ResourceGroupName $rgName -Image $imageConfig
142
```
143
- title: |
144
PowerShell: Create a legacy managed image from a managed disk
0 commit comments