Azure media services encryption in transit and at rest
Azure media services encryption in transit and at rest I want to enable encryption in transit and encryption at rest for all the content stored in media storage. As I read here, No encryption is used. This is the default value. When using this option your content is not protected in transit or at rest in storage. But since all my data resides in storage itself, won't it be encrypted by default at rest because of the SSE in Azure Storage ? Am I missing something here ? Also, how is the metadata (Asset information, Locator information etc.) about the content stored ? 1 Answer 1 with Media Services v2, you can use AssetCreationOptions.StorageEncrypted option, as shown here: https://docs.microsoft.com/en-us/azure/media-services/previous/media-services-dotnet-upload-files#upload-files-using-net-sdk-extensions. See, the "Storage side encryption" table for more information: https://docs.mic...