Skip to content

Commit d9abbc5

Browse files
authored
Merge pull request #57917 from Juliako/patch-27
Update media-reserved-units-cli-how-to.md
2 parents 81130a7 + 5e2b482 commit d9abbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Azure Media Services enables you to scale media processing in your account by ma
3838
The following [az ams account mru](https://docs.microsoft.com/cli/azure/ams/account/mru?view=azure-cli-latest) command sets Media Reserved Units on the "amsaccount" account using the **count** and **type** parameters.
3939

4040
```azurecli
41-
az account set mru -n amsaccount -g amsResourceGroup --count 10 type S3
41+
az account set mru -n amsaccount -g amsResourceGroup --count 10 --type S3
4242
```
4343

4444
## Considerations

0 commit comments

Comments
 (0)