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 deploy a Azure VM with few file existing already using ARM template?
I want to deploy a linux vm using ARM template with few files already downloaded into it in some specific directory, how to do that?
Those files can be fetched either from my file system or from github.

Rajat
- 13
- 2
0
votes
1 answer
Update-AzureRmVmss command hanging and does not work when try to install custom script extension
I'm trying about three days to run and get result from Update-AzureRmVmss command using powershell. However after lasting 20-30 minutes of waiting, it ends with offering reconnect or quit pop-up window. Is it related with azure infrastructure? Can…

support_ms
- 1,873
- 1
- 18
- 33
0
votes
1 answer
Inbound NAT Pool, how to discover external port?
Background: If i understand correctly InboundNATPools are used to map a range of external ports each to a specific VM on a VMSS behind a LB.
e.g. {LB_IP:p1,LB_IP:p2, ...} => {VM1:p0,VM2:p0, ...}
Question: How can a VM (i.e. app) discover it's…

Omzaks
- 41
- 6
0
votes
1 answer
Create Azure Load Balancer in existing v-net fears to "Not all Backend IP Configurations referenced by the Load Balancer"
I try to create a load balancer on azure via powershell, but in case I use an existing vnet from an different resource group I get an error.
(Not all Backend IP Configurations referenced by the Load Balancer). The load balancer should later be used…

Daniel W.
- 938
- 8
- 21
0
votes
1 answer
Azure VMSS with application gateway and NAT rules
I have an existing scale set with Application Gateway. I want to add some NAT rules with port forwarding to the scale set instances. So I created a load balancer with inbound NAT rules, and associated it with VMSS. It didn’t throw any error while…

user1097128
- 93
- 11
0
votes
2 answers
Cannot access Azure VM Scaleset ip address externally
I have created a Virtual Machine Scaleset in Azure
This scaleset is made up of 5 VMs
There is a public ip
When I do a ping on my public ip I get no response, nor do I get a response with the full name, e.g.
myapp.uksouth.cloudapp.azure.com
Is there…

Paul
- 2,773
- 7
- 41
- 96
0
votes
2 answers
How do I RDP into an Azure windows VMSS
I have a VMSS which is not connected to a load balancer running windows 2016 server edition operating system. How can I RDP into this setup? Is port 3389 open by default?

sandeep srivastav vaddiparthy
- 359
- 5
- 15
0
votes
1 answer
Whether this feature exists in Azure or not, like while vmss instance is updating, no user can login into it through RDP?
In Azure, If our vmss instance is in update mode then how to stop user login into it through RDP or else how to stop connections of RDP to vmss instance?

Anki
- 65
- 2
- 11
0
votes
1 answer
How do i remove custom extension from azure scale set in Powershell
How do I remove custom script extension from a Azure scale set using powershell. the below script runs without any error but the extension is till there. Is something still missing?
# Get information about the scale set
$vmss = Get-AzureRmVmss `
…

kumar
- 8,207
- 20
- 85
- 176
0
votes
0 answers
Starting and Stopping new Instance in Azure VM ScaleSet
I have read somewhere that one of the XBox game uses Azure VMs Scaleset to run the game. Basically, one server instance will be created when any of the players have requested to play as a group. This server will be dedicated to their group alone…

Joe 89
- 850
- 1
- 12
- 30
0
votes
1 answer
Change Azure Scale Set Instance size based on the ScaleSet size
I have changed the size of the Scale Set to Standard D8 from Standard D1, even after few hours my ScaleSet instance size is just D1. How can I change this newly updated size to ScaleSet Instances?

Joe 89
- 850
- 1
- 12
- 30
0
votes
3 answers
How Azure Scale Set works
I am running an optimization model (using Google.OrTools) that I build in .Net framework. When I run in my local, the application was running with a CPU of more than 99%, so my team has decided to move this application to Azure ScaleSet where I have…

Joe 89
- 850
- 1
- 12
- 30
0
votes
2 answers
Azure VM scale sets not accessible and cannot restart
Today, I found I cannot remote into my Azure VM scale set instances (win 2016 Nano Server). I then tried restart the VM scale set instance using powershell but got following like error:
Restart-AzureRmVmss : Long running operation failed with status…

Youxu
- 1,050
- 1
- 9
- 34
0
votes
1 answer
How do I create an instance of the NetworkInterfacesOperations?
I want to access an Azure VM Scale Set via the Python SDK, to get a list of all the NICs inside it. To do that, I'm guessing I need to use the link, but I don't know what each parameter should be for the NetworkInterfacesOperations…

Varun Vembar
- 318
- 5
- 18
0
votes
1 answer
auto-scale vms are not picking up jobs in azure scalesets?
I have a scaleset in azure which will run docker containers inside by grabbing messages from service bus queue. When I spin up the scale-set it is running containers and grabbing messages from queue but when it met the threshold it is scaling vms…

kick07
- 614
- 1
- 8
- 19