{
"status": 404,
"source": "https://logic-apis-westeurope.token.azure-apim.net:443/tokens/logic-apis-westeurope/ACI/62fffe4f22614cd196e0b54340f6adb0/exchange",
"message": "Error from token exchange: The connection (logic-apis-westeurope/aci/62fffe4f22614cd196e0b54340f6adb0) is not found. Please create new connection and change your application to use the new connection."
}
Expected Behaviour
The logic app is expected to run successfully.
Actual Behaviour
The logic app fails in the action "Start container", with error message mentioned above.
We can make the logic app work again if we enter designer manually, do any change and click "Save", then undo the change and click "Save" once again.
Steps to Reproduce
terraform apply. The logic app now works as expected
Delete the API connection (called aci-connection) manually in Azure Portal
terraform apply
Go to the recreated API connection in Azure Portal, then "Edit API connection" --> Authorize --> Save
Start the logic app manually, by clicking "Run Trigger"
Is there an existing issue for this?
Community Note
Terraform Version
1.2.3
AzureRM Provider Version
3.10.0
Affected Resource(s)/Data Source(s)
azurerm_api_connection, azurerm_logic_app_workflow
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The logic app is expected to run successfully.
Actual Behaviour
The logic app fails in the action "Start container", with error message mentioned above.
We can make the logic app work again if we enter designer manually, do any change and click "Save", then undo the change and click "Save" once again.
Steps to Reproduce
terraform apply
. The logic app now works as expectedaci-connection
) manually in Azure Portalterraform apply
Important Factoids
No response
References
No response