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
votes
1 answer
Automatically start lab VMs with auto-start in Azure
I would like to enable the solution attached in this link:
https://learn.microsoft.com/en-us/azure/devtest-labs/devtest-lab-auto-startup-vm
BUT, as it seems like "just follow the guide and the screen shots" there's something in this guide i can't…

Nahum
- 11
- 5
-1
votes
1 answer
Missing executables in VM created from scale set
If I create a VM based on Ubuntu Server 18.04-LTS it has terraform.
If I create a scale set based on Ubuntu Server 18.04-LTS a spawned VM from it does not.
What am I missing?

garthoid
- 195
- 2
- 11
-1
votes
2 answers
Azure VMSS Managed Identity for internal custom C# library
We are using custom c# library to connect to Azure Key vault & to do some custom processing on the secrets available on the library. In turn this c# library is been consumed by .net core web API application which is deployed on Azure service…

EnthuAz
- 67
- 1
- 1
- 9
-1
votes
1 answer
Assign (Set) an Application Security Group to Scale Set in Azure
I provisioned a Virtual Machine ScaleSet in Azure. Now, i want to assign an Application Security Group to the Scaleset:
This is the Scaleset
$vmssWeb = get-azvmss -ResourceGroupName webRG -VMScaleSetName webVMSS
This is the Application Security…

Wilt
- 1
- 3
-1
votes
1 answer
Patching in Azure Virtual Machine Scale Set
I have an application that is incompatible with the latest dot net framework coming with the latest Microsoft image. I want to use the older Microsoft image and exclude .net framework update.
Ask:
I want my machines to be patched then if I choose…

Benyamin Famili
- 119
- 11
-1
votes
1 answer
Create Azure VM in multiple regions
I have a Azure VM in one region which is in East US. To improve performance I want to have this VM serve multiple regions(Ex: WestEurope, SouthEastAsia, West US) as well. Do I need to create fresh VMs in all regions? Or there is any better way to do…
-1
votes
1 answer
Copy Azure Managed Image from Azure Comercial to Azure China
We have a custom Managed Image that we built from Windows VM in Azure. We need to copy that Managed Image to China and create VMs from it. Unfortunately, we are unable to connect to VMs created from copied .vhd. The steps we did:
1. Created VM in…

WinBoss
- 879
- 1
- 17
- 40
-1
votes
1 answer
How to deploy a VM Scale set in exisiting vnet?
How can I deploy a VM scale set generalized image into an existing vnet?
Are there some powershell commands to do this?
How could I go about this?

testuser1
- 9
- 2
-1
votes
1 answer
Azure ScaleSet with Application gateway & Azure LB
Is it possible to deploy a scale set that can receive traffic from internet (via Application gateway) and also from internal servers (vi azure loadbalancer).
Please see image for clarification
Thanks

Zak
- 13
- 3
-1
votes
2 answers
Azure : How to expand disk size for VM which is part of scaleset?
Am new to Azure and am stuck with one scenario.
I have an env. which consists of multiple scaleset and each scaleset has min. 2-3 instance. Each instance is built up with 2 partitions/drive each of 50 GB disk. Disks are managed disk.
Now
/dev/sdd …

Sunil Agarwal
- 4,097
- 5
- 44
- 80
-1
votes
1 answer
Azure VMSS Custom Ubunutu Image outgoing(?) traffic blocked
I have a virtual machine scale set I deployed using a custom vhd(that I deprovisioned with sudo waagent -deprovision+user). I'm able to SSH into it, but I'm not able to access anything on the internet outside the VMs network. If I do a ping to…

smoyer
- 7,932
- 3
- 17
- 26
-1
votes
1 answer
How to setup AutoScaling Docker Hosts in Azure Container Service
I want to configure ScaleSets / AutoScaling for Master and Agent Virtual Machines in Azure Container Service for High Availability and Fault Tolerance.
Is it automatically taken care by Azure or we need to configure it manually?

Neelesh Gurjar
- 65
- 1
- 10
-1
votes
1 answer
How to load balance between two VMs but only one VM is running at a time?
I want to create two VMs on Azure. Put them in an Availability Set, run one of them, and if - for some reason - this machine has crashed, to start the other one automatically and forward traffic to it.
What is the best yet simple way to do this with…

Ashraf Samhouri
- 408
- 3
- 8
-2
votes
0 answers
Decrease number of pipelines by dynamic runs
Basically, I have several pipelines on several branches which are responsible for the same thing. Get the app config file, run VM from VMSS and run app generating some output. It generates a lot of work in case of any change in the pipeline. And in…

SerSergious
- 449
- 2
- 5
- 21
-2
votes
1 answer
When to choose Azure VM Scale sets and Azure Virtual Desktop Host pools
I am basically looking a brief explanation on when to choose Azure scale sets and Azure Virtual Host pools.

vijayakumar k
- 1
- 2