Azure / Azure/azure-quickstart-templates

VM from user Image in Premium Storage error with Boot Diagnostics

Open
#2,974 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

101-vm-from-user-image: https://github.com/Azure/azure-quickstart-templates/tree/master/101-vm-from-user-image

### Issue Details
When deploying template 101-vm-from-user-image using Premium Storage Account, deployment fails due to Premium Storage not being supported for Boot Diagnostic configuration.

"code": "StorageAccountTypeNotSupported",
"message": "Storage account is of Premium_LRS type. Boot Diagnostics supports Standard_GRS,Standard_LRS,Standard_RAGRS storage account types."

Can you please include different parameters for Boot Diagnostic Storage Account or automaticaly generate a Standard Storage Account for that purpose?

### Repro steps (*if necessary, delete otherwise*)
1. Create an image under Premium Storage Account
2. Use template 101-vm-from-user-image with image created in step 1.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the 101-vm-from-user-image template linked in the issue and reproduce its deployment using an image from Premium Storage. Check how Boot Diagnostics selects its storage account and verify completion with a configuration that supports Premium Storage images, either through separate parameters or an automatically created compatible account.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.