Skip to content

Commit 20a9325

Browse files
committed
Alpa feedback
1 parent 9bdfa4e commit 20a9325

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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: 11/15/2024
6+
ms.date: 11/18/2024
77
ms.author: alkohli
88
ms.service: azure-stack-hci
99
---
@@ -38,13 +38,13 @@ Download an Azure managed disk as follows:
3838
1. Generate a SAS URL of the disk using Azure CLI:
3939
4040
```azurecli
41-
az disk grant-access --access-level Read --duration-in-seconds 3600 --name MyManagedDisk --resource-group $rg
41+
az disk grant-access --access-level Read --duration-in-seconds 3600 --name $name --resource-group $resource-group
4242
```
4343
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 $rg --disk-file-format vhd --custom-location $cl --download-url $encodedUrl --name httpvhd02
47+
az stack-hci-vm disk create -resource-group $resource-group --disk-file-format vhd --custom-location $customLocation --download-url $download-url --name $name
4848
```
4949
5050
The parameters are described in the following table:
@@ -55,7 +55,7 @@ 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
| customLocation | 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 format. |
58+
| disk-file-format | File format of the data disk. This can be `vhd` or `vhdx`. |
5959
| download-url | SAS URL of the Azure managed disk.|
6060
6161
Here is an example output:

0 commit comments

Comments
 (0)