|
1 | 1 | ---
|
2 |
| -title: Create a VM image for Azure Stack Edge with custom number of cores, memory, and GPU count. |
3 |
| -description: Learn how to create a VM image of custom size for Azure Stack Edge. |
| 2 | +title: Update a VM for Azure Stack Edge with custom number of cores, memory, and GPU count. |
| 3 | +description: Learn how to update a VM with custom size for Azure Stack Edge. |
4 | 4 | services: databox
|
5 | 5 | author: alkohli
|
6 | 6 |
|
7 | 7 | ms.service: databox
|
8 | 8 | ms.subservice: edge
|
9 | 9 | ms.topic: how-to
|
10 |
| -ms.date: 09/07/2023 |
| 10 | +ms.date: 10/30/2023 |
11 | 11 | ms.author: alkohli
|
12 |
| -# Customer intent: As an IT admin, I need to understand how to create VM images with custom number of cores, memory, and GPU count. |
| 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 | ---
|
14 |
| -# Create a VM image with custom size |
| 14 | +# Update custom VM size |
15 | 15 |
|
16 | 16 | [!INCLUDE [applies-to-GPU-and-pro-r-and-mini-r-skus](../../includes/azure-stack-edge-applies-to-gpu-pro-r-mini-r-sku.md)]
|
17 | 17 |
|
18 |
| -This article describes how to create a VM image for Azure Stack edge with a custom number of cores, memory, and GPU count. |
| 18 | +This article describes how to modify a VM size with a custom number of cores, memory, and GPU count, which can be used to create a VM image for Azure Stack Edge. |
19 | 19 |
|
20 |
| -If the standard VM sizes for Azure Stack Edge do not meet your needs, you can configure a standard VM size with custom number of cores, memory, and GPU count. |
| 20 | +## Get existing custom VM sizes |
21 | 21 |
|
22 |
| -## Create a new VM |
23 |
| - |
24 |
| -Use the following steps to create a new VM for Azure Stack Edge. |
| 22 | +Use the following steps to get custom VM sizes for Azure Stack Edge. |
25 | 23 |
|
26 | 24 | 1. Connect to the PowerShell interface of your Azure Stack Edge device. For detailed steps, see [Connect to the PowerShell interface](azure-stack-edge-gpu-connect-powershell-interface.md#connect-to-the-powershell-interface).
|
27 | 25 |
|
28 |
| -1. Run the following command to see available VM sizes on your device, including the custom sizes: |
| 26 | +1. Run the following command to see available VM sizes on your device, including custom sizes: |
29 | 27 |
|
30 | 28 | ```azurepowershell
|
31 | 29 | Get-AzVmSize -Location dbelocal
|
@@ -53,9 +51,9 @@ Use the following steps to create a new VM for Azure Stack Edge.
|
53 | 51 | [{'Name':'Custom_NonGPU','Cores':8,'MemoryMb':14336},{'Name':'Custom_GPU_A2','Cores':8,'MemoryMb':28672,'GpuCount': 1}]
|
54 | 52 | ```
|
55 | 53 |
|
56 |
| -## Update an existing VM |
| 54 | +## Update custom VM size |
57 | 55 |
|
58 |
| -1. Run the following command to update the `Cores` or `MemoryMb` values for a VM you deploy to your device. |
| 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. |
59 | 57 |
|
60 | 58 | Consider the following requirements and restrictions:
|
61 | 59 | - The `Name` for these sizes cannot be modified.
|
@@ -93,10 +91,10 @@ Use the following steps to create a new VM for Azure Stack Edge.
|
93 | 91 | Get-AzVmSize -Location dbelocal
|
94 | 92 | ```
|
95 | 93 |
|
96 |
| - In Azure portal, the VM size dropdown will update after five minutes with the new VM options you just created. |
| 94 | + In Azure portal, the VM size dropdown will update in about five minutes with the new VM options you just created. |
97 | 95 |
|
98 | 96 | [](./media/azure-stack-edge-create-vm-with-custom-size/azure-stack-edge-custom-vm-size.png#lightbox)
|
99 | 97 |
|
100 | 98 | ## Next steps
|
101 | 99 |
|
102 |
| - - [VM sizes and types for Azure Stack Edge Pro](azure-stack-edge-gpu-virtual-machine-sizes.md). |
| 100 | + - [Create a VM](azure-stack-edge-gpu-virtual-machine-overview.md#create-a-vm). |
0 commit comments