Azure Media Transform

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

azurerm_media_transform (Terraform)

The Transform in Media can be configured in Terraform with the resource name azurerm_media_transform. 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 Transform.

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

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

Example Usage from GitHub

transforms-list-all.json#L15
            "type": "Microsoft.Media/mediaservices/transforms",
            "properties": {
              "created": "2018-03-20T13:33:29.4642953-04:00",
              "description": "A sample transform using the standard encoder with a built in preset.",
              "lastModified": "2018-03-20T13:33:29.4642953-04:00",
              "outputs": [
transforms-list-all.json#L15
            "type": "Microsoft.Media/mediaservices/transforms",
            "properties": {
              "created": "2018-05-31T21:08:31.4763344-04:00",
              "description": "A sample transform using the standard encoder with a built in preset.",
              "lastModified": "2018-05-31T21:08:31.4763344-04:00",
              "outputs": [
transforms-list-all.json#L15
            "type": "Microsoft.Media/mediaservices/transforms",
            "properties": {
              "created": "2018-03-20T13:33:29.4642953-04:00",
              "description": "A sample transform using the standard encoder with a built in preset.",
              "lastModified": "2018-03-20T13:33:29.4642953-04:00",
              "outputs": [
transforms-create.json#L31
        "type": "Microsoft.Media/mediaservices/transforms",
        "properties": {
          "created": "2018-03-20T13:33:30.1276806-04:00",
          "description": "Example transform to illustrate create and update.",
          "lastModified": "2018-03-20T13:33:30.1276806-04:00",
          "outputs": [
transforms-create.json#L31
        "type": "Microsoft.Media/mediaservices/transforms",
        "properties": {
          "created": "2018-05-31T21:08:32.0783474-04:00",
          "description": "Example transform to illustrate create and update.",
          "lastModified": "2018-05-31T21:08:32.0783474-04:00",
          "outputs": [
transforms-create.json#L31
        "type": "Microsoft.Media/mediaservices/transforms",
        "properties": {
          "created": "2018-03-20T13:33:30.1276806-04:00",
          "description": "Example transform to illustrate create and update.",
          "lastModified": "2018-03-20T13:33:30.1276806-04:00",
          "outputs": [

Frequently asked questions

What is Azure Media Transform?

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