Skip to content

Commit 0095d9c

Browse files
authored
Merge pull request #265997 from adishachar/adishachar/health-insights-add-dr-template
[Health Insights] adding health insights reliability.
2 parents c5ce357 + e92330f commit 0095d9c

File tree

4 files changed

+55
-0
lines changed

4 files changed

+55
-0
lines changed

articles/azure-health-insights/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ items:
2424
href: use-containers.md
2525
- name: How to configure the containers
2626
href: configure-containers.md
27+
- name: Reliability in Azure Health Insights
28+
href: ../reliability/reliability-health-insights.md?toc=/azure/health-insights/toc.json
2729
- name: Responsible use of AI
2830
expanded: true
2931
items:

articles/reliability/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@
302302
href: reliability-elastic-san.md
303303
- name: Azure Health Data Services - Azure API for FHIR
304304
href: ../healthcare-apis/azure-api-for-fhir/disaster-recovery.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json
305+
- name: Azure Health Insights
306+
href: ../reliability/reliability-health-insights.md?toc=/azure/health-insights/toc.json
305307
- name: Azure IoT Hub
306308
href: ../iot-hub/iot-hub-ha-dr.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json#disable-disaster-recovery
307309
- name: Azure Machine Learning Service

articles/reliability/reliability-guidance-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ For a more detailed overview of reliability principles in Azure, see [Reliabilit
111111
|Azure DevOps|| [Azure DevOps Data protection - data availability](/azure/devops/organizations/security/data-protection?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json&preserve-view=true&#data-availability)|
112112
|Azure Elastic SAN|[Availability zone support](reliability-elastic-san.md#availability-zone-support)|[Disaster recovery and business continuity](reliability-elastic-san.md#disaster-recovery-and-business-continuity)|
113113
|Azure Health Data Services - Azure API for FHIR|| [Disaster recovery for Azure API for FHIR](../healthcare-apis/azure-api-for-fhir/disaster-recovery.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json) |
114+
|Azure Health Insights|[Reliability in Azure Health Insights](reliability-health-insights.md)|[Reliability in Azure Health Insights](reliability-health-insights.md)|
114115
|Azure IoT Hub| [IoT Hub high availability and disaster recovery](../iot-hub/iot-hub-ha-dr.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json)| [IoT Hub high availability and disaster recovery](../iot-hub/iot-hub-ha-dr.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json) |
115116
|Azure Machine Learning Service|| [Failover for business continuity and disaster recovery](../machine-learning/v1/how-to-high-availability-machine-learning.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json) |
116117
|Azure NetApp Files|| [Manage disaster recovery using cross-region replication](../azure-netapp-files/cross-region-replication-manage-disaster-recovery.md?toc=/azure/reliability/toc.json&bc=/azure/reliability/breadcrumb/toc.json) |
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Reliability in Azure AI Health Insights
3+
titleSuffix: Azure AI Health Insights
4+
description: This article describes Reliability in Azure AI Health Insights service.
5+
services: azure-health-insights
6+
author: adishachar
7+
manager: urieinav
8+
ms.service: azure-health-insights
9+
ms.topic: overview
10+
ms.date: 02/06/2024
11+
ms.author: adishachar
12+
---
13+
14+
15+
# Reliability in Azure AI Health Insights
16+
17+
This article describes reliability support in Azure AI Health Insights, and covers both regional reliability with availability zones and cross-region resiliency with disaster recovery . For a more detailed overview of reliability in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
18+
19+
When you create a Health Insights resource in the Azure portal, you specify a region. From then on, your resource and all of its operations stay associated with that particular Azure region. It's rare, but not impossible, to encounter a network issue that hits an entire region.
20+
If your solution needs to always be available, then you should design it to either fail-over into another region or split the workload between two or more regions.
21+
22+
23+
## Availability zone support
24+
Azure availability zones are at least three physically separate groups of datacenters within each Azure region. Datacenters within each zone are equipped with independent power, cooling, and networking infrastructure. In the case of a local zone failure, availability zones are designed so that if the one zone is affected, regional services, capacity, and high availability are supported by the remaining two zones.
25+
26+
Failures can range from software and hardware failures to events such as earthquakes, floods, and fires. Tolerance to failures is achieved with redundancy and logical isolation of Azure services. For more detailed information on availability zones in Azure, see Regions and availability zones.
27+
28+
Azure availability zones-enabled services are designed to provide the right level of reliability and flexibility. Azure AI Health Insights support 'zonal' configuration, which means instances are pinned to a specific zone.
29+
30+
31+
32+
## Zone down experience
33+
During a zone-wide outage, the customer should expect a brief degradation of performance, until the service's self-healing rebalances underlying capacity to adjust to healthy zones. This isn't dependent on zone restoration; it's expected that the Microsoft-managed service self-healing state compensates for a lost zone, using capacity from other zones.
34+
35+
36+
37+
## Cross-region disaster recovery in multi-region geography
38+
Disaster recovery (DR) is about recovering from high-impact events, such as natural disasters or failed deployments that result in downtime. Regardless of the cause, the best remedy for a disaster is a well-defined and tested DR plan and an application design that actively supports DR.
39+
40+
When it comes to DR, Microsoft uses the [shared responsibility model](/azure/reliability/business-continuity-management-program#shared-responsibility-model). In a shared responsibility model, Microsoft ensures that the baseline infrastructure and platform services are available. For those services, you are responsible for setting up a disaster recovery plan that works for your workload.
41+
42+
For Azure AI Health Insights, the service does not store data for a long period, rather only when processing of the data. If a region failure occurs, all data associated to the requests that are in progress will be lost.
43+
If your solution needs to always be available, then you should design it to either fail-over into another region or split the workload between two or more regions. When you plan to deploy your application for DR, it's helpful to understand Azure regions and geographies. For more information, see [Azure cross-region replication](/azure/reliability/cross-region-replication-azure).
44+
45+
46+
47+
## Next steps
48+
49+
> [!div class="nextstepaction"]
50+
> [Reliability in Azure](/azure/availability-zones/overview)

0 commit comments

Comments
 (0)