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
VMSS for outgoing connections in Azure
I probably need outgoing proxy or something similar in Azure to have the flexibility of vmss to scale-in my stateless app by changing the number of instances (autoscaling) and use a single public IP address with no limitations on number of IP…

Edik Mkoyan
- 309
- 2
- 17
0
votes
1 answer
Azure Scale Set without Load Balancer
When creating a Scale Set (VMSS) in Azure, I can choose to include a load balancer with it.
What I don't understand is - how does it work if there's no Load Balancer?
So say my Scale Set has 1 VM, and now, b/c of the scaling rules, another VM is…

ml123
- 1,059
- 2
- 12
- 27
0
votes
1 answer
Delete the Azure Virtual Machine Scale Set instances using Runbook
First I want to know if is possible to delete vmss instances based on cpu performance of the instances but not by using scaling.
I have a scale set in which the instances have different cpu average and I want to remove only the instances with the…

Llazar
- 3,167
- 3
- 17
- 24
0
votes
1 answer
Call an azure function whenever an instance is added or removed in my azure virtual scale set
I have a virtual scale set in azure and I want to trigger an azure function whenever an instance is removed or added from virtual scale set. Is there any way I could do this?

Akshay Jindal
- 11
- 2
0
votes
1 answer
How to create multiple IP addresses to a single NIC in Azure VMSS
I created an azure-vm-scale-set through the portal and attached a single NIC.
How can I add IP Configurations(secondery IP address)to that NIC?

alonabr11
- 1
- 1
- 4
0
votes
0 answers
Azure Load Balancer - SSRS Scale Out
I have deployed SSRS-Scale out along with Azure Load balancer. Seems it is working but I see the below error for some executions. Seems Report viewer cache the session along with the user name of local instances in the database and if the successive…

alex
- 51
- 4
- 10
0
votes
1 answer
Passing customdata to Operating system option of azure vmss - Terraform
While we create Virtual machine scale set in azure , there is an option for passing the Custom data under Operating System like below
How can i pass the script there using terraform , there is an option custom data which seems to be used for newly…

windowws
- 373
- 1
- 8
- 20
0
votes
1 answer
Extensions on AKS VMSS
Can we install extensions on VMSS deployed for AKS, specifically
OmsAgentForLinux,
LinuxDiagnostic,
DependencyAgent,
BootDiag
I am not seeing any concrete information around this and as per my interpretation the consensus seems to be not to make any…

sharma_the_karma
- 16
- 3
0
votes
2 answers
ServiceNow Midserver failover cluster using Azure VM
How to configure failover for ServiceNow MidServer in Azure VMs. Should i choose the option of Azure VMSS for failover ?
What options do we have for failover of ServiceNow in Azure VMs . Is it azure availability zones ?
Please help.

MSTechnie
- 175
- 10
0
votes
1 answer
Azure Virtual Machine scale set Instance configuration
I am looking to use vmss for an application with multiple instances. however i am not sure how upgradepolicy works.
If i set it to automatic. then does this mean all the configuration on my existing vmss instances shall be replicated to a new…

Mandar Jogalekar
- 3,199
- 7
- 44
- 85
0
votes
1 answer
Azure Scale Set VMS use Docker Image
Testing usage of Azure Scale Set VMs integration with Azure Devops Agent Pools. I've read the docs about creating custom VM images, but I haven't seen a way to specify an OCI image to use - is this possible?

Dave Higgins
- 155
- 1
- 1
- 8
0
votes
1 answer
Azure file share mount script on cloud init
I have create a Azure file share and to connect to that i have a script given in the azure console as follows
sudo mkdir /mnt/Totalvm
if [ ! -d "/etc/smbcredentials" ]; then
sudo mkdir /etc/smbcredentials
fi
if [ ! -f…

windowws
- 373
- 1
- 8
- 20
0
votes
1 answer
Total count of Virtual Machine if we opt Availability zone option in a scale set of two virtual machines
I have created a azure virtual machine scale set with two instances and also opted the Availability zone option ( selected all three available choices (1, 2,3). After the deployment of Scale set i am able to see two instances of virtual machines are…

Vinayak
- 1
0
votes
1 answer
Azure virtual machine scale set agents public IP
I was following this article - Azure virtual machine scale set agents. Everything is good and I am able to run my custom images to perform builds and deployments.
One thing that is missing there - what if agent needs to access some IP restricted…

JleruOHeP
- 10,106
- 3
- 45
- 71
0
votes
1 answer
SSH access to Linux VMSS without using NAT Inbound Rules/Ports
I have a Linux VMSS and I'm able to access its VMs using inbound NAT rules defined on the load balancer.
Now, I have new security requirements that is preventing me from using certain ports. Therefore, I can no longer use the NAT ports (I currently…

Ticker23
- 172
- 4
- 19