Possible mistake in "Describe Azure high availability and disaster recovery features for Azure Virtual Machines"

Robert Virnau 21 Reputation points
2025-01-17T17:39:31.4666667+00:00

I think this is incorrect in the documentation "You can also deploy Azure SQL Database into Availability Zones."

They can use local redundancy and zone redundancy. Can they use Availability Zones?

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,985 questions
{count} votes

Accepted answer
  1. Marcin Policht 32,660 Reputation points MVP
    2025-01-17T19:28:59.6366667+00:00

    Azure SQL Database is a PaaS service - so you don't manage it on the VM level. It does support availability zones.

    As you pointed out, this translates into zone redundancy - that is accomplished by implementing the service into availability zones. It's really more a matter of wording - regardless of it, the availability zone support means that the service will remain operational even in a scenario where one or two datacenters in the corresponding Azure region fails.

    More at https://learn.microsoft.com/en-us/azure/azure-sql/database/high-availability-sla-local-zone-redundancy?view=azuresql&tabs=azure-powershell


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.