You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-create-vm-with-custom-size.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: alkohli
7
7
ms.service: databox
8
8
ms.subservice: edge
9
9
ms.topic: how-to
10
-
ms.date: 10/30/2023
10
+
ms.date: 06/06/2024
11
11
ms.author: alkohli
12
12
# Customer intent: As an IT admin, I need to understand how to update a VM with custom number of cores, memory, and GPU count.
13
13
---
@@ -56,10 +56,10 @@ Use the following steps to get custom VM sizes for Azure Stack Edge.
56
56
1. Run the following command to update the **Custom VM size** with the `Cores` or `MemoryMb` values for a VM you deploy to your device.
57
57
58
58
Consider the following requirements and restrictions:
59
-
- The `Name` for these sizes cannot be modified.
59
+
- The `Name` for these sizes can't be modified.
60
60
-`GpuCount` can only be a value compatible with the number of GPUs on your device, which is 1 or 2.
61
61
- Make sure to modify the correct GPU custom size that corresponds with the GPU on your device.
62
-
- Once a VM is deployed with a custom size, you cannot modify that custom size again. To make a change, you will have to remove that VM first.
62
+
- Once a VM is deployed with a custom size, you can't modify that custom size again. To make a change, you'll have to remove that VM first.
63
63
- Once an operation kicks off, wait at least five minutes before you deploy any other VMs or workloads; this command takes about 5 minutes to complete.
64
64
65
65
The following table shows default values for available custom SKUs.
@@ -77,7 +77,7 @@ Use the following steps to get custom VM sizes for Azure Stack Edge.
@@ -91,10 +91,12 @@ Use the following steps to get custom VM sizes for Azure Stack Edge.
91
91
Get-AzVmSize -Location dbelocal
92
92
```
93
93
94
-
In Azure portal, the VM size dropdown will update in about five minutes with the new VM options you just created.
94
+
In Azure portal, the VM size dropdown updates in about five minutes with the new VM options you created.
95
95
96
96
[](./media/azure-stack-edge-create-vm-with-custom-size/azure-stack-edge-custom-vm-size.png#lightbox)
97
97
98
+
For more information about resizing a VM, see [Deploy VMs on your Azure Stack Edge device via PowerShell](azure-stack-edge-gpu-deploy-virtual-machine-powershell.md#resize-the-vm).
99
+
98
100
## Next steps
99
101
100
102
-[Create a VM](azure-stack-edge-gpu-virtual-machine-overview.md#create-a-vm).
#Customer intent: As an IT admin, I need to understand how to create and manage virtual machines (VMs) on my Azure Stack Edge Pro device. I want to use APIs so that I can efficiently manage my VMs.
0 commit comments