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
2
votes
2 answers
How to change the OS on an existing Service Fabric cluster?
I'm trying to change my VMSS from:
"imageReference": {
"publisher": "MicrosoftWindowsServer",
"offer": "WindowsServer",
"sku": "2016-Datacenter-with-Containers",
"version": "latest"
}
To:
"imageReference": {
…

Mike Christensen
- 88,082
- 50
- 208
- 326
2
votes
1 answer
Adding public IP for existing virtual machine scale set
I have an existing virtual machine scale set. Currently I have one virtual machine there. I would like to update the scale set and add a public IP to the virtual machine or somehow create a load balancer that will allow me to "access" the virtual…

Lordi
- 23
- 4
2
votes
1 answer
How to monitor a Windows Service on an Azure VM?
I have a windows service running on a Azure VM availability set.
What is the best way to instrument monitoring for this service utilizing any of the Azure monitoring solutions?

GilliVilla
- 4,998
- 11
- 55
- 96
2
votes
1 answer
What is the difference in RBAC for VMs vs VM scale sets?
I have a custom role that allows creation of a VM in a particular VNet and its subnet. I am able to deploy a single VM in this subnet without issue. However, when I try to deploy a scale set to the same subnet, I am faced with the following…

Aakash Sheth
- 330
- 3
- 10
2
votes
0 answers
Rogue CurlException logged by AppInsights dependency tracking
Summary
We have been experiencing a rogue CurlException being thrown without a very meaningful stack trace in an dotnetcore 2 ASP.NET app. This seems to be sent to AI from the AI Dependency Tracking Module. It's really just an annoyance in our…

Adrian
- 251
- 1
- 5
2
votes
1 answer
URL Rewriter Powershell DSC
I'm trying to get the URL Rewriter installed using Powershell DSC and it keeps failing. When I remove the step for installing rewriter, the script succeeds.
My setup is using Visual Studio Team Services (VSTS) build and release pipeline I execute…

MPavlak
- 2,133
- 1
- 23
- 38
2
votes
2 answers
How do I change the VM size of the agent pool in an Azure container service?
I have deployed an Azure Container Service a month ago and it works perfectly. However when I tried to increase the VM count in the agent pool then Azure returned an "operation not allowed" error all the time.
This is the error returns…

mugzi
- 809
- 4
- 16
- 33
2
votes
2 answers
Running custom script extension on deployed scale set instances
currently I'm using custom script extension to run scripts on demand on my azure vm server as part of our software solution, our other dev team is moving an application to a scale set and i am no longer capable of deploying custom script extension…

VodkaPlease
- 31
- 1
- 5
2
votes
1 answer
Deploying app to Azure Virtual Machine scale set
I have a question about deploying app to azure virtual scale set.
I use an instruction from this blog.
My problem is with release an image to azure and more specifically with Deployment Inputs in task "Build immutable image".
Screen with my…

Michał Cybula
- 21
- 5
2
votes
0 answers
What do I have misconfigured in my Azure Diagnostics + Application Insights Sink?
I have a VMSS in Azure with the IaaSDiagnostics VM Extension installed. I've configured it to use a sink of type applicationInsights. On the individual VMs, I'm seeing the following two messages emitted to the Application Event Logs.

ckittel
- 6,478
- 3
- 41
- 71
2
votes
1 answer
Azure service fabric node type instance count doubled on creating cluster using ARM
I'm experimenting on creating a new service fabric cluster using ARM template and modify the template to add certificates, etc. The cluster and all resources are successfully created, but I noticed that initially the number of node instances are 2x,…

marvs
- 177
- 1
- 9
2
votes
4 answers
Azure vmss without a load balancer
My requirement is to scale vm instance (linux based custom image) based on CPU usage. Tried to follow steps mentioned in VMSS (virtual machine scale sets :…

hp2017
- 61
- 1
- 7
2
votes
1 answer
How to upgrade an existing service fabric vmss to use managed disks
I been running a 5node service fabric cluster for dev/test purpose on A1v2 VMs on azure.
The disks are to small causing a warning:
Unhealthy event: SourceId='FabricDCA', Property='DataCollectionAgent.DiskSpaceAvailable', HealthState='Warning',…

Poul K. Sørensen
- 16,950
- 21
- 126
- 283
2
votes
2 answers
How do you get the list of vmInstanceIDs associated with Azure scale sets?
I have looked at the azure cli and tried everything under 'azure vmss' that I could find. I used the armclient and tried different REST request to determine the list. I see several requests in the cli asks for the vmInstanceID for example 'azure…

user7411898
- 25
- 6
2
votes
2 answers
How do you set up Azure load balancing for micro-services?
We've got an API micro-services infrastructure hosted on Azure VMs. Each VM will host several APIs which are separate sites running on Kestrel. All external traffic comes in through an RP (running on IIS).
We have some API's that are designed to…

swannee
- 3,346
- 2
- 24
- 40