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

Stopping a Azure VM in auto scale set and letting it start again

I have 3 VMs in my Azure autoscale set. My question is if I stop one of the VMs using the Azure Portal manually (i.e. deallocate it) will the AutoScale Set be able to start it again? I have been through this but it still doesn't answer my question.
amitection
  • 2,696
  • 8
  • 25
  • 46
0
votes
1 answer

Azure Linux VMSS add extension

I have created a VMSS (VM scaleset) with the Azure portal, and I want to add a custom script extension to it to install some software on it. How do I do this? I have tried using azure vmss config extensions set with a json file, but that doesn't…
shadow chris
  • 391
  • 3
  • 13
0
votes
2 answers

Static macaddress for VMs in VM Scale Set

I need to have all the macaddress same for all the VMs that come up in a VMSS. They can be either just changing the registry entry when the VMs come up. Can someone help me with that? Also would that change have any impact in terms of…
0
votes
2 answers

When using a virtual machine scale set, how do you view the CPU utilization of a VM in the Azure Portal?

I'm using a load balancer with a VMSS which I've created using the Azure template 201-vmss-windows-autoscale. How do I view the CPU utilization of each of the VMs running in the VMSS? ps this is NOT about autoscaling based on CPU utilization. thank…
RobG
  • 744
  • 6
  • 16
0
votes
2 answers

No metrics returned from Azure VM Scale Set or Azure ServiceBus

When I use Get-AzureRmMetricDefinition on a valid resourceId, I get no results. Get-AzureRmMetricDefinition -ResourceId…
0
votes
1 answer

VMSS can be used as a Cluster

I have looked to VMSS Scale Set in Azure, but i wonder can that help to create a cluster of Linux VMs Machine that can scale out. But if i use it how can i configure each created machine in the scale set? Because each new node in cluster showed be…
0
votes
1 answer

adding a physical node to azure scale set through UI

Is it possible to add a physical node to an azure scale set from azure web UI? (not using powershell/visual studio/rest api..)
dov.amir
  • 11,489
  • 7
  • 45
  • 51
0
votes
2 answers

Dynamically create/delete VM in Azure to minimize cost

I understand that VM's in Azure will be charged if it just exists and even if we dont use it. To Minimize cost I want to automate the VM creation and deletion so that VM is not available/idle when not n use. I want the VM to be deleted after my…
Venkatesh Muniyandi
  • 5,132
  • 2
  • 37
  • 40
0
votes
1 answer

How can I clone an exisintg Linux VM to a scale set in Azure

In my Azure cloud I have a standalone VM running Ubuntu 14 where I installed a bunch of custom software. The virtual machine is NOT a classic one, this is a "new type" VM. I also created a scale set. Now I want to somehow capture the image if my…
0
votes
1 answer

Updating a Virtual Machine Scale Set to add a secret fails with VHD error

I've deployed a virtual machine scale set (VMSS) to Azure as part of a Service Fabric cluster. When I try to redeploy the template, slightly enhanced to update the VMSS with an additional secret, I get the following error. I've verified that the…
0
votes
0 answers

Azure auto-scale VM by time of day

I'm new to Azure and auto-scaling and have some questions I have not find answers to. Today I use a VM and a Service Bus queue. The queue revives jobs only at beginning of each hour during office hours. Because it is important to execute this jobs…
0
votes
1 answer

Is it possible to add a Scale Set to existing VNET

I have already created a VNet and subnet. Added other resources for this Vnet. Now I need to add a Scale Set to this subnet. Is this possible? When I created a VM Scale Set from the Azure Portal, it does not ask for a VNet and it creates it's own…
Dhanuka777
  • 8,331
  • 7
  • 70
  • 126
0
votes
2 answers

Azure ARM Scale Set - deploy and update solution

I have been browsing web regarding Azure Scale Set service and I have been able to find a lot of resources connected to scaling and deploying of scale set, however I was not able to find any information regarding deployment and update of the…
marek_lani
  • 3,895
  • 4
  • 29
  • 50
0
votes
3 answers

Error when redeploying VM scale set with ARM

I am using the VM scale set with an application gateway in an ARM template. First deploy works fine. When redeploying the template, I get an error: "A Backend Address Pool can have at most one VM scale set". IpConfiguration …
0
votes
1 answer

Azure ScaleSets does not Rollback

I just followed creating Azure ScaleSet tutorial,and selected Windows scale set. As Parameters, I provided admin username as "admin" for testing. When I start the deployment it started creating storage accounts, public IP etc. and suddenly it failed…
Dhanuka777
  • 8,331
  • 7
  • 70
  • 126