Azure Logic App Service Environment

This page shows how to write Terraform and Azure Resource Manager for Logic App Service Environment and write them securely.

azurerm_integration_service_environment (Terraform)

The Service Environment in Logic App can be configured in Terraform with the resource name azurerm_integration_service_environment. The following sections describe 6 examples of how to use the resource and its parameters.

Example Usage from GitHub

integration_service_environment_test.tf#L53
resource "azurerm_integration_service_environment" "example" {

  name                 = "example-ise"
  location             = azurerm_resource_group.example.location
  resource_group_name  = azurerm_resource_group.example.name
  sku_name             = "Premium_3"
integration_service_environment_test.tf#L53
resource "azurerm_integration_service_environment" "example" {

  name                 = "example-ise"
  location             = azurerm_resource_group.example.location
  resource_group_name  = azurerm_resource_group.example.name
  sku_name             = "Premium_3"
module.tf#L11
resource "azurerm_integration_service_environment" "ise" {
  name                       = var.name
  resource_group_name        = var.resource_group_name
  location                   = var.location
  sku_name                   = var.sku_name
  access_endpoint_type       = var.access_endpoint_type
module.tf#L11
resource "azurerm_integration_service_environment" "ise" {
  name                       = var.name
  resource_group_name        = var.resource_group_name
  location                   = var.location
  sku_name                   = var.sku_name
  access_endpoint_type       = var.access_endpoint_type
main.tf#L15
resource "azurerm_integration_service_environment" "ise" {
  name                       = var.ise_name
  location                   = var.location
  resource_group_name        = var.resource_group_name
  sku_name                   = var.sku_name
  access_endpoint_type       = var.access_endpoint_type
module.tf#L12
resource "azurerm_integration_service_environment" "ise" {
  name                 = azurecaf_name.ise.result
  resource_group_name  = var.resource_group_name
  location             = var.location
  sku_name             = var.settings.sku_name
  access_endpoint_type = var.settings.access_endpoint_type

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 private and isolated Logic App instances within an Azure virtual network.

Microsoft.Logic/integrationServiceEnvironments (Azure Resource Manager)

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

Example Usage from GitHub

IntegrationServiceEnvironments_ManagedApis_ListApiOperations.json#L33
                  "type": "Microsoft.Logic/integrationServiceEnvironments"
                },
                "id": "/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus",
                "type": "Microsoft.Logic/integrationServiceEnvironments/managedApis"
              },
              "isWebhook": false,
IntegrationServiceEnvironments_ManagedApis_ListApiOperations.json#L33
                  "type": "Microsoft.Logic/integrationServiceEnvironments"
                },
                "id": "/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus",
                "type": "Microsoft.Logic/integrationServiceEnvironments/managedApis"
              },
              "isWebhook": false,
IntegrationServiceEnvironmentManagedApiApiOperations_List.json#L33
                "type": "Microsoft.Logic/integrationServiceEnvironments"
              },
              "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus",
              "type": "Microsoft.Logic/integrationServiceEnvironments/managedApis"
            }
          },
IntegrationServiceEnvironments_ManagedApis_ListApiOperations.json#L33
                  "type": "Microsoft.Logic/integrationServiceEnvironments"
                },
                "id": "/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus",
                "type": "Microsoft.Logic/integrationServiceEnvironments/managedApis"
              },
              "isWebhook": false,
IntegrationServiceEnvironmentManagedApiApiOperations_List.json#L33
                "type": "Microsoft.Logic/integrationServiceEnvironments"
              },
              "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus",
              "type": "Microsoft.Logic/integrationServiceEnvironments/managedApis"
            }
          },
IntegrationServiceEnvironments_ManagedApis_ListApiOperations.json#L33
                  "type": "Microsoft.Logic/integrationServiceEnvironments"
                },
                "id": "/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus",
                "type": "Microsoft.Logic/integrationServiceEnvironments/managedApis"
              },
              "isWebhook": false,
IntegrationServiceEnvironmentManagedApiApiOperations_List.json#L33
                "type": "Microsoft.Logic/integrationServiceEnvironments"
              },
              "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus",
              "type": "Microsoft.Logic/integrationServiceEnvironments/managedApis"
            }
          },
IntegrationServiceEnvironmentManagedApiApiOperations_List.json#L33
                "type": "Microsoft.Logic/integrationServiceEnvironments"
              },
              "id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus",
              "type": "Microsoft.Logic/integrationServiceEnvironments/managedApis"
            }
          },
IntegrationServiceEnvironments_ManagedApis_ListApiOperations.json#L33
                  "type": "Microsoft.Logic/integrationServiceEnvironments"
                },
                "id": "/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationServiceEnvironments/testIntegrationServiceEnvironment/managedApis/servicebus",
                "type": "Microsoft.Logic/integrationServiceEnvironments/managedApis"
              },
              "isWebhook": false,
IntegrationServiceEnvironments_ManagedApis_Put.json#L26
            "type": "Microsoft.Logic/integrationServiceEnvironments"
          },
          "provisioningState": "InProgress",
          "category": "Standard"
        },
        "id": "/subscriptions/80d4fe69-c95b-4dd2-a938-9250f1c8ab03/resourceGroups/rohithah-ise/providers/Microsoft.Logic/integrationServiceEnvironments/tes-ise-ga/managedApis/servicebus",

Frequently asked questions

What is Azure Logic App Service Environment?

Azure Logic App Service Environment is a resource for Logic App of Microsoft Azure. Settings can be wrote in Terraform.

Where can I find the example code for the Azure Logic App Service Environment?

For Terraform, the gilyas/infracost, infracost/infracost and anmoltoppo/Terraform source code examples are useful. See the Terraform Example section for further details.

For Azure Resource Manager, the debhol/azuredocs, otubukhay/kayrepotest and sanjaypavan/OldAzure-Rest-API source code examples are useful. See the Azure Resource Manager Example section for further details.