Azure Media Asset

This page shows how to write Terraform and Azure Resource Manager for Media Asset and write them securely.

azurerm_media_asset (Terraform)

The Asset in Media can be configured in Terraform with the resource name azurerm_media_asset. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages a Media Asset.

Microsoft.Media/mediaservices/assets (Azure Resource Manager)

The mediaservices/assets in Microsoft.Media can be configured in Azure Resource Manager with the resource name Microsoft.Media/mediaservices/assets. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

assets-list-by-date.json#L16
            "type": "Microsoft.Media/mediaservices/assets",
            "properties": {
              "assetId": "89af1750-e681-4fbe-8c4c-9a5567867a6b",
              "created": "2011-02-01T00:00:00Z",
              "lastModified": "2017-11-01T00:00:00Z",
              "alternateId": "CLIMB00004",
assets-list-all.json#L15
            "type": "Microsoft.Media/mediaservices/assets",
            "properties": {
              "assetId": "e6c7ee55-d1f5-48bc-9c36-2d2157aadbbe",
              "created": "2012-04-01T00:00:00Z",
              "lastModified": "2017-11-01T00:00:00Z",
              "alternateId": "CLIMB00003",
assets-list-by-date.json#L16
            "type": "Microsoft.Media/mediaservices/assets",
            "properties": {
              "assetId": "89af1750-e681-4fbe-8c4c-9a5567867a6b",
              "created": "2011-02-01T00:00:00Z",
              "lastModified": "2017-11-01T00:00:00Z",
              "alternateId": "CLIMB00004",
assets-list-all.json#L15
            "type": "Microsoft.Media/mediaservices/assets",
            "properties": {
              "assetId": "e6c7ee55-d1f5-48bc-9c36-2d2157aadbbe",
              "created": "2012-04-01T00:00:00Z",
              "lastModified": "2017-11-01T00:00:00Z",
              "alternateId": "CLIMB00003",
assets-list-by-date.json#L16
            "type": "Microsoft.Media/mediaservices/assets",
            "properties": {
              "assetId": "89af1750-e681-4fbe-8c4c-9a5567867a6b",
              "created": "2011-02-01T00:00:00Z",
              "lastModified": "2017-11-01T00:00:00Z",
              "alternateId": "CLIMB00004",
assets-list-by-date.json#L16
            "type": "Microsoft.Media/mediaservices/assets",
            "properties": {
              "assetId": "89af1750-e681-4fbe-8c4c-9a5567867a6b",
              "created": "2011-02-01T00:00:00Z",
              "lastModified": "2017-11-01T00:00:00Z",
              "alternateId": "CLIMB00004",
assets-list-all.json#L15
            "type": "Microsoft.Media/mediaservices/assets",
            "properties": {
              "assetId": "e6c7ee55-d1f5-48bc-9c36-2d2157aadbbe",
              "created": "2012-04-01T00:00:00Z",
              "lastModified": "2017-11-01T00:00:00Z",
              "alternateId": "CLIMB00003",
assets-list-all.json#L15
            "type": "Microsoft.Media/mediaservices/assets",
            "properties": {
              "assetId": "e6c7ee55-d1f5-48bc-9c36-2d2157aadbbe",
              "created": "2012-04-01T00:00:00Z",
              "lastModified": "2017-11-01T00:00:00Z",
              "alternateId": "CLIMB00003",
assets-list-by-date.json#L16
            "type": "Microsoft.Media/mediaservices/assets",
            "properties": {
              "assetId": "89af1750-e681-4fbe-8c4c-9a5567867a6b",
              "created": "2011-02-01T00:00:00Z",
              "lastModified": "2017-11-01T00:00:00Z",
              "alternateId": "CLIMB00004",
assets-list-all.json#L15
            "type": "Microsoft.Media/mediaservices/assets",
            "properties": {
              "assetId": "e6c7ee55-d1f5-48bc-9c36-2d2157aadbbe",
              "created": "2012-04-01T00:00:00Z",
              "lastModified": "2017-11-01T00:00:00Z",
              "alternateId": "CLIMB00003",

Frequently asked questions

What is Azure Media Asset?

Azure Media Asset is a resource for Media of Microsoft Azure. Settings can be wrote in Terraform.