Skip to content

Commit 59070a1

Browse files
authored
Update media-services-high-availability-guidance.md
1 parent 25edbac commit 59070a1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/media-services/latest/media-services-high-availability-guidance.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ ms.author: juliako
1818

1919
# Azure Media Services high availability guidance
2020

21-
Azure Media Services does not provide instant failover of the service if there is a regional datacenter outage or failure. This article explains how to configure your environment for a failover to ensure optimal availability for applications and minimized recovery time if an outage occurs.
21+
Azure Media Services encoding service is a regional batch processing platform and not currently designed for high availability within a single region. The encoding service currently does not provide instant failover of the service if there is a regional datacenter outage or failure of underlying component or dependent services (such as storage, SQL, etc.) This article explains how to deploy Media Services to maintain a high-availability architecture with failover and ensure optimal availability for your applications.
2222

23-
## Tips on how to build a cross regional encoding system
23+
By following the guidelines and best-practices described in the article, you will lower risk of encoding failures, delays, and minimize recovery time if an outage occurs in a single region.
24+
25+
## How to build a cross regional encoding system
2426

2527
* [Create](create-account-cli-how-to.md) two (or more) Azure Media Services accounts.
2628
* Subscribe for **JobStateChange** messages in each account.
@@ -50,7 +52,7 @@ Azure Media Services does not provide instant failover of the service if there i
5052

5153
If you find the MRU count is thrashing up and down a lot, move the decrement logic to the periodic task. Have the pre-job submit logic compare inflight count to the current MRU count to see if it needs to update the MRUs.
5254

53-
## Tips on how to build video-on-demand cross region streaming
55+
## How to build video-on-demand cross region streaming
5456

5557
* Video-on-demand cross region streaming involves duplicating [Assets](assets-concept.md), [Content Key Policies](content-key-policy-concept.md) (if used), [Streaming Policies](streaming-policy-concept.md), and [Streaming Locators](streaming-locators-concept.md).
5658
* You will have to create the policies in both regions and keep them up to date.

0 commit comments

Comments
 (0)