Azure / Azure/azure-quickstart-templates

201-vmss-existing-vnet (overprovision)

Open
#4,307 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

[201-vmss-existing-vnet(azure-quickstart-templates/201-vmss-existing-vnet/azuredeploy.json)

### Issue Details
In the template following code should change
` "properties": {
"overprovision": "true",
"upgradePolicy": {
"mode": "Manual"
},`
Correct code snippits
` "properties": {
"overprovision": true,
"upgradePolicy": {
"mode": "Manual"
},
`

Contributor guide

No contributing guide indexed for this repository

Research direction

Open azure-quickstart-templates/201-vmss-existing-vnet/azuredeploy.json and inspect the VM scale set properties block against the corrected snippet in the issue. Done means the overprovision value uses the intended representation while the surrounding upgradePolicy block remains unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, json
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.