Questions tagged [azure-availability-set]

56 questions
0
votes
1 answer

Azure Autoscaling with pre-built servers (Availability Sets)?

Our scenario, we currently have bamboo set up with remote agents on each of them. We want to go to azure, where we can automatically ramp up only the servers we need. I set up vmss to boot up another server with the remote agent using auto-scaling,…
Greg P
  • 772
  • 2
  • 10
  • 23
0
votes
1 answer

Find Fault Domain for given VM/instance in Azure

I have a Scale Set I provisioned in Azure through Terraform. (A scale set is an implicit availability set with 5 fault domains and 5 update domains.[ [1]]) I need to find out which Fault Domain each instance is in, so that I can configure my…
0
votes
0 answers

Load balancers, Public-Ips and Availability sets in Microsoft Azure

I have a quick question regarding deploying a configuration in ARM mode. I want to have two app servers behind a load balancer, with a database server on the same subnet. Creating the load-balancer and rules for this seems to be working fine, but I…
Dalaigh88
  • 392
  • 3
  • 13
0
votes
1 answer

How to specify availability set in template deployment?

I created a linux image and my intention is to create other VMs from the same VHD. These VMs would need to be in an availability set - so is there a param to specify the availability set name using this command? azure group deployment create…
mr i.o
  • 952
  • 2
  • 10
  • 20
0
votes
2 answers

Windows Services on Azure Virtual Machines with Availability Sets

I have few (around 10) Windows Services on my existing environment. We are planning to migrate to Azure with the following. Host our database on Azure SQL Database. Install all the 10 Windows Services in a Azure Virtual Machine. Please note that…
Prawin
  • 1,158
  • 2
  • 12
  • 26
0
votes
1 answer

Associating Availability Sets with Load balancer NAT rule

I am trying to create and configure a load balancer using (.net) management libraries for azure resource manager. Load balancer gets created and also the NAT rules. but i am not finding the way to associate the load balancer with the existing…
0
votes
1 answer

azure availability set second VM shuts down first VM

I've got two Ubuntu VMs in one availability set. When I start the second VM it takes a few minutes and the first VM stops.
0
votes
1 answer

How do I delete an availability set?

I wanted to try out using Azure availability sets, but it turns out I can't use them because my nodes cannot be in the same cloud service. I now have an unused availability set but I don't see it listed anywhere in my Resources in the Portal. Is…
Alex Egli
  • 1,884
  • 2
  • 24
  • 43
-1
votes
1 answer

Finding azure Availability sets using Azure in classic mode

I am trying to find the availability sets in a Azure Cloud Service using powershell. The Cloud Service was created using classic model. I am not sure if this is the right answer: get-AzureService -ServiceName "myService"
-2
votes
1 answer

Azure Fault Domain Selection

I have a requirement to create 7 VM in availability set and maximum 2 VM servers can be rebooted at a time. I want to create 3 Fault domain and 4 upgrade domain. some people suggest 2 FD and 4 UD. I do not agree with them. To create 3 FD will help…
Pankaj Rawat
  • 4,037
  • 6
  • 41
  • 73
-2
votes
2 answers

Availability set azure fault domain & update domain

Q.I have 2 servers. So i ll have 2 FD(FD0, FD1) & 2 UD(UD0, UD1). What if UD0 is down & at the same time the FD1 goes down due some reason. So what will happen ?
1 2 3
4