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
0
votes
2 answers

Patching and Updating Virtual Machine ScaleSets

As I understand, Virtual Machine Scale Sets are a collection of Virtual Machines. Each one can be destroyed and reconstituted at the whim of the configuration. The VM's are recreated from a certain image. Is this understanding is correct ? If this…
jlo-gmail
  • 4,453
  • 3
  • 37
  • 64
0
votes
1 answer

network share in vmscale set accessible for a service running under network service account

I have a network shared folder in one of the VMs which needs to be accessible by other VMs in the same VM scale set. The service would be running under network service account. How do I achieve this?
hemanth s
  • 1
  • 1
0
votes
1 answer

Unable to RDP to VM in Azure VM ScaleSet

I've been following the Microsoft Quick Start templates to create a VM ScaleSet with Windows VMs, as described here: https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/tutorial-create-and-manage-powershell. I'm able to figure out…
Howard Hoffman
  • 897
  • 1
  • 9
  • 22
0
votes
1 answer

Can we have a single application gateway for all VMSS created in different regions?

Can we have a single Application Gateway for all VMSS created in different regions? If yes please share the possible options.
Sachan
  • 135
  • 9
0
votes
1 answer

Best way to handle data in Azure vmss

I am using Azure vmss for auto scaling. I will deploy one API in the vmss which will upload a file and save it in a disk. We need some recommendation regarding data storage.Below is our understanding: -When we add managed disk with vmss , each VM…
Sachan
  • 135
  • 9
0
votes
2 answers

Adding Inbound nat pool to existing scale set

I've created an inbound NAT pool in a specific load balancer. I want to add this inbound NAT pool to an existing virtual machine scale set ip configuration. How is that possible? I don't seem to find how I can edit already existing configuration.
0
votes
3 answers

Expand Azure Virtual Machine Scale set (VMSS) data disks

I have a VM with 2 virtual machine scale set. There's a requirement to expand the datadisk. I have successfully expanded the VM's datadisk (attached disk). After which I am trying to expand the size of scale set data disks but with failure. This…
devd
  • 370
  • 10
  • 28
0
votes
1 answer

Azure VM Scale Sets Historical Data & Performance

I have an Azure Subscription that is used by our automation to spin up VMSS. Based on logging, it appears that every VMSS request takes about 25 mins to complete. It seems like an exorbitant amount of time to complete. Where can I find historical…
0
votes
3 answers

The Image type for a Virtual Machine Scale Set may not be changed

I already have a VMSS provisioned with a base setup of Centos OS on linux. I created an image with my custom image setup (software, applications,etc) and I am run ARM script to update the VMSS, however it fails with "error": { "code":…
0
votes
0 answers

Setting up azure virtual machine scale set with LinuxDiagnostic extension

I am trying to setup a Service fabric cluster and while doing so I am creating a azure virtual machine scale set with LinuxDiagnostic as one of the extension. Following is the code for the VM scale set: resource "azurerm_virtual_machine_scale_set"…
Spaniard89
  • 2,359
  • 4
  • 34
  • 55
0
votes
0 answers

Azure Image fails to deploy to VMSS or VM

I have an image, which has been sysprep'd with no unattend.xml file. When I try to deploy it to a VMSS, it fails with: New-AzVmss : Long running operation failed with status 'Failed'. Additional Info:'OS provisioning for VM 'Lancelot-vmss_0'…
Jeffrey
  • 2,095
  • 3
  • 20
  • 36
0
votes
1 answer

why network isolation allows more scale out in Azure?

In Azure app service plan pricing, the tier 'Isolated' offers better scale out. The reason seems to be that it offers network isolation in addition to compute isolation. How is network isolation related to scale out?
Blue Clouds
  • 7,295
  • 4
  • 71
  • 112
0
votes
1 answer

Azure Load Balancer (Standard SKU) - how to enable outbound ICMP traffic (make ping work)?

For networking I'm using new Standard SKU (Load balancer, Public IP addresses, etc.). By default everything is disabled for Public IP Address Standard SKU. I added the following and got TCP outbound connectivity: 1. NSG - enabled all outbound…
ZakiMa
  • 5,637
  • 1
  • 24
  • 48
0
votes
1 answer

Azure VMSS Deploy wpf

I am trying to better understand azure virtual machine scale sets and how my company can use it. Currently we run a custom software (wpf program) that will need to be deployed and updated on all VMs. Is a extension where I setup the deploy of the…
Alex D
  • 788
  • 2
  • 11
  • 33
0
votes
3 answers

Azure VM Scale Set: is it possible to pass bootstrap script/settings without downloading them from URL?

I can see that with Custom Script Extension it is possible to bootstrap new VMs (in Scale Set). To access a script it needs azure storage URI and credentials. This approach doesn't work for me because (internal policies) it's not allowed to pass…
ZakiMa
  • 5,637
  • 1
  • 24
  • 48