Azure Video Analyzer Edge Module

This page shows how to write Terraform and Azure Resource Manager for Video Analyzer Edge Module and write them securely.

azurerm_video_analyzer_edge_module (Terraform)

The Edge Module in Video Analyzer can be configured in Terraform with the resource name azurerm_video_analyzer_edge_module. 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

The following arguments are supported:

  • name - (Required) Specifies the name of the Video Analyzer Edge Module. Changing this forces a new resource to be created.

  • resource_group_name - (Required) The name of the resource group in which to create the Video Analyzer Edge Module. Changing this forces a new resource to be created.

  • video_analyzer_name - (Required) The name of the Video Analyzer in which to create the Edge Module. Changing this forces a new resource to be created.


The following attributes are exported:

  • id - The ID of the Video Analyzer Edge Module.

Explanation in Terraform Registry

Manages a Video Analyzer Edge Module.

Microsoft.Media/videoAnalyzers/edgeModules (Azure Resource Manager)

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

Example Usage from GitHub

An example could not be found in GitHub.

Frequently asked questions

What is Azure Video Analyzer Edge Module?

Azure Video Analyzer Edge Module is a resource for Video Analyzer of Microsoft Azure. Settings can be wrote in Terraform.