Questions tagged [azure-availability-set]
56 questions
0
votes
1 answer
Azure availability set or zone vm auto turn on
I have a VM that runs IIS and SQL server for an enterprise application used by around 100 users.
Right now I just have this VM but I would like to add some availability. It’s not critical to have zero downtime application but at least that if by…

VAAA
- 14,531
- 28
- 130
- 253
0
votes
1 answer
Error creating SQL Network Name on Azure SQL Cluster in Azure AD
I am trying to create a SQL Failover clustered instance in Azure with two nodes joined via Azure Active Directory. I have been following this guide.
Along with several other web resources when I've hit a wall, and I've hit quite a few walls in…

RobD
- 21
- 1
- 8
0
votes
1 answer
Azure - Availability set Change Domain Values
I explicitly created an Availability Set via the Azure console. I can launch VM's in successfully by selecting the Availability Set.
When I review the Availability Set in the console, I do not have an option to edit the Fault Domain or Update…

user1811107
- 729
- 3
- 18
- 39
0
votes
1 answer
Availability Alert root cause
I have an web app set up on Azure.
I have received an availability alert for my web app. i found that when the availability was down, at the same time the CPU usage went high to 100% and due to this, the application pool might have restarted…

Umesh Deshmukh
- 11
- 2
0
votes
1 answer
Azure Availability Sets and adding VM to specific fault domains
So I have 2 classes of VM. Lets call them serverA and serverB.
Within my availability set I want to make sure each Fault domain has 1 of each VMs (ServerA and ServerB). Is it possible to have this level of fine control? From what I can tell it looks…

iasksillyquestions
- 5,558
- 12
- 53
- 75
0
votes
1 answer
How to establish an RDP connection to an Azure virtual machine availability set?
I created a new virtual machine scale set that's deployed over two availability zones, and I configured a load balancer and virtual network for the scale set. Now I want to connect to this new VM via RDP (in the same way I can connect to a…

Robert
- 2,111
- 4
- 18
- 32
0
votes
1 answer
Azure ARM Template Deployment in existing Availability Set
From the template below how do I add it to an existing Availability Set(Same resource group). I can't do this after VM creation so I need to do it here.
Getting error as
The Availability Set
…

Arun Kumar
- 31
- 1
- 6
0
votes
2 answers
Azure scale set or Availability Set
We have a standard 3 tier web application that need to be migrated into cloud (more of VM based lift and shift instead of cloud native at this point).
Wondering which factors should I consider to make a decision if Azure Scale Set or Azure…

Saturn CAU
- 155
- 2
- 8
0
votes
1 answer
Azure App Service Plan - Is there any impact on availability with multiple instances?
If app service plan has multiple instances and one of the instance crashes for some reason. the other instances will continue to run without impacting app?

Avinash patil
- 1,689
- 4
- 17
- 39
0
votes
2 answers
Can't select availability set when creating a backend pool
When I try to create a backend pool in the azure portal, I don't get prompted for an availability set; I just see a drop-down list of virtual networks but the list is empty.
When I first tried this I didn't know about availability sets. I have now…

Andy
- 10,412
- 13
- 70
- 95
0
votes
1 answer
Microsoft Azure - 2 VMs behind a public facing Load Balancer
I want to have 2 VMs behind a public facing Load Balancer. Both the VMs are in an Availability Set spread across 2 fault domains and 5 update domains (the defaults set for availability sets on the portal).
Strangely, the Load Balancer does show the…

CodeWalker
- 2,281
- 4
- 23
- 50
0
votes
0 answers
Azure Availability Set
I am trying to add a VM to existing Availability set and getting below error, please help, it only takes if I create new, but my requirement is to add to existing Availability set:
Failed to validate the selected availability set. Try again or…

alok
- 13
- 5
0
votes
0 answers
Using Packer to Spin a VM and extract the image in an availability set
We have our corporate requirement ( due to pricing and whitelisting) to have Availability sets in our Azure subscription and resources like Compute should be spun inside that particular availability set. Since Packer while creating the Image spins…

tushar_sappal
- 308
- 4
- 16
0
votes
1 answer
How to provision virtual machine without availablity set using ARM Template
I have a requirement to provision a VM in azure based on selected parameter/variable value.
Consider, if user selected the variable value as 'yes' then VM should get provisioned with availability set. if user selected 'no' then VM should get…

Narendran D
- 1
- 1
0
votes
1 answer
Azure load balancer: NAT redirect RDP to VM, and load balance HTTP to availability set?
It looks like you can't NAT as well as load balance unless it's to the same destination. Once I created the NAT rule (so I can RDP to the load balancer over a custom port, and then that's redirected to my management VM), I cannot create the backend…

Sebastian
- 123
- 1
- 13