Skip to content

Commit 5a4ceef

Browse files
authored
Merge pull request #256664 from dansisson/lou-1030
Lou 10-30 pull PR into private repo
2 parents 5338048 + c7bf4da commit 5a4ceef

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

articles/databox-online/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,15 @@
264264
- name: What are VMs?
265265
href: azure-stack-edge-gpu-virtual-machine-overview.md
266266
- name: View supported VMs
267-
href: azure-stack-edge-gpu-virtual-machine-sizes.md
267+
href: azure-stack-edge-gpu-virtual-machine-sizes.md
268+
- name: Create a VM with custom VM size
269+
href: azure-stack-edge-create-vm-with-custom-size.md
268270
- name: View supported API profiles
269271
href: azure-stack-edge-profiles-azure-resource-manager-versions.md
270272
- name: What are GPU VMs?
271273
href: azure-stack-edge-gpu-overview-gpu-virtual-machines.md
272274
- name: Create VM image
273275
items:
274-
- name: Create custom VM image
275-
href: azure-stack-edge-create-vm-with-custom-size.md
276276
- name: Custom image from Azure VM
277277
href: azure-stack-edge-gpu-create-virtual-machine-image.md
278278
- name: Windows generalized image from VHD

articles/databox-online/azure-stack-edge-create-vm-with-custom-size.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
---
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.
44
services: databox
55
author: alkohli
66

77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: how-to
10-
ms.date: 09/07/2023
10+
ms.date: 10/30/2023
1111
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.
1313
---
14-
# Create a VM image with custom size
14+
# Update custom VM size
1515

1616
[!INCLUDE [applies-to-GPU-and-pro-r-and-mini-r-skus](../../includes/azure-stack-edge-applies-to-gpu-pro-r-mini-r-sku.md)]
1717

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.
1919

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
2121

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.
2523

2624
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).
2725

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:
2927

3028
```azurepowershell
3129
Get-AzVmSize -Location dbelocal
@@ -53,9 +51,9 @@ Use the following steps to create a new VM for Azure Stack Edge.
5351
[{'Name':'Custom_NonGPU','Cores':8,'MemoryMb':14336},{'Name':'Custom_GPU_A2','Cores':8,'MemoryMb':28672,'GpuCount': 1}]
5452
```
5553

56-
## Update an existing VM
54+
## Update custom VM size
5755

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.
5957

6058
Consider the following requirements and restrictions:
6159
- 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.
9391
Get-AzVmSize -Location dbelocal
9492
```
9593

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.
9795

9896
[![Screenshot of Azure portal dropdown menu with custom VM size.](./media/azure-stack-edge-create-vm-with-custom-size/azure-stack-edge-custom-vm-size.png)](./media/azure-stack-edge-create-vm-with-custom-size/azure-stack-edge-custom-vm-size.png#lightbox)
9997

10098
## Next steps
10199

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

Comments
 (0)