File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Download Azure managed disk to Azure Local
3
3
description : Learn how to download Azure managed disk to Azure Local.
4
4
author : alkohli
5
5
ms.topic : how-to
6
- ms.date : 04/09 /2025
6
+ ms.date : 06/27 /2025
7
7
ms.author : alkohli
8
8
ms.service : azure-local
9
9
---
@@ -44,7 +44,7 @@ Download an Azure managed disk as follows:
44
44
1. Once the SAS URL is generated, use the following command to download it to your Azure Local:
45
45
46
46
```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
48
48
```
49
49
50
50
The parameters are described in the following table:
@@ -55,7 +55,6 @@ The parameters are described in the following table:
55
55
| `resource-group` | Resource group for Azure Local that you associate with this image. |
56
56
| `name` | Name of the data disk for Azure Local. |
57
57
| `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`. |
59
58
| `download-url` | SAS URL of the Azure managed disk.|
60
59
61
60
Here is an example output:
You can’t perform that action at this time.
0 commit comments