Skip to content

Commit 2ebc5c3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure Media Services encoding service is a regional batch processing platform an
2222

2323
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.
2424

25-
## How to build a cross regional encoding system
25+
## How to build a cross-regional encoding system
2626

2727
* [Create](create-account-cli-how-to.md) two (or more) Azure Media Services accounts.
2828
* Subscribe for **JobStateChange** messages in each account.
@@ -56,7 +56,7 @@ If you find the MRU count is thrashing up and down a lot, move the decrement log
5656

5757
* 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).
5858
* You will have to create the policies in both regions and keep them up to date.
59-
* When you create the StreamingLocators you will want to use the same LocatorId value, ContentKey Id value, and ContentKey value.
59+
* When you create the streaming locators, you will want to use the same LocatorId value, ContentKey Id value, and ContentKey value.
6060
* If you are encoding the content, it is advised to encode the content in region A and publish it, then copy the encoded content to region B and publish it using the same values as from region A.
6161
* You can use traffic manager on the host names for the origin and the key delivery service (in Media Services configuration this will look like a custom key server URL).
6262

0 commit comments

Comments
 (0)