Microsoft.Media mediaServices/assets

ARM template resource definition

The mediaServices/assets resource type can be deployed to:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Media/mediaServices/assets resource, add the following JSON to your template.

{
  "type": "Microsoft.Media/mediaServices/assets",
  "apiVersion": "2022-08-01",
  "name": "string",
  "properties": {
    "alternateId": "string",
    "container": "string",
    "description": "string",
    "storageAccountName": "string"
  }
}

Property values

mediaServices/assets

Name Description Value
type The resource type 'Microsoft.Media/mediaServices/assets'
apiVersion The resource api version '2022-08-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties The resource properties. AssetProperties

AssetProperties

Name Description Value
alternateId The alternate ID of the Asset. string
container The name of the asset blob container. string
description The Asset description. string
storageAccountName The name of the storage account. string