Skip to content

Commit 2ecf999

Browse files
authored
Merge pull request #58112 from Juliako/patch-30
Update media-reserved-units-cli-how-to.md
2 parents 4763bce + 7e5eba5 commit 2ecf999

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

articles/media-services/latest/media-reserved-units-cli-how-to.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ ms.author: juliako
1818
---
1919
# Scaling media processing
2020

21-
Azure Media Services enables you to scale media processing in your account by managing Media Reserved Units (MRUs). For detailed overview, see [Scaling media processing](../previous/media-services-scale-media-processing-overview.md). This article shows how to use [Media Services v3 CLI](https://aka.ms/ams-v3-cli-ref) to scale MRUs.
21+
Azure Media Services enables you to scale media processing in your account by managing Media Reserved Units (MRUs). For detailed overview, see [Scaling media processing](../previous/media-services-scale-media-processing-overview.md).
2222

23-
> [!IMPORTANT]
24-
> Review considerations described in [this section](#considerations).
25-
>
26-
>
23+
This article shows how to use [Media Services v3 CLI](https://aka.ms/ams-v3-cli-ref) to scale MRUs.
24+
25+
> [!NOTE]
26+
> For the Audio Analysis and Video Analysis Jobs that are triggered by Media Services v3 or Video Indexer, it is highly recommended to provision your account with 10 S3 MRUs. <br/>If you need more than 10 S3 MRUs, open a support ticket using the [Azure portal](https://portal.azure.com/).
2727
2828
## Prerequisites
2929

@@ -41,11 +41,6 @@ The following [az ams account mru](https://docs.microsoft.com/cli/azure/ams/acco
4141
az account set mru -n amsaccount -g amsResourceGroup --count 10 --type S3
4242
```
4343

44-
## Considerations
45-
46-
- For the Audio Analysis and Video Analysis Jobs that are triggered by Media Services v3 or Video Indexer, it is highly recommended to provision your account with 10 S3 MRUs.
47-
- If you need more than 10 S3 MRUs, open a support ticket using the [Azure portal](https://portal.azure.com/).
48-
4944
## Billing
5045

5146
You are charged based on the number, type, and amount of time that MRUs are provisioned in your account. Charges apply whether or not you run any jobs. For a detailed explanation, see the FAQ section of the [Media Services pricing](https://azure.microsoft.com/pricing/details/media-services/) page.

0 commit comments

Comments
 (0)