Skip to content

Commit 84d888c

Browse files
authored
Update quick-create-portal.md
Azure Portal has been updated to use Premium LRS as the default OS disk storage account type, while the Premium LRS is not supported by the current VM size Standard_A1_v2. Reference: https://learn.microsoft.com/en-us/azure/virtual-machines/av2-series We have to update the document to let customer use Standard LRS for OS disk storage account type. Otherwise, the pool resize will fail with error: - Deployment allocation failed because V size does not support storage account type. Consider updating the VM to a size that supports storage type. (Code: Reason)
1 parent f06f432 commit 84d888c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/batch/quick-create-portal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Next, create a pool of Windows compute nodes in your Batch account. The followin
5959
- **Publisher**: Select **microsoftwindowsserver**.
6060
- **Sku**: Select **2019-datacenter-core-smalldisk**.
6161

62+
1. Under **OS disk storage account type**, select **Standard LRS**.
6263
1. Scroll down to **Node size**, and for **VM size**, select **Standard_A1_v2**.
6364

6465
1. Under **Scale**, for **Target dedicated nodes**, enter *2*.

0 commit comments

Comments
 (0)