简体   繁体   中英

How do I programmatically access a Storage Container inside an Azure Media Service?

How do I programmatically access a Storage Container inside an Azure Media Service?

My ultimate goal is to get access to each individual asset's storage container, and the files within.

I do have access to the Storage Account through the Portal, but I need to do this programmatically with C#.

I'm still a bit new to Azure.

  • A storage account is required for any Azure Storage access.
  • Media Services provides SDK-level tools that allows you to manage multiple storage accounts and load balance asset distribution during upload to these accounts based on metrics or random distribution.
  • An AccessPolicy specifies the read, write, and list rights as well as the duration of access to an asset.
  • Please refer to these references for more information:
    Media Services documentation
    Access Policy
    Storage Account

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM