Azure 媒体服务:如何更改容器的命名约定

Azure Media Services: How to change the naming convention of the containers

Azure 媒体服务在作业完成视频文件编码后创建一个存储容器。容器的名称以 asset 开头,后跟唯一标识符。是否可以配置此行为以便我使用不同的命名约定?

有个类似的老问题here,不过是很多年前问的了。我想知道从那以后有没有变化。

您可以 Creates or updates an Asset in the Media Services account 休息 api。

如果使用.net sdk可以参考CreateOutputAssetAsync方法

建议

了解create job是干什么的,然后就可以用代码调用api来实现了

相关帖子: