Skip to content

Commit b2df93b

Browse files
committed
More, and fix links
1 parent 8c141ad commit b2df93b

File tree

3 files changed

+24
-20
lines changed

3 files changed

+24
-20
lines changed

azure-stack/operator/hotfix-1-2005-48-137.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To apply this hotfix, you must have version **1.2005.6.53** or later.
9191

9292
Download the following files. Then, follow the instructions in [Apply updates in Azure Stack](azure-stack-apply-updates.md) to apply this update.
9393

94-
[Download the zip file now](https://azurestackhub.azureedge.net/PR/download/MAS_HotFix_1.2005.48.137/HotFix/AzS_Update_1.2005.48.137.zip).
94+
[Download the zip file now](https://azurestackhub.download.prss.microsoft.com/dbazure/download/MAS_HotFix_1.2005.48.137/HotFix/AzS_Update_1.2005.48.137.zip).
9595

9696
[Download the hotfix xml file now](https://azurestackhub.download.prss.microsoft.com/dbazure/download/MAS_HotFix_1.2005.48.137/HotFix/metadata.xml).
9797

azure-stack/operator/hotfix-1-2008-41-161.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To apply this hotfix, you must have version **1.2008.13.88** or later.
113113

114114
Download the following files. Then, follow the instructions in [Apply updates in Azure Stack](azure-stack-apply-updates.md) to apply this update.
115115

116-
[Download the zip file now](https://azurestackhub.azureedge.net/PR/download/MAS_ProdHotfix_1.2008.41.161/HotFix/AzS_Update_1.2008.41.161.zip).
116+
[Download the zip file now](https://azurestackhub.download.prss.microsoft.com/dbazure/download/MAS_ProdHotfix_1.2008.41.161/HotFix/metadata.xml).
117117

118118
[Download the hotfix xml file now](https://azurestackhub.download.prss.microsoft.com/dbazure/download/MAS_ProdHotfix_1.2008.41.161/HotFix/AzS_Update_1.2008.41.161.zip).
119119

azure-stack/user/azure-stack-manage-vm-disks.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ title: Create VM disk storage in Azure Stack Hub
33
description: Create disks for virtual machines in Azure Stack Hub.
44
author: sethmanheim
55
ms.topic: conceptual
6-
ms.date: 06/22/2021
6+
ms.date: 01/25/2025
77
ms.author: sethm
8-
ms.reviewer: jiahan
98
ms.lastreviewed: 11/22/2020
109
ms.custom:
1110
- devx-track-azurepowershell
@@ -29,7 +28,7 @@ Unmanaged disks require that you create a storage account to store the disks. Th
2928

3029
## Best practice guidelines
3130

32-
It is recommended that you use managed disks for VMs for easier management and capacity balance. You don't have to prepare a storage account and containers before using managed disks. When creating multiple managed disks, the disks are distributed into multiple volumes, which helps to balance the capacity of volumes.
31+
It's recommended that you use managed disks for VMs for easier management and capacity balance. You don't have to prepare a storage account and containers before using managed disks. When you create multiple managed disks, the disks are distributed into multiple volumes, which helps to balance the capacity of volumes.
3332

3433
For unmanaged disks, to improve performance and reduce the overall costs, we recommend that you place each unmanaged disk in a separate container. Although you can put both OS disks and data disks in the same container, the best practice is that one container should hold either an OS disk or a data disk, but not both at the same time.
3534

@@ -41,7 +40,7 @@ When you create VMs, you can reuse the same storage account for each new virtual
4140

4241
The following table summarizes how to add disks by using the portal, and by using PowerShell:
4342

44-
| Method | Options
43+
| Method | Options |
4544
|-|-|
4645
|User portal| - Add new data disks to an existing VM. New disks are created by Azure Stack Hub. </br> </br> - Add an existing disk (.vhd) file to a previously created VM. To do so, you must prepare the .vhd and then upload the file to Azure Stack Hub. |
4746
|[PowerShell](#use-powershell-to-add-multiple-disks-to-a-vm) | - Create a new VM with an OS disk, and at the same time add one or more data disks to that VM. |
@@ -52,37 +51,42 @@ By default, when you use the portal to create a VM for most marketplace items, o
5251

5352
After you create a VM, you can use the portal to:
5453

55-
* Create a new data disk and attach it to the VM.
56-
* Upload an existing data disk and attach it to the VM.
54+
- Create a new data disk and attach it to the VM.
55+
- Upload an existing data disk and attach it to the VM.
5756

5857
Put each unmanaged disk you add into a separate container.
5958

6059
### Use the portal to create and attach a new data disk
6160

6261
1. In the portal, select **All services**, then **Compute**, then **Virtual machines**.
62+
6363
[![Example: VM dashboard](media/azure-stack-manage-vm-disks/vm-dashboard-small.png)](media/azure-stack-manage-vm-disks/vm-dashboard.png#lightbox)
6464

65-
2. Select a VM that has previously been created from the list.
65+
1. Select a VM that has previously been created from the list.
66+
1. For the VM, select **Disks**, then **Add data disk**.
6667

67-
3. For the VM, select **Disks**, then **Add data disk**.
6868
[![Screenshot that shows how to attach a new disk to the VM.](media/azure-stack-manage-vm-disks/attach-disks-small.png)](media/azure-stack-manage-vm-disks/attach-disks.png#lightbox)
6969

70-
4. For the data disk:
71-
* Enter the **LUN**. The LUN must be a valid number.
72-
* Select **Create disk**.
70+
1. For the data disk:
71+
72+
- Enter the **LUN**. The LUN must be a valid number.
73+
- Select **Create disk**.
74+
7375
![Screenshot that shows how to create a new data disk.](media/azure-stack-manage-vm-disks/add-a-data-disk-create-disk.png)
7476

75-
5. In the **Create managed disk** blade:
76-
* Enter the **Name** of the disk.
77-
* Select an existing **Resource group** or create a new one.
78-
* Select the **Location**. By default, the location is set to the same container that holds the OS disk.
79-
* Select the **Account type**.
77+
1. In the **Create managed disk** blade:
78+
79+
- Enter the **Name** of the disk.
80+
- Select an existing **Resource group** or create a new one.
81+
- Select the **Location**. By default, the location is set to the same container that holds the OS disk.
82+
- Select the **Account type**.
83+
8084
![Example: Attach a new disk to the vm](media/azure-stack-manage-vm-disks/create-manage-disk.png)
8185

8286
> [!NOTE]
8387
> Premium disks (SSD) and standard disks (HDD) are backed by the same storage infrastructure in Azure Stack Hub. They provide the same performance.
8488
85-
* Select the **Source type**.
89+
- Select the **Source type**.
8690

8791
Create a disk from a snapshot of another disk, a blob in a storage account, or create an empty disk.
8892

@@ -99,7 +103,7 @@ Put each unmanaged disk you add into a separate container.
99103

100104
* Select **Create**. Azure Stack Hub creates and validates the managed disk.
101105

102-
6. After Azure Stack Hub creates the disk and attaches it to the VM, the new disk is listed in the VM disk settings under **Data disks**.
106+
1. After Azure Stack Hub creates the disk and attaches it to the VM, the new disk is listed in the VM disk settings under **Data disks**.
103107

104108
[![Example: View disk](media/azure-stack-manage-vm-disks/view-data-disk-small.png)](media/azure-stack-manage-vm-disks/view-data-disk.png#lightbox)
105109

0 commit comments

Comments
 (0)