Skip to content

Commit e343b0d

Browse files
committed
fixed warnings
1 parent 75e45f5 commit e343b0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ By following the guidelines and best-practices described in the article, you wil
2727
* [Create](create-account-cli-how-to.md) two (or more) Azure Media Services accounts.
2828

2929
The two accounts need to be in different regions.
30-
* Upload your media to the same region from which you are planning to submit the [job](transforms-jobs-concept.md). For more information about how to start encoding, see [Create a job input from an HTTPS URL](job-input-from-http-how-to.md) or [Create a job input from a local file](job-input-from-local-file-how-to).
30+
* Upload your media to the same region from which you are planning to submit the [job](transforms-jobs-concept.md). For more information about how to start encoding, see [Create a job input from an HTTPS URL](job-input-from-http-how-to.md) or [Create a job input from a local file](job-input-from-local-file-how-to.md).
3131

3232
If you then need to resubmit the job to another region, you can use JobInputHttp or have storage copy the data from one storage account to another.
3333
* Subscribe for **JobStateChange** messages in each account.
@@ -59,5 +59,5 @@ If you find the MRU count is thrashing up and down a lot, move the decrement log
5959

6060
## Next steps
6161

62-
* [Build video-on-demand cross region streaming](media-services-high-availablity-streaming.md)
62+
* [Build video-on-demand cross region streaming](media-services-high-availability-streaming.md)
6363
* Check out [code samples](https://docs.microsoft.com/samples/browse/?products=azure-media-services)

articles/media-services/latest/media-services-high-availablity-streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ By following the guidelines and best-practices described in the article, you wil
2424

2525
## Prerequisites
2626

27-
Check out [How to build a cross-regional encoding system](media-services-high-availablity-encoding.md)
27+
Check out [How to build a cross-regional encoding system](media-services-high-availability-encoding.md)
2828

2929
## How to build video-on-demand cross region streaming
3030

0 commit comments

Comments
 (0)