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
1
vote
2 answers
Azure VMSS with Powershell DSC disabled TLS 1.0 cannot download script
I have a DSC script that configures a VMSS on Azure. Part of the script disables TLS1.0 and TLS1.1 client and server roles. After disabling, the VMSS cannot download the DSC script in the zip file anymore. Says it timed out after 29 attempts. If…

MPavlak
- 2,133
- 1
- 23
- 38
1
vote
2 answers
Azure - Can't create load balancer for the ScaleSet
I created a Scale Set (using a template) with an existing virtual network.
This existing virtual network has already a Load Balancer (with a public IP) with specific VMs.
Now, I can't connect to the VMs in the scale set, There's no option to add…

Drxxd
- 1,860
- 14
- 34
1
vote
4 answers
Failed to update autoscale configuration. (Azure scale set)
I'm receiving the following error when trying to manually increase the number of instances above 10 on an Azure Scale set.
Failed to update autoscale configuration for 'XXXX'.{ "error": {
"details": [], "code":
…

Alex Zevenbergen
- 181
- 1
- 12
1
vote
1 answer
How to add data disk to SF VMSS?
I'm trying to deploy service fabric with data disks, and I add data disk configuration to my deploy template
"dataDisks":[{
"lun": 1,
"createOption": "Empty",
"diskSizeGB": 1023
}
…

J. Doe
- 87
- 7
1
vote
3 answers
Does Azure MSI support VM Scale Sets?
The question says it all. Does Azure MSI support VM Scale Sets? My team has a large number of Service Fabric clusters that run on VMSS and we'd like to take advantage of MSI there.

aoetalks
- 1,741
- 1
- 13
- 26
1
vote
1 answer
Azure scaleset private DNS
Is there any possibility to link a scaleset to an internal Azure Load Balancer? I want to have a private scaleset that's not opened to the public for increasing security.
Thank you!

George Lica
- 1,798
- 1
- 12
- 23
1
vote
1 answer
Azure Resource Manager deployment timeouts
I keep seeing timeouts when using Azure Resource Manager to deploy a Service Fabric Cluster. I see the error below, probably about 20% of the time. Re-deploying the same configuration will fix the problem.
New-AzureRmResourceGroupDeployment :…

Code Monkey
- 290
- 2
- 19
1
vote
1 answer
Is auto-scaling at a VM-level (cell-level) possible in Cloud Foundry? If yes, how can this be achieved?
I have seen two levels of scaling instances in open-source Cloud Foundry.
cf scale -i INSTANCES
cf scale -m MEMORY -k DISK
Is there something available for a cell-level auto-scaling in CF? e.g. If I have 5 instances of an app running and I want to…

Jagrati Gogia
- 221
- 1
- 3
- 12
1
vote
2 answers
Automatic shutdown of Azure VMSS instance by low CPU workload
I'd like to automatic shutdown by low CPU usage condition.
I didn't find any info around VMSS instance.

hirtanak
- 11
- 2
1
vote
0 answers
Install Cert through ARM with a pfx file
Is there a way to install a pfx cert through ARM template to vmss? I know the recommended way is to install a key vault cert to vmss through ARM. But I want to pass the cert content as base64 encoded string to the ARM template as a parameter.

Tony Dou
- 11
- 2
1
vote
1 answer
Is it possible to have two load balancers attached to Azure VM scale set?
our app is hosted in Azure VM scale set and it has 80 and 8080 endpoints,
80 must be public and 8080 must be private.
Obvious way to achieve this is to use one public and one private load balancer.
Is it possible in Azure VM scale set?

kagarlickij
- 7,327
- 10
- 36
- 71
1
vote
1 answer
NAT for Azure Virtual Machine Scale Set
In Azure Virtual Machine Scale Set all VMs have private IP addresses and no internet access.
We want them to have internet access, but we don't want them to have Public IP addresses.
So the question is: is it possible to set some NAT service to use…

kagarlickij
- 7,327
- 10
- 36
- 71
1
vote
1 answer
Azure Scaleset - is there a Get-AzureRmVmssDiagnosticsExtension
Is there a Get-AzureRmVmssDiagnosticsExtension. How do I get if a scale set has diagnostics enabled and what storage it is using.

kumar
- 8,207
- 20
- 85
- 176
1
vote
2 answers
Reset password of a virtual machine scale set
To run Azure Service Fabric on a cluster I have a vmset. I know the password, but it has to be changed. For a VM I would normally use the "reset password" function on the azure portal, but the vmset does not allow this. Adjusting the password in the…

rfcdejong
- 2,219
- 1
- 25
- 51
1
vote
1 answer
How to add a Certificate to an azure service fabric cluster vmset
I have a Service Fabric cluster with a vmset based on a key-vault for its secrets. It runs fine, but now I need to add a certificate to the personal stores on the running instances (by preference without doing it manually in RDP). I used powershell…

rfcdejong
- 2,219
- 1
- 25
- 51