Skip to content

Commit 564d10e

Browse files
Update articles/operational-excellence/relocation-static-web-apps.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent ff7ce48 commit 564d10e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operational-excellence/relocation-static-web-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Review the following prerequisites before you prepare for the relocation.
5454
## Downtime
5555

5656
The relocation of an Azure Static Web site introduces downtime to your application. The downtime is affected by which high availability pattern you have implemented for your Azure Static Web site. General patterns are:
57-
- Cold Standby - the workload data is backed up regularly based on the requirements of the workload. In case of a disaster, the workload is redeployed in a new Azure region and the data is restored.
58-
- Warm Standby - the workload is deployed in the BCDR region and the data is replicated asynchronously or synchronously. In the event of a disaster, the deployment in the DR region is scaled up and out.
59-
- [Multi-region](https://learn.microsoft.com/en-us/azure/architecture/web-apps/app-service/architectures/multi-region) - the workload is deployed in both regions and the data is replicated synchronously. Both regions have a writable copy of the data. The implementation can be Active/Passive or Active/Active.
57+
- **Cold standby**: Workload data is backed up regularly based on its requirements. In case of a disaster, the workload is redeployed in a new Azure region and data is restored.
58+
- **Warm standby**: The workload is deployed in the business continuity and disaster recovery (BCDR) region, and data is replicated asynchronously or synchronously. In the event of a disaster, the deployment in the disaster recovery (DR) region is scaled up and out.
59+
- **Multi-region**: The workload is [deployed in both regions](/azure/architecture/web-apps/app-service/architectures/multi-region) and data is replicated synchronously. Both regions have a writable copy of the data. The implementation can be active/passive or active/active.
6060

6161
## Prepare
6262

0 commit comments

Comments
 (0)