Questions tagged [azure-vm-scale-set]

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.

406 questions
4
votes
2 answers

Azure Multiple Public IPs on a Virtual Machine Scale Set with Resource Manager

We try to migrate our Platform from classical IIS hosting to a service fabric micro service architecture. So fare we learned that a service fabric lives in a virtual machine scale set and uses Load balancer to communicate to the outside world. The…
3
votes
0 answers

Unable to start devops build agents using VMSS scale sets

Description: Created a VMSS scale set using a custom image from VS2019 VM and started a devops build agent in Azure devops Issue: After creating the devops agent, the scale set instances are struck in creating state and agent is not starting VMSS…
3
votes
1 answer

Azure VM - Operation could not be completed as it results in exceeding approved standardDv2Family Cores quota

Would like to increase the capacity of existing Azure Vitrual Machine Scale set. Issued below command: az vmss scale --name test --new-capacity 5 --resource-group testrg Exception Details Operation could not be completed as it results in exceeding…
EnthuAz
  • 67
  • 1
  • 1
  • 9
3
votes
1 answer

Terraform destroy azure load balancer

I've been trying to create an Azure virtual machine scale set with terraform and it's creating it fine, but when I try to perform Terraform destroy, I receive this message below. Any ideas on how I could solve this issue? Error: Error waiting for…
user3573246
  • 125
  • 1
  • 6
3
votes
0 answers

Azure Virtual Machine Scale Set VMSS re-imaging without service interruption

Wondering about the best way (Powershell or ARM template way) to change VMSS image gradually without service interruption of the whole Scale-Set.
3
votes
1 answer

Azure custom script extension stuck. not able to rerun or delete extension

I was trying to run a custom script on my scaleset vm due to the wrong location of the sh file the exeuction failed. but after that when I try to remove (az vmss extension delete) or rerun(az vmss extension set ) the custom script with correct url…
kumar
  • 8,207
  • 20
  • 85
  • 176
3
votes
2 answers

Add Multiple Certificates to new VMSS from the same KeyVault

Question I'm trying to add multiple certificates to a new VMSS when creating it but i'm receiving error List secrets contains repeated instances of /subscriptions/xxxxx/resourceGroups/xxxxx/providers/Microsoft.KeyVault/vaults/xxxxx, which is…
Jeffrey
  • 2,095
  • 3
  • 20
  • 36
3
votes
1 answer

Get the names of all virtual machines in an azure scale set via the Python SDK

How do I get a list of all the names of VMs in a scale set via the Python SDK? I think this might have the answer, but I cant create an instance of the class.
3
votes
1 answer

Auto scale Service Fabric Stateless Service?

Is there any way to set up auto scaling of stateless services in Service Fabric? I know you can add more nodes to the cluster using Scale sets and auto scaling, but what about adding more instances of a service to the cluster as traffic…
Nick
  • 99
  • 7
3
votes
1 answer

Premium (SSD) managed disks for Azure VM Scale Set

I've been trying to get Premium managed disks (SSD) enabled for Azure Virtual Machine Scale Sets, but I don't seem to get it setup. Standard (HHD) seems to work for managed disks. Anybody got this working?
jochen.vg
  • 302
  • 2
  • 7
3
votes
1 answer

How to choose correct Service Fabric Reliability Tier?

I'm reading the article on Service Fabric cluster capacity, reliability tiers, and durability tiers. The article (at this time of writing) lists the following tiers: Platinum - Run the System services with a target replica set count of 9 Gold - Run…
3
votes
1 answer

Renewing SSL certificate Service Fabric endpoint

How can I renew certificate on a service fabric https endpoint after it expires? I use port sharing for multi-domain support (WebListener) and netsh to bind cert to ip:port (I can't use manifest file to bind domain name, is not supported now). But…
3
votes
1 answer

ResourcePurchaseValidationFailed when creating a VM via Azure RM REST API

Hi am trying to create a VM using Azure RM REST APIs, but It gives the following error code "error": { "code": "ResourcePurchaseValidationFailed", "message": "User failed validation to purchase resources. Error message: 'Offer with…
Vicky
  • 125
  • 2
  • 10
3
votes
2 answers

VMSS extensions in linked ARM template

I have a scale set with 5 extensions. 2 of them are for Service Profiler, to install .net 4.6.1, and for the service profiler agent itself. When I deploy the template with all 5 extensions, due (I think..) to the .net installation requiring a…
2
votes
2 answers

Azure. How to Share Files Between Highly Available Web Servers

We have 2 Ubuntu VMs inside Virtual Machine Flexible Orchestration that are behind Application Gateway and are running Apache Tomcat web servers. When a client connects to one of the VMs and uploads the files that files also need to exist on another…
Max
  • 35
  • 11
1
2
3
27 28