Azure / Azure/azure-quickstart-templates
Using a custom image to create a virtual machine failure, prompt the quota
- Dominant language
- Bicep
- Stars
- 14.9k
- Forks
- 16.2k
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 6
Description
--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------
Sorry to hear you had a bad experience with one of the templates :worried: But, in case you're just asking a question, we're happy to help. You can also check if the question might already have been asked here https://github.com/Azure/azure-quickstart-templates/issues?utf8=%E2%9C%93&q=is%3Aissue
We've created an outline of recommended sections to fill out that will help make this Pull Request awesome!
--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------
[Template Name goes here](Template link goes here)
### Issue Details
I use the cli to upload images, uploaded successfully, but using a custom image to create a virtual machine failure, prompt the quota.
Use unmanaged disk to create a VM, report the error:
The template deployment 'vm_deploy_667HUPutnCXTxZljX6EMUbFuPJDuwR7r' is not valid according to the validation procedure. The tracking id is 'bd5f097e-b47c-41b4-a22f-d28074aa490c'. See inner errors for details. Please see https://aka.ms/arm-deploy for usage details. Operation results in exceeding quota limits of Core. Maximum allowed: 4, Current in use: 4, Additional requested: 1.
Using managed disks:
[root@vm-onos ~]# az disk create --resource-group evan --name myManagedDisk \
> --source https://evanstorageaccount.blob.core.windows.net/image/xxx.vhd
Only blobs formatted as VHDs can be imported.
[root@vm-onos ~]#
Thanks,
### Repro steps (*if necessary, delete otherwise*)
1.
2.
3.
4.
5.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the Azure CLI custom-image workflow described in the issue, including unmanaged and managed disk commands, and inspect the deployment error details. The issue does not name a template, test, or source file; it would need a specific reproducible failure and a confirmed resolution for the quota or VHD-import behavior to be considered done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, shell
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100