You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/media-services/latest/assets-concept.md
+2-29Lines changed: 2 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,36 +38,9 @@ Asset's names must be unique. Media Services v3 resource names (for example, Ass
38
38
39
39
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.
40
40
41
-
## Map v3 asset properties to v2
41
+
## Asset changes between Media Services v2 and v3
42
42
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.|
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:
|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)
0 commit comments