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 use FTP to connect to Azure scale set Instance
So i have created a scale set in Azure (2 windows server 2016 VMs). I want to have a PHP application running on them. I want to know if it is possible to use an FTP connection to remotely upload/edit my php files which are going to be on the VMs. If…

gandalf the dark
- 33
- 1
- 4
0
votes
1 answer
Join VMSS VM's to domain
It says here: https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-faq
That I can join a virtual machine scale set to an Azure AD domain, but I dont understand how you implement the JSON extension they state…

Jeffrey
- 2,095
- 3
- 20
- 36
0
votes
1 answer
How to configure service fabric load balancer to stop requests to CPU overloaded node?
I'm trying to configure service fabric load balancer via this documentation.
https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-resource-manager-balancing
Which Resource Manager Timers should be used to stop requests to…

J. Doe
- 87
- 7
0
votes
2 answers
How to get Kubernetes UI in localmachine?
I have a kubernetes cluster running in azure on 3 centos7 machines. I'm treating those machines as a bare-metal cluster to do some test. I'm using kubeadm for spinning the cluster. Now my question is how can I see the kubernetes UI in my…

kick07
- 614
- 1
- 8
- 19
0
votes
1 answer
Service Fabric installation location on vm scale set
Is it preferred to go on the temp drive D:? It seems like that's the case because it's faster HD, but wouldn't this space be lost in a reboot/VM move? Would the VMScaleSet re-install service fabric?

Dave N
- 209
- 2
- 17
0
votes
0 answers
Run application at VM start up in VMSS
I want to run an application when each VM starts up in a VMSS.
What I did is as follows:
Create an VM.
Put my application under C driver
Use Windows Scheduler to let it run during the windows start up (no need to logon) and it works.
Capture the…
0
votes
2 answers
Azure ARM DSC scale set deployment - cannot locate script
I am trying to deploy Virtual Machine Scale Set to Azure using ARM Template and Desired State Configuration (DSC). I have created DSC configuraiton and validated it on a separate VM that it is working. In ARM template I have following definition of…

marek_lani
- 3,895
- 4
- 29
- 50
0
votes
1 answer
How to Use Data Disk from Service Fabric
I have a service fabric .net application that needs more temporary storage than is available on the instance. The current instance allows for up to 4 data disks. I see how to allocate these from the scale set, but not how to specify mounts,…

AdamC
- 16,087
- 8
- 51
- 67
0
votes
4 answers
Update-AzureRmVmss : Required parameter 'adminPassword' is missing (null)
I am trying to run a PowerShell vmss custom extension script on scale set.
I get this error when it tries to run the Update-AzureRmVmss command
Update-AzureRmVmss : Required parameter 'adminPassword' is missing (null).
ErrorCode:…

JonnyD
- 59
- 1
- 5
0
votes
2 answers
How do you update existing VMSS?
I'm lost as far as how do I work with existing deployment of VMSS which I perfomed using template in powershell. For example I want all VMs to have additional extension installed now and this was not part of original template. How do I add this…

Gregory Suvalian
- 3,566
- 7
- 37
- 66
0
votes
1 answer
Scale Set with custom image from another subscription
I created a scale set with managed disks and a custom image (something like /subscriptions//resourceGroups/my-rg/providers/Microsoft.Compute/images/my-base-image) and also an ARM template to deploy a new scale set with this custom image.
The…

Munchkin
- 4,528
- 7
- 45
- 93
0
votes
1 answer
How do i execute a script before vm delete on Azure Scale Set
On Azure, I'm using Scale Set with PowerShell DSC to run a script to configure my VMs every time a new one is created. But now I need to run a powershell script every time a VM is deleted from the scale set. How can i do that?

Victor Balbo
- 63
- 1
- 9
0
votes
1 answer
No response from VM Scale Set
I created a VM ScaleSet from a custom image where Docker is pre-installed. For testing, I just run on all available VMs this command: sudo docker container run -d -p 80:80 seqvence/static-site (just showing a simple static site on port 80).
However,…

Munchkin
- 4,528
- 7
- 45
- 93
0
votes
2 answers
Adding Desired State Configuration extension to a service fabric VMSS
We recently needed to add the Microsoft.Powershell.DSC extension to our VMSS that contain our service fabric cluster. We redeployed the cluster using our ARM template, with the addition of the new extension for DSC. During the deployment we…

Jeff Bailey
- 70
- 7
0
votes
3 answers
Azure Scale Set, VM app Update help required
im currently looking to move our VM's into a Scale Set,
But i am facing an issue with updating the VM's.
I’ve got a base Image from which I spin up a ScaleSet having 5 instances. Now I have an application update that needs to be pushed to each of…

avshetty
- 11
- 1
- 4