Skip to content

Commit 85cac5c

Browse files
Merge pull request #214075 from roygara/burstPortal
On-demand bursting portal steps
2 parents 756ccbe + f8bd3b8 commit 85cac5c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/virtual-machines/disks-enable-bursting.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Enable on-demand disk bursting
33
description: Enable on-demand disk bursting on your managed disk.
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 11/09/2021
6+
ms.date: 10/12/2022
77
ms.topic: conceptual
88
ms.service: storage
99
ms.subservice: disks
@@ -31,7 +31,17 @@ Before you enable on-demand bursting, understand the following:
3131

3232
## Get started
3333

34-
On-demand bursting can be enabled with either the Azure PowerShell module, the Azure CLI, or Azure Resource Manager templates. The following examples cover how to create a new disk with on-demand bursting enabled and enabling on-demand bursting on existing disks.
34+
On-demand bursting can be enabled with either the Azure portal, the Azure PowerShell module, the Azure CLI, or Azure Resource Manager templates. The following examples cover how to create a new disk with on-demand bursting enabled and enabling on-demand bursting on existing disks.
35+
36+
# [Portal](#tab/azure-portal)
37+
38+
A managed disk must be larger than 512 GiB to enable on-demand bursting.
39+
40+
To enable on-demand bursting for an existing disk:
41+
42+
1. Sign in to the [Azure portal](https://portal.azure.com/) and navigate to your disk.
43+
1. Select **Configuration** and select **Enable on-demand bursting**.
44+
1. Select **Save**.
3545

3646
# [PowerShell](#tab/azure-powershell)
3747

0 commit comments

Comments
 (0)