Skip to content

Commit 180e883

Browse files
authored
Merge pull request #290620 from anaharris-ms/reliability-guide-sustainability-data-solutions-fabric
Reliability in Sustainability data solutions in Fabric
2 parents 6df7b44 + 7b5897b commit 180e883

File tree

4 files changed

+76
-2
lines changed

4 files changed

+76
-2
lines changed

articles/reliability/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@
234234
items:
235235
- name: Microsoft Community Training
236236
href: reliability-community-training.md
237+
- name: Sustainability data solutions in Fabric
238+
href: reliability-sustainability-data-solutions-fabric.md
237239
- name: Integration
238240
items:
239241
- name: Azure Service Bus
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: anaharris-ms
5+
ms.service: azure
6+
ms.topic: include
7+
ms.date: 12/02/2024
8+
ms.author: anaharris
9+
ms.custom: include file
10+
---
11+
12+
Transient faults are short, intermittent failures in components. They occur frequently in a distributed environment like the cloud, and they're a normal part of operations. They correct themselves after a short period of time. It's important that your applications handle transient faults, usually by retrying affected requests.

articles/reliability/overview-reliability-guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Reliability guides for Microsoft Azure products and services. View
44
author: anaharris-ms
55
ms.service: azure
66
ms.topic: reliability-article
7-
ms.date: 11/01/2024
7+
ms.date: 12/03/2024
88
ms.author: anaharris
99
ms.custom: subject-reliability
1010
ms.subservice: azure-reliability
@@ -110,7 +110,7 @@ Below is a list of Azure service reliability guides, organized by service catego
110110
| Product| Guidance |
111111
|----------|---------|
112112
|Microsoft Community Training| [Reliability in Microsoft Community Training](reliability-community-training.md) |
113-
113+
|Sustainability Data Solutions in Fabric | [Reliability in Sustainability Data Solutions in Fabric](reliability-sustainability-data-solutions-fabric.md) |
114114

115115
## Integration
116116

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Reliability in Sustainability Data Solutions in Fabric
3+
description: Find out about reliability in Sustainability data solutions in Fabric, including availability zones and multi-region deployments.
4+
author: anaharris-ms
5+
ms.author: anaharris
6+
ms.topic: reliability-article
7+
ms.custom: subject-reliability, references_regions
8+
ms.service: microsoft-cloud-sustainability
9+
ms.date: 12/03/2024
10+
---
11+
12+
# Reliability in Sustainability data solutions in Fabric
13+
14+
This article describes reliability support in [Sustainability data solutions in Fabric](/industry/sustainability/sustainability-data-solutions-fabric/get-started-overview), covering intra-regional resiliency via [availability zones](#availability-zone-support) and [multi-region deployments](#multi-region-support).
15+
16+
17+
Sustainability disclosures, analytics and reduction require rich environmental, social, and governance data that originate from disparate sources and need to be unified to improve its efficiency and value. [Sustainability data solutions](/industry/sustainability/sustainability-data-solutions-fabric/get-started-overview) in Microsoft Fabric provide unique capabilities to ingest, harmonize, and process disparate data for specific sustainability scenarios.
18+
19+
The reliability guidance for most of these capabilities are covered by the [Microsoft Fabric reliability guide](./reliability-fabric.md). However, that document does not include reliability guidance for the ingestion of data in Microsoft Azure emissions insights. This guide focuses specifically on the resiliency of data ingestion process for the [Microsoft Azure emissions insights platform](/industry/sustainability/sustainability-data-solutions-fabric/azure-emissions-insights-overview). After your emissions data is loaded into your Microsoft Fabric instance, you can consult [the Microsoft Fabric reliability guide](./reliability-fabric.md) for the rest of the reliability guidance.
20+
21+
22+
23+
## Transient faults
24+
25+
[!INCLUDE[introduction to transient faults](includes/reliability-transient-faults-description-include.md)]
26+
27+
If a transient fault occurs during ingestion of emissions data, you must manually trigger the job again. You can monitor the ingestion job from the Microsoft Fabric monitoring hub.
28+
29+
## Availability zone support
30+
31+
Sustainability data solutions in Fabric is zone-redundant by default.
32+
33+
### Region support
34+
35+
Zone redundancy for the emissions data source is automatically enabled when you use [any region that supports availability zones](./availability-zones-region-support.md).
36+
37+
### Cost
38+
39+
There's no additional charge for zone redundancy.
40+
41+
### Zone-down experience
42+
43+
The Sustainability data solutions in Fabric platform is responsible for detecting a failure in an availability zone. You don't need to do anything to initiate a zone failover.
44+
45+
A zone failure isn't expected to cause any data loss or downtime to your resources.
46+
47+
## Multi-region support
48+
49+
Internally, Microsoft's Cloud for Sustainability services are partially geo-redundant. If a major region failure occurs, emissions data can be reconstructed in another region.
50+
51+
### Region-down experience
52+
53+
During a region failure, Azure emissions data that's already ingested into Fabric is accessible as long as Microsoft Fabric is available. For information on how to plan for disaster recovery and configure multi-region support in Microsoft Fabric, see [Reliability in Microsoft Fabric ](./reliability-fabric.md).
54+
55+
Ingestion of new Azure emissions data, as well as any missing data, resumes after Microsoft restores services into the region. Although the process of ingesting new and missing data might take several days, previously ingested data is still available.
56+
57+
## Related content
58+
- [Microsoft Fabric reliability guide](./reliability-fabric.md)
59+
- [Overview of Sustainability data solutions in Fabric](/industry/sustainability/sustainability-data-solutions-fabric/get-started-overview)
60+
- [Ingest emissions data](/industry/sustainability/sustainability-data-solutions-fabric/azure-emissions-insights-ingest)

0 commit comments

Comments
 (0)