Skip to content

Commit 1e62efd

Browse files
Merge pull request #18235 from v-sissondan/data-disk-vhdx
Remove VHDX format option for disks
2 parents 778bad3 + cd44ac6 commit 1e62efd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-local/manage/manage-data-disks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Download Azure managed disk to Azure Local
33
description: Learn how to download Azure managed disk to Azure Local.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 04/09/2025
6+
ms.date: 06/27/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
---
@@ -44,7 +44,7 @@ Download an Azure managed disk as follows:
4444
1. Once the SAS URL is generated, use the following command to download it to your Azure Local:
4545
4646
```azurecli
47-
az stack-hci-vm disk create -resource-group $resource-group --disk-file-format vhd --custom-location $custom-location --download-url $download-url --name $name
47+
az stack-hci-vm disk create -resource-group $resource-group --custom-location $custom-location --download-url $download-url --name $name
4848
```
4949
5050
The parameters are described in the following table:
@@ -55,7 +55,6 @@ The parameters are described in the following table:
5555
| `resource-group` | Resource group for Azure Local that you associate with this image. |
5656
| `name` | Name of the data disk for Azure Local. |
5757
| `custom-location` | Resource ID of the custom location for Azure Local. |
58-
| `disk-file-format` | File format of the data disk. This can be `vhd` or `vhdx`. |
5958
| `download-url` | SAS URL of the Azure managed disk.|
6059
6160
Here is an example output:

0 commit comments

Comments
 (0)