Questions tagged [azure-availability-set]
56 questions
1
vote
1 answer
For Azure Availablity Sets, what's the point of having an one with 1 Fault Domain and 1 Update domain
In the Create availability set dialog, not only is it possible to create an Availability Set with 1 Fault Domain/1 Update Domain, but if you select 1 Fault Domain, you are forced to select 1 Update Domain.
I don't understand what redundancy is…

Slack Groverglow
- 846
- 7
- 25
1
vote
1 answer
Load Balancing is not working on below configuration of VMs
Created 2 Ubuntu VMs in same availability Set, region, virtual network with apache2 installed.
Renamed the index.html of both the VMs to:
"This is VM1", "This is VM2".
Created Internal Load Balancer with the below Configuration:
Front End IP…
anon
1
vote
3 answers
Azure Availability sets vs. Availibility Zones
Azure offers two different availability solutions:
1. Availability Sets
A group with two or more virtual machines in the same Data Center is called Availability Set, this ensures that at least one of the
virtual machines hosted on Azure will be…

Matthias M
- 12,906
- 17
- 87
- 116
1
vote
1 answer
Does converting an azure availability set to managed cause downtime?
We want to convert to managed disks in our azure virtual machines. We first need to convert the availability set to managed. During the conversion of the availability set is downtime expected?

LKOOL
- 21
- 2
1
vote
0 answers
azure virtual machine availability set
I'm using the java api for Azure to automate the creation of vnets, subnets, and vm instances. What I want to be able to do is run code that creates a vnet, establishes an initial subnet inside that vnet, and then creates a VM with an Nic in that…
1
vote
1 answer
Azure Availability sets, Fault Domains, and Update Domains
I'm Azure newbie and need some clarifications:
When adding machines to Availability set, in order to prevent VM from rebooting, what's best strategy for VM's, put them in:
-different update and fault domains
-same update domain
-same fault domain…
user7472983
1
vote
2 answers
Adding Availability Set To Azure Virtual Machine Template Creation
I can create a Azure VM with a specific VHD from the template below but how do I also add it to an Availability Set. I can't do this after VM creation so I need to do it here.
{
"$schema":…

Mike Flynn
- 22,342
- 54
- 182
- 341
0
votes
1 answer
Cannot check the size of virtual machines in one region
I am trying to check the availability size of virtual machines in one region.
The command: Get-AzVMSize -ResourceGroupName RG3 -AvailabilitySetName availabilitysets
However, it appears this error :-
Get-AzVMSize is not recognized as an internal and…

Jennie
- 45
- 1
- 9
0
votes
1 answer
False negative in Azure Application Insights Availability Test
I have setup Availability Test using Application Insights and using uptrends.com. I am pinging simple http resources. This resource does redirects before it returns 200.
I am getting a lot of errors in azure AI, from certain regions only. I cannot…

Greg Bala
- 3,563
- 7
- 33
- 43
0
votes
2 answers
Terraform Azure creating vm in multiple availability set
I am trying to create multiple Azure VM and not able to assign VMs to different availability_set. Please see my code below:
Module "vm_dev":
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version =…

bistron
- 21
- 1
- 5
0
votes
1 answer
How to configure the VMs in two different zones using Availability Sets and install the Active Directory Domain services
I’m trying to create the two windows virtual machines in two different zones using the following terraform code:
## Import exisiting resource group
## Use this data source to access information about an existing Resource Group
data…

Pradeep
- 5,101
- 14
- 68
- 140
0
votes
1 answer
Error: "zone": conflicts with availability_set_id - Azure - Terraform
We have some Linux clusters (two machines each) running on Azure and we would like that each node of the cluster be created in different zones and using availability set.
We are trying to create the VM on Azure using Terraform:
resource…

Leonardo Gialluisi
- 69
- 1
- 1
- 7
0
votes
1 answer
Azure VM's not assigned to different fault domains
I have created two vm's in azure and assigned an availability set.
But in the overview I see that both the vm's are assigned under same Fault Domain.
Should the vm (Vm availability-test-vm2) have been assigned to Fault domain 1 instead of 0 ?

user1184100
- 6,742
- 29
- 80
- 121
0
votes
2 answers
Clarification on how availability sets make a single VM more available
I am having difficulty understanding Azure Availability sets, specifically, what exactly i need to to do ensure my app running on my vm is utilizing Availability sets to be more available.
Lets say i am creating an application that runs on a single…

wilson_smyth
- 1,202
- 1
- 14
- 39
0
votes
2 answers
How to delete Availability Set in Azure using Azure-Python SDK
In Azure Cloud, I need to delete all the resources of the given instance using Azure-SDK for Python,
I'm able to delete resources like VM, PublicIP, NIC. I also need to delete the availability set of the instance.

Vishal Kothawade
- 11
- 8