Skip to content

Commit 2ffc3f2

Browse files
authored
Merge pull request #302779 from normesta/storage-actions-4
Adding include for reliability guidance
2 parents 82c3ff4 + 324bf0b commit 2ffc3f2

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

articles/reliability/reliability-storage-actions.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ While the Azure Storage Actions service is regional and doesn’t offer SKUs or
2828
- **Data plane (task assignment execution) inherits the zonal properties from the parent storage account.** If the storage account is deployed to a failed zone, then the account becomes unavailable and from customer’s perspective, the data plan isn't available. If the storage account is zone redundant, then the account continues to be available, and the service continue to perform operation on the account.
2929

3030

31-
3231
### Zone down experience
3332

3433
In a zone-done scenario, the Storage Action service continues to be available. The progress of tasks depends on the availability zone support of storage accounts against which they are running. If the account is not affected by the downed zone, the tasks continue to make progress. Otherwise, the tasks fail.
@@ -42,10 +41,7 @@ The Storage Action service isn't zonal, but the storage account is. If the stora
4241

4342
[!INCLUDE [introduction to disaster recovery](includes/reliability-disaster-recovery-description-include.md)]
4443

45-
Storage Action is a regional service, and it runs against accounts in the same region. When a region is down, both the storage account and service are also down. The service doesn't support disaster recovery across regions. If you trigger a failover of the storage account to a different region, then storage tasks can’t run against the storage account until it fails back to the original region. So, although you may be able to recover the storage account, the storage task won't be able to run against it.
46-
47-
>[!IMPORTANT]
48-
>If you migrate your storage account from a GRS or GZRS primary region to a secondary region or vice versa, then any storage tasks that target the storage account won't be triggered and any existing task executions might fail.
44+
[!INCLUDE [Storage Actions continuity after a failover](../../includes/storage-actions-reliability.md)]
4945

5046
### Outage detection, notification, and management
5147

articles/storage-actions/storage-tasks/storage-task-best-practices.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ Storage Actions perform more reliably in accounts with [geo-redundant storage](.
9393

9494
### Use geo redundancy for business continuity
9595

96-
Storage accounts with GRS and GZRS replicate data to a secondary region in the event of storage account failovers. The business continuity of storage actions significantly depends on the redundancy configuration of the target storage account. Storage accounts that are configured with geo-redundancy benefit from an automated failover process. This automatic management ensures that future task assignment run iterations, whether single or recurrent, executes in the secondary region without issues. However, storage tasks that were in progress at the time of failover might encounter failures. New storage tasks and storage task assignments continue to function as expected.
97-
98-
Consistent monitoring of the storage account is crucial. With a failover, you should thoroughly review task reporting and monitoring to verify the successful completion of all blob operations and to identify any discrepancies that need attention.
96+
[!INCLUDE [Storage Actions continuity after a failover](../../../includes/storage-actions-reliability.md)]
9997

10098
## Monitoring
10199

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: normesta
3+
ms.service: azure-storage-actions
4+
ms.topic: include
5+
ms.date: 07/15/2025
6+
ms.author: normesta
7+
---
8+
9+
Storage accounts with GRS and GZRS replicate data to a secondary region in the event of storage account failovers. The business continuity of storage actions significantly depends on the redundancy configuration of the target storage account. Storage accounts that are configured with geo-redundancy benefit from an automated failover process. This automatic management ensures that future task assignment run iterations, whether single or recurrent, executes in the secondary region without issues. However, storage tasks that were in progress at the time of failover might encounter failures. New storage tasks and storage task assignments continue to function as expected.
10+
11+
Consistent monitoring of the storage account is crucial. With a failover, you should thoroughly review task reporting and monitoring to verify the successful completion of all blob operations and to identify any discrepancies that need attention.

0 commit comments

Comments
 (0)