Virtual machine scale sets are an Azure Compute resource you can use to deploy and manage a set of identical VMs. With all VMs configured the same, VM scale sets are designed to support true autoscale – no pre-provisioning of VMs are required – and as such make it easier to build large-scale services targeting big compute, big data, and containerized workloads.
Questions tagged [azure-vm-scale-set]
406 questions
0
votes
1 answer
How to disable RC4 cipher in Azure VM Scaleset
I have a VM scale set with this image:
Publisher: MicrosoftWindowsServer
Offer: WindowsServer
SKU: 2016-Datacenter-with-Containers
Version: latest
These machines are running SSL web endpoint hosted in service fabric. The website is build in…

Thieme
- 294
- 1
- 13
0
votes
2 answers
Discovering peer instances in Azure Virtual Machine Scale Set
Problem: Given N instances launched as part of VMSS, I would like my application code on each azure instance to discover the IP address of the other peer instances. How do I do this?
The overall intent is to cluster the instances so, as to provide…

rahul gupta
- 238
- 1
- 4
- 11
0
votes
1 answer
Assigning additional private IP to azure vm scale set instances
Would like to know if it is possible to assign additional private ip address(secondary) to the azure instance which is part of virtual machine scale set.
For standalone azure instances, multi ip feature is available. I can easily assign additional…

rahul gupta
- 238
- 1
- 4
- 11
0
votes
1 answer
Azure Provisioning state fails for VMSS with custom image & elb
I am getting below error for VMSS with custom image & elb
My template link: https://github.com/linuxgambler/azure/blob/master/vmss_elb.json
Error:
"error": {
"details": [
{
"code":…

SAM
- 118
- 1
- 11
0
votes
1 answer
how to update scale set Image & Vm's
Suppose Ive created a scale set from an image, which has 5 VM's in it.
Now suppose i have an update for my application, how do i push this update, such that the image is updated with the latest application code and the updates is pushed to all the…

avshetty
- 11
- 1
- 4
0
votes
2 answers
Azure VMSS with Application gateway
Usecase:
I need to launch VM with VMSS inside application gateway depending on CPU utilization .
In VMSS I need to execute once script if anyone has done this before please share the doc for same.
Thanks.
I have created a custom template but during…

SAM
- 118
- 1
- 11
0
votes
1 answer
Update-AzureRmVmss : Long running operation failed with status 'Failed'. ErrorCode: VMExtensionProvisioningError
I am trying to change the password of VMSS (Service Fabric Cluster nodes) via Powershell.
The Process of the chnage password of VMSS come with the following error.
After error come the password changed but VMSS state showing failed,…

Parag Bharne
- 23
- 7
0
votes
1 answer
Updating Service Fabric / VMSS storage account keys
When a new Service Fabric is created on Azure with a template, it uses this snippet of json -
"name": "[concat('VMDiagnosticsVmExt', '_', variables('vmNodeType0Name'))]",
"properties": {
"type": "IaaSDiagnostics",
"autoUpgradeMinorVersion":…

Michael B
- 11,887
- 6
- 38
- 74
0
votes
1 answer
Get existing IaaSDiagnostics on Azure-Vm Scale Set
Trying to find what is the existing IaaSDiagnostics on Scale Set, but not able to extract the Settings as String output,
Tried this but not much helpful as returns in JProperty form,
Get-AzureRmVmss -ResourceGroupName usptenant-DAT-EastUS…

joshua
- 2,371
- 2
- 29
- 58
0
votes
2 answers
VMSS Autoscaling: WADPerformanceCounters
I’ve added the autoscaling settings to my ServiceFabric template and after deploying it, the portal shows that auto scale is configured, but what I am not able to see is the table WADPerformanceCounters; mentioned in the documentation; in my…

grifoxx
- 191
- 6
0
votes
2 answers
How to reference virtual machine name of VMSS in JSON template
Is there a way to reference a VM name that is deployed in VM Scale Set? I'm using custom script extension that runs install script when each VM in scale set is deployed and for one of the parameters of the script I want to use a name of the VM. For…

Tomasz Tuczapski
- 319
- 4
- 17
0
votes
1 answer
After setting node type i,e Reliability tier to sliver to bronze on azure service fabric, error on cluster health is waring
After setting node type i,e Reliability tier to sliver to bronze on azure service fabric, error on cluster health is waring here below is the error evaluation from service fabric.(Even in vmss of service fabric
Services
Warning
Unhealthy…

pramod s
- 31
- 2
- 7
0
votes
1 answer
Azure VM scale set in existing resource group
Is there a way to create a VM Scaleset in an existing Azure Resource Group?
Currently the portal does not show that as an option, is it possible through powershell?

Dhruv Joshi
- 123
- 1
- 6
0
votes
1 answer
Scheduled scaling of Azure VMSS (via Runbook)
Is it possible to set up specified schedule based on time conditions to increase and/or decrease Azure VMSS ignoring any other triggers? Is it possible to set it up via Runbook modules?

Mitya Kuznetsov
- 1
- 2
0
votes
1 answer
Is there any guide about VMSS Azure scheduled scaling
I have some problem.
Is it possible to set up vmss (Virtual Machine Scale Set) scaling with specified schedule? If yes, please give me the path to solution guide. Thank you!

Mitya Kuznetsov
- 1
- 2