Azure Media Live Event

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

azurerm_media_live_event (Terraform)

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

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

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

Example Usage from GitHub

liveevent-update.json#L44
        "type": "Microsoft.Media/mediaservices/liveevents",
        "location": "West US",
        "tags": {
          "tag1": "value1",
          "tag2": "value2",
          "tag3": "value3"
liveevent-create.json#L43
        "type": "Microsoft.Media/mediaservices/liveevents",
        "location": "West US",
        "tags": {
          "tag1": "value1",
          "tag2": "value2"
        },
liveevent-update.json#L44
        "type": "Microsoft.Media/mediaservices/liveevents",
        "location": "West US",
        "tags": {
          "tag1": "value1",
          "tag2": "value2",
          "tag3": "value3"
liveevent-update.json#L44
        "type": "Microsoft.Media/mediaservices/liveevents",
        "location": "West US",
        "tags": {
          "tag1": "value1",
          "tag2": "value2",
          "tag3": "value3"
liveevent-create.json#L43
        "type": "Microsoft.Media/mediaservices/liveevents",
        "location": "West US",
        "tags": {
          "tag1": "value1",
          "tag2": "value2"
        },
liveevent-create.json#L43
        "type": "Microsoft.Media/mediaservices/liveevents",
        "location": "West US",
        "tags": {
          "tag1": "value1",
          "tag2": "value2"
        },
liveevent-create.json#L43
        "type": "Microsoft.Media/mediaservices/liveevents",
        "location": "West US",
        "tags": {
          "tag1": "value1",
          "tag2": "value2"
        },
liveevent-update.json#L44
        "type": "Microsoft.Media/mediaservices/liveevents",
        "location": "West US",
        "tags": {
          "tag1": "value1",
          "tag2": "value2",
          "tag3": "value3"
liveevent-update.json#L44
        "type": "Microsoft.Media/mediaservices/liveevents",
        "location": "West US",
        "tags": {
          "tag1": "value1",
          "tag2": "value2",
          "tag3": "value3"
liveevent-update.json#L44
        "type": "Microsoft.Media/mediaservices/liveevents",
        "location": "West US",
        "tags": {
          "tag1": "value1",
          "tag2": "value2",
          "tag3": "value3"

Frequently asked questions

What is Azure Media Live Event?

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