Creates replication Logic Apps for AS2 MIC, generated and received X12 control numbers. Each Logic App's trigger points to a primary site integration account. Each Logic App's action points to a secondary site integration account.
This Azure Resource Manager template was created by a member of the community and not by Microsoft. Each Resource Manager template is licensed to you under a license agreement by its owner, not Microsoft. Microsoft is not responsible for Resource Manager templates provided and licensed by community members and does not screen for security, compatibility, or performance. Community Resource Manager templates are not supported under any Microsoft support program or service, and are made available AS IS without warranty of any kind.
Parameters
Parameter Name | Description |
---|---|
AS2_DR_LogicApp_Name | (no description available) |
Edifact_DR_LogicApp_Name | (no description available) |
X12_DR_LogicApp_Name | (no description available) |
location | Location of the Logic App. |
Primary_IntegrationAccountResourceGroup | (no description available) |
Primary_IntegrationAccountName | Integration Account Name |
Secondary_IntegrationAccountName | Integration Account Name |
AS2_Primary_Connection_Name | (no description available) |
AS2_Primary_Connection_DisplayName | (no description available) |
AS2_Secondary_Connection_Name | (no description available) |
AS2_Secondary_Connection_DisplayName | (no description available) |
Edifact_Primary_Connection_Name | (no description available) |
Edifact_Primary_Connection_DisplayName | (no description available) |
Edifact_Secondary_Connection_Name | (no description available) |
Edifact_Secondary_Connection_DisplayName | (no description available) |
X12_Primary_Connection_Name | (no description available) |
X12_Primary_Connection_DisplayName | (no description available) |
X12_Secondary_Connection_Name | (no description available) |
X12_Secondary_Connection_DisplayName | (no description available) |
Use the template
PowerShell
New-AzResourceGroup -Name <resource-group-name> -Location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstall and configure Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.logic/logic-app-b2b-disaster-recovery-replication/azuredeploy.json
Command line
az group create --name <resource-group-name> --location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstall and Configure the Azure Cross-Platform Command-Line Interface
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.logic/logic-app-b2b-disaster-recovery-replication/azuredeploy.json