Skip to content

Commit 9a9ebb0

Browse files
authored
Merge pull request #106916 from Juliako/patch-3
Update media-services-high-availability-encoding.md
2 parents 3c66fb9 + 95ca1b5 commit 9a9ebb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
@@ -38,8 +38,8 @@ By following the guidelines and best-practices described in the article, you wil
3838
* [Microsoft.Azure.EventGrid SDK](https://www.nuget.org/packages/Microsoft.Azure.EventGrid/) (which supports Media Services events natively).
3939

4040
You can also consume Event Grid events via Azure Functions.
41-
* When you create a [job](transforms-jobs-concept.md):
42-
41+
* When you create a [job](transforms-jobs-concept.md):
42+
4343
* Randomly select an account from the list of currently used accounts (this list will normally contain both accounts but if issues are detected it may only contain one account). If the list is empty, raise an alert so an operator can investigate.
4444
* General guidance is you need one [media reserved unit](media-reserved-units-cli-how-to.md) per [JobOutput](https://docs.microsoft.com/rest/api/media/jobs/create#joboutputasset) (unless you are using [VideoAnalyzerPreset](analyzing-video-audio-files-concept.md) where 3 media reserved units per JobOutput is recommended).
4545
* Get the count of media reserved units (MRUs) for the chosen account. If the current **media reserved units** count isn't already at the maximum value, add the number of the MRUs needed by the job and update the service. If your job submission rate is high and you are frequently querying the MRUs to find you are at the maximum, use a distributed cache for the value with a reasonable timeout.

0 commit comments

Comments
 (0)