Skip to content

Commit 949d019

Browse files
committed
split an article
1 parent 872c034 commit 949d019

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

articles/media-services/latest/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ t- name: Media Services Documentation
201201
href: media-services-high-availability-streaming.md
202202
- name: Migration from v2 to v3
203203
items:
204-
- name: v2 vs. v3
204+
- name: v2 vs v3
205205
href: media-services-v2-vs-v3.md
206206
- name: Migration guidance
207207
href: migrate-from-v2-to-v3.md

articles/media-services/latest/assets-concept.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -38,36 +38,9 @@ Asset's names must be unique. Media Services v3 resource names (for example, Ass
3838

3939
The names of files/blobs within an asset must follow both the [blob name requirements](https://docs.microsoft.com/rest/api/storageservices/Naming-and-Referencing-Containers--Blobs--and-Metadata) and the [NTFS name requirements](https://docs.microsoft.com/windows/win32/fileio/naming-a-file). The reason for these requirements is the files can get copied from blob storage to a local NTFS disk for processing.
4040

41-
## Map v3 asset properties to v2
41+
## Asset changes between Media Services v2 and v3
4242

43-
The following table shows how the [Asset](https://docs.microsoft.com/rest/api/media/assets/createorupdate#asset)'s properties in v3 map to Asset's properties in v2.
44-
45-
|v3 properties|v2 properties|
46-
|---|---|
47-
|`id` - (unique) the full Azure Resource Manager path, see examples in [Asset](https://docs.microsoft.com/rest/api/media/assets/createorupdate)||
48-
|`name` - (unique) see [Naming conventions](media-services-apis-overview.md#naming-conventions) ||
49-
|`alternateId`|`AlternateId`|
50-
|`assetId`|`Id` - (unique) value starts with the `nb:cid:UUID:` prefix.|
51-
|`created`|`Created`|
52-
|`description`|`Name`|
53-
|`lastModified`|`LastModified`|
54-
|`storageAccountName`|`StorageAccountName`|
55-
|`storageEncryptionFormat`| `Options` (creation options)|
56-
|`type`||
57-
58-
## Storage side encryption
59-
60-
To protect your Assets at rest, the assets should be encrypted by the storage side encryption. The following table shows how the storage side encryption works in Media Services:
61-
62-
|Encryption option|Description|Media Services v2|Media Services v3|
63-
|---|---|---|---|
64-
|Media Services Storage Encryption|AES-256 encryption, key managed by Media Services.|Supported<sup>(1)</sup>|Not supported<sup>(2)</sup>|
65-
|[Storage Service Encryption for Data at Rest](https://docs.microsoft.com/azure/storage/common/storage-service-encryption)|Server-side encryption offered by Azure Storage, key managed by Azure or by customer.|Supported|Supported|
66-
|[Storage Client-Side Encryption](https://docs.microsoft.com/azure/storage/common/storage-client-side-encryption)|Client-side encryption offered by Azure storage, key managed by customer in Key Vault.|Not supported|Not supported|
67-
68-
<sup>1</sup> While Media Services does support handling of content in the clear/without any form of encryption, doing so isn't recommended.
69-
70-
<sup>2</sup> In Media Services v3, storage encryption (AES-256 encryption) is only supported for backwards compatibility when your Assets were created with Media Services v2. Meaning v3 works with existing storage encrypted assets but won't allow creation of new ones.
43+
See [Asset changes between Media Services v2 and v3](media-services-v2-vs-v3.md#asset-specific-changes)
7144

7245
## Next steps
7346

0 commit comments

Comments
 (0)