Azure API Management Email Template

This page shows how to write Terraform and Azure Resource Manager for API Management Email Template and write them securely.

azurerm_api_management_email_template (Terraform)

The Email Template in API Management can be configured in Terraform with the resource name azurerm_api_management_email_template. 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 API Management Email Template.

Microsoft.ApiManagement/service/templates (Azure Resource Manager)

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

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

  • apiVersion required - string
  • name required - string

    Email Template Name Identifier.

  • properties required
      • body optional - string

        Email Template Body. This should be a valid XDocument

      • description optional - string

        Description of the Email Template.

      • parameters optional array
          • description optional - string

            Template parameter description.

          • name optional - string

            Template parameter name.

          • title optional - string

            Template parameter title.

      • subject optional - string

        Subject of the Template.

      • title optional - string

        Title of the Template.

  • type required - string

Frequently asked questions

What is Azure API Management Email Template?

Azure API Management Email Template is a resource for API Management of Microsoft Azure. Settings can be wrote in Terraform.