Skip to content

Commit 9e4b371

Browse files
authored
Merge pull request #189360 from IngridAtMicrosoft/storage
EASY REVIEW Storage Quotas
2 parents 2a22093 + ca31293 commit 9e4b371

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/media-services/latest/limits-quotas-constraints-reference.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@ This article lists some of the most common Microsoft Azure Media Services limits
3838

3939
## Storage limits
4040

41-
| Resource | Default Limit |
42-
| --- | --- |
43-
| File size| In some scenarios, there is a limit on the maximum file size supported for processing in Media Services. <sup>(1)</sup> |
44-
| [Storage accounts](storage-account-concept.md) | 100<sup>(2)</sup> (fixed) |
41+
Azure Storage block blog limits apply to storage accounts used with Media Services. See [Azure Blob Storage limits](/azure/azure-resource-manager/management/azure-subscription-service-limits.md#azure-blob-storage-limits).
42+
43+
These limit includes the total stored data storage size of the files that you upload for encoding and the file sizes of the encoded files. The limit for file size for encoding is a different limit. See [File size for encoding](#file-size-for-encoding-limit).
4544

46-
<sup>1</sup> The maximum size supported for a single blob is currently up to 5 TB in Azure Blob Storage. Additional limits apply in Media Services based on the VM sizes that are used by the service. The size limit applies to the files that you upload and also the files that get generated as a result of Media Services processing (encoding or analyzing). If your source file is larger than 260-GB, your Job will likely fail.
45+
### Storage account limit
46+
You can have up to 100 storage accounts. All storage accounts must be in the same Azure subscription.
4747

48-
<sup>2</sup> The storage accounts must be from the same Azure subscription.
48+
## File size for encoding limit
49+
An individual file that you upload to be encoded should be no larger than 260 GB.
4950

5051
## Jobs (encoding & analyzing) limits
5152

0 commit comments

Comments
 (0)