Azure / Azure/azure-quickstart-templates

201-vmss-scale-existing doesn't work anymore.

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

Description

[201-vmss-scale-existing](https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-scale-existing)
### Issue Details

azuredeploy.json seems out of date (for Azure SDK 2.8 at least).

When running .\Deploy-AzureResourceGroup.ps1, I've got the following error message:

New-AzureRmResourceGroupDeployment : 2:02:09 PM - Resource Microsoft.Compute/virtualMachineScaleSets 'myScaleSetName' failed with message
'Required parameter 'properties' is missing (null).'

I had to insert the following into the json file:

"properties": {
"upgradePolicy": {
"mode": "Automatic"
},
"virtualMachineProfile": {
........................

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with 201-vmss-scale-existing/azuredeploy.json and reproduce the failure using Deploy-AzureResourceGroup.ps1. Inspect the virtual machine scale set definition and its required properties, then validate the template through a deployment. Done means the existing scale-set deployment no longer reports that the properties parameter is missing.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.