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

How can I modify disk partition in Azure VM Scale Set with Service Fabric

Using either PowerShell or ARM template is it possible to partition the drive. Currently, my scale sets have 29.5 GB in C drive and around 127 in the temporary storage drive D. Can I configure it to have around 60-70 in C drive?
Mahesh
  • 13
  • 2
0
votes
2 answers

How to RDP to scale set when creating with defaults

When I create a vm with defaults, it creates scale set without errors but it I do not seem to be able to RDP to the box using the NAT rule configuration. New-AzVmss ` -ResourceGroupName $resourceGroup ` -Location "WestUS" ` -VMScaleSetName…
kumar
  • 8,207
  • 20
  • 85
  • 176
0
votes
1 answer

Azure DevOps failed to update image for VMSS. Error: Provisioning of VM extension 'PowershellDSC' has timed out

We have a release pipeline in Azure Devops which essentially does the following: checks out the code from a GitHub repo uploads code to the VSO artifact storage creates a temp virtual machine to build deploys the services runs a PowerShell…
Confounder
  • 469
  • 1
  • 8
  • 23
0
votes
2 answers

Not able to view Scaling options for Virtual Machine Scale Sets

I am not able to view the Scaling options in a Virtual Machine Scale Set I had created. There are 3 workers configured on a VMSS and I would like to scale up and down based on a Storage Queue Size. However I am not able to see the Scaling and many…
0
votes
1 answer

deploying web application to azure scaleset using custom script extension and Azure DevOps

To deploy a web application to azure scale set there are 2 basic way 1) Immutable VHDs but this I fell is inefficient as waiting 24 min for each build is unacceptable. 2) Custom script extension seems to a possibility but not sure I would used…
kumar
  • 8,207
  • 20
  • 85
  • 176
0
votes
2 answers

Applying custom image to an existing azure scaleset which was created using custom image

I have created an azure scaleset using custom image. when I try to upgrade the scale set with another custom image using "Azure VMSS: update with immutable machine image" I get the following error Failed to update image for VMSS testvmssapp. Error:…
kumar
  • 8,207
  • 20
  • 85
  • 176
0
votes
1 answer

Ubuntu 14.4 VM of Azure having Apche2 is not able to listen from Cloudflare

I have created VM instance for Ubuntu 14.4 and installed Apache2 on it. I created my project set up onto it (project has PHP and Wordpress and m SQL). I am able to get the access log when I hit it by public IP of VM, but now I wanted to access it…
0
votes
0 answers

K8s Cluster over Azure using Kubeadm + Autoscaling using VMSS

I have k8s cluster running in Azure VMs with Azure as cloud provider configured using kubeadm My goal is to add the VMSS for auto-scaling, my CA is running fine and can scale up the VMs in VMSS but it is not able to register node to the…
Rishabh Rai
  • 71
  • 1
  • 6
0
votes
2 answers

Azure VMSS - uptime deduction via REST API

Is it possible to get the uptime of Azure VMSS Managed Instance via Azure REST API? What is the optimal way to obtain this information programmatically?
GilliVilla
  • 4,998
  • 11
  • 55
  • 96
0
votes
1 answer

Login into Azure app service running instance

I am having an Azure app service plan running. I need to login into the instance to create ssh key. In the Azure portal, they provided the ssh option to login but it's not working for me, It ends up with error message like SSH CONNECTION CLOSE -…
0
votes
1 answer

Terraform to create autoscale VM rule setting based on Disk Write Operations/Sec or Disk Write Bytes

Based on the autoscale rule criteria I am trying to create a terraform azurerm_monitor_autoscale_setting rule which increase/decreases VM nodes based on Disk Write Operations/Sec or Disk Write Bytes. The metric trigger looks like the following: rule…
0
votes
1 answer

Is there an option to copy the files from a Azure VM to multiple VM's in VMSS

I am having a file in one of the VM in Azure. I want that file to be placed in all the VM's in VM Scale set. I tried with multiple Azure CLI command as such az vmss run-command, but it provides an option to execute a command inside the VM's in…
Udhay
  • 39
  • 7
0
votes
1 answer

Unable to publish an ASP.NET webpage on an Azure VM running on Windows server 2016 database

Hi I am trying to deploy a website on an Azure VM and I already set all the configuration for make a deployment but this error appears when I tried to publish: Error Web deployment task failed. (You connected to the remote computer…
0
votes
2 answers

How to update the VMSS to use the existing LB in Azure

How to update the VMSS to use the existing LB in Azure e.g. I have LB1 with 2 IIS webserver in Availability Set Now i need to configure the auto scaling created VMSS with existing IIS server Image but how to apply scaling with my existing LB1 as…
0
votes
1 answer

Enabling long file paths on Azure Service Fabric VMSS cluster

My Azure Service Fabric application sometimes requires paths longer than MAX_PATH, especially given the length of the work directory. As such, I'd like to enable long file paths (via the registry's LongPathsEnabled value, via group policy, or via…
UnionP
  • 1,251
  • 13
  • 26