Skip to content

Commit 077b9c8

Browse files
committed
Updates
1 parent d67c165 commit 077b9c8

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

articles/reliability/reliability-aks.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,11 @@ There's no extra charge to enable availability zone support in AKS. You pay for
114114

115115
AKS also attempts to rebalance the pods across the healthy zones. If you choose to manually scale your node pool in a zone-down scenario, your pods might remain in the *Pending* state when there are no nodes available in the healthy zones. Scaling out in the remaining zones is also subject to the availability of quota and capacity for the VM SKU that you use.
116116

117-
- **Notification:** AKS doesn't notify you when a zone is down. You can use your node or pod health metrics to monitor the health of your nodes and pods.
117+
- **Notification:** AKS doesn't notify you when a zone is down. However, you can use [Azure Resource Health](/azure/service-health/resource-health-overview) to monitor for the health of your cluster. You can also use [Azure Service Health](/azure/service-health/overview) to understand the overall health of the AKS service, including any zone failures.
118+
119+
Set up alerts on these services to receive notifications of zone-level problems. For more information, see [Create Service Health alerts in the Azure portal](/azure/service-health/alerts-activity-log-service-notifications-portal) and [Create and configure Resource Health alerts](/azure/service-health/resource-health-alert-arm-template-guide).
120+
121+
You can also use your node or pod health metrics to monitor the health of your nodes and pods.
118122

119123
- **Active requests:** Any active requests might experience disruptions. Some requests can fail, and latency might increase while your workload fails over to another zone.
120124

articles/reliability/reliability-data-factory.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,21 @@ Zone-redundant Data Factory resources can be deployed in [any region that suppor
125125

126126
### Normal operations
127127

128-
**Traffic routing between zones:** During normal operations, Data Factory automatically distributes pipeline activities, triggers, and other work among healthy instances in each availability zone.
128+
This section describes what to expect when Data Factory resources are configured for zone redundancy and all availability zones are operational.
129+
130+
- **Traffic routing between zones:** During normal operations, Data Factory automatically distributes pipeline activities, triggers, and other work among healthy instances in each availability zone.
129131

130132
### Zone-down experience
131133

132-
**Detection and response:** The Data Factory platform is responsible for detecting a failure in an availability zone and responding. You don't need to do anything to initiate a zone failover in your pipelines or other components.
134+
This section describes what to expect when Data Factory resources are configured for zone redundancy and there's an availability zone outage.
135+
136+
- **Detection and response:** The Data Factory platform is responsible for detecting a failure in an availability zone and responding. You don't need to do anything to initiate a zone failover in your pipelines or other components.
137+
138+
- **Notification**: Azure Data Factory doesn't notify you when a zone is down. However, you can use [Azure Resource Health](/azure/service-health/resource-health-overview) to monitor for the health of your data factory. If a zone is down, the data factory in that zone will show as unavailable. You can also use [Azure Service Health](/azure/service-health/overview) to understand the overall health of the Azure Data Factory service, including any zone failures.
139+
140+
Set up alerts on these services to receive notifications of zone-level problems. For more information, see [Create Service Health alerts in the Azure portal](/azure/service-health/alerts-activity-log-service-notifications-portal) and [Create and configure Resource Health alerts](/azure/service-health/resource-health-alert-arm-template-guide).
133141

134-
**Active requests:** Any pipelines and triggers in progress continue to run, and you don't experience any immediate disruption from a zone failure. However, activities in progress during a zone failure might fail and be restarted. It's important to design activities to be idempotent, which helps them recover from zone failures and other faults. For more information, see [Transient faults](#transient-faults).
142+
- **Active requests:** Any pipelines and triggers in progress continue to run, and you don't experience any immediate disruption from a zone failure. However, activities in progress during a zone failure might fail and be restarted. It's important to design activities to be idempotent, which helps them recover from zone failures and other faults. For more information, see [Transient faults](#transient-faults).
135143

136144
### Zone recovery
137145

0 commit comments

Comments
 (0)