Questions tagged [azure-availability-zones]

16 questions
11
votes
2 answers

Azure website outage maintenance page

We have multiple webApps hosted on Azure. I want to design a consistent and standard mechanism to show an "Under Maintenance" static html page in case of Azure outage (planned and unplanned). At the moment we are not leveraging Availability sets or…
4
votes
2 answers

What is a difference between the Availability Zones and Fault domains feature of the Availability Sets in Microsoft Azure?

What is a difference between the Availability Zones and Fault domains feature of the Availability Sets in Microsoft Azure? I am working through the module Discuss core Azure architectural components. And there I met the description of the Fault…
3
votes
0 answers

How to get a number of availability zones in a particular Azure region using Az PowerShell CLI?

My service is present in many Azure regions, some of them have Availability Zones, some don't. Upon creation I'd like to use max number of availability zones available. But it is not clear how to get this information using Az PowerShell CLI.
ZakiMa
  • 5,637
  • 1
  • 24
  • 48
3
votes
1 answer

numbers of zones in an azure availability zone Region

Is there a way to find out how many zones are then per availability zone Region. does it always 3 zones per availability one? Are there regions where there are more than 3 zones per availability zone?
kumar
  • 8,207
  • 20
  • 85
  • 176
2
votes
1 answer

What Azure availability zone is used by default

What Azure availability zone is used by default when availability options are not specified for VM or other resource? If region consists of several zones, when each zone itself can be one or multiple data centers, when zone or zone redundancy is not…
Alex Michel
  • 416
  • 3
  • 13
1
vote
1 answer

High availability on Azure Cloud Services using Availability Zones

Does Azure Cloud Services support Availability Zones? I can see that the default number of fault domains in cloud services is 5. This number doesn't depend on a region. Number of availability zones is different per region and doesn't exceed…
ZakiMa
  • 5,637
  • 1
  • 24
  • 48
1
vote
2 answers

How to use Element for Azure Availability Zones in Terraform

I'm trying to set the Azure Availability Zone(A.A.Z) using the Terraform Element Function but I'm getting the following error twice. Since there are 3 A.A.Z. I'd like to use Element for this as it would work really well, if i could figure out the…
sam kachar
  • 61
  • 3
  • 8
1
vote
2 answers

Avalilability Zones and their absence in Azure

Availability Zones are not available in all regions in Azure yet. So, in the absence of this feature what are some HA alternatives adopted by customers ?
GilliVilla
  • 4,998
  • 11
  • 55
  • 96
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
0
votes
1 answer

"Requested feature is not available in resource group..." when creating a new function app with a new app service plan

Background My team is implementing disaster recovery via zone redundancy for our function apps. We currently have several function apps on a consumption app service plan. All of the apps and the service plan are in the same Azure region and in the…
0
votes
1 answer

Unable to put the azure VM into the availability zone

I need two Azure VMs into different availability zones in the US region. However when trying to put VM into the availability zone I get an error: In the azure support console, there is no way to explicitly request the "availability zone"…
0
votes
2 answers

azure arm template Availability zone config - IF statement not passing through null/empty value

trying to do some extra tweaks to my ps1 script that deploys vm by using an arm template. the script asks if an availability zone is needed, if yes then gives you the zone options available. if its not needed, then the $zone variable is set to…
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…
0
votes
0 answers

Azure High Availability with a Virtual Machine

I'm using a VM with an application that starts each 5 minutes executes some elaborations. I'd like to achieve a VM with HA, but I cannot work with two VMs otherwise the two jobs would start at the same time, I can have only an application in…
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
1
2