Azure Logic App Integration Account Session
This page shows how to write Terraform and Azure Resource Manager for Logic App Integration Account Session and write them securely.
azurerm_logic_app_integration_account_session (Terraform)
The Integration Account Session in Logic App can be configured in Terraform with the resource name azurerm_logic_app_integration_account_session
. 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
The following arguments are supported:
name
- (Required) The name which should be used for this Logic App Integration Account Session. Changing this forces a new Logic App Integration Account Session to be created.resource_group_name
- (Required) The name of the Resource Group where the Logic App Integration Account Session should exist. Changing this forces a new Logic App Integration Account Session to be created.integration_account_name
- (Required) The name of the Logic App Integration Account. Changing this forces a new Logic App Integration Account Session to be created.content
- (Optional) The content of the Logic App Integration Account Session.
In addition to the Arguments listed above - the following Attributes are exported:
id
- The ID of the Logic App Integration Account Session.
Explanation in Terraform Registry
Manages a Logic App Integration Account Session.
Microsoft.Logic/integrationAccounts/sessions (Azure Resource Manager)
The integrationAccounts/sessions in Microsoft.Logic can be configured in Azure Resource Manager with the resource name Microsoft.Logic/integrationAccounts/sessions
. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.