Azure Logic App Integration Account Agreement

This page shows how to write Terraform and Azure Resource Manager for Logic App Integration Account Agreement and write them securely.

azurerm_logic_app_integration_account_agreement (Terraform)

The Integration Account Agreement in Logic App can be configured in Terraform with the resource name azurerm_logic_app_integration_account_agreement. 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) The name which should be used for this Logic App Integration Account Agreement. Changing this forces a new resource to be created.

  • resource_group_name - (Required) The name of the Resource Group where the Logic App Integration Account Agreement should exist. Changing this forces a new resource to be created.

  • integration_account_name - (Required) The name of the Logic App Integration Account. Changing this forces a new resource to be created.

  • agreement_type - (Required) The type of the Logic App Integration Account Agreement. Possible values are AS2, X12 and Edifact.

  • content - (Required) The content of the Logic App Integration Account Agreement.

  • guest_identity - (Required) A guest_identity block as documented below.

  • guest_partner_name - (Required) The name of the guest Logic App Integration Account Partner.

  • host_identity - (Required) A host_identity block as documented below.

  • host_partner_name - (Required) The name of the host Logic App Integration Account Partner.

  • metadata - (Optional) The metadata of the Logic App Integration Account Agreement.


A guest_identity block exports the following:

  • qualifier - (Required) The authenticating body that provides unique guest identities to organizations.

  • value - (Required) The value that identifies the documents that your logic apps receive.


A host_identity block exports the following:

  • qualifier - (Required) The authenticating body that provides unique host identities to organizations.

  • value - (Required) The value that identifies the documents that your logic apps receive.

In addition to the Arguments listed above - the following Attributes are exported:

  • id - The ID of the Logic App Integration Account Agreement.

Explanation in Terraform Registry

Manages a Logic App Integration Account Agreement.

Microsoft.Logic/integrationAccounts/agreements (Azure Resource Manager)

The integrationAccounts/agreements in Microsoft.Logic can be configured in Azure Resource Manager with the resource name Microsoft.Logic/integrationAccounts/agreements. 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 Logic App Integration Account Agreement?

Azure Logic App Integration Account Agreement is a resource for Logic App of Microsoft Azure. Settings can be wrote in Terraform.