The workflow must be associated with an integration account - Azure Logic App

September 14, 2021 by Anuraj

Azure LogicApps Serverless NoCode

This blog post is about fixing an error while using Execute Javascript code step in Azure Logic Apps. While working a Azure Logic app, I faced this issue - I am using a script which converts the RSS feed categories / tags and convert it to hashtags. But when I tried to save the Logic App, I got an error like this.

Logic App Enable Javascript Code execution

To fix this first you need to create an integration account, which is a separate Azure resource that provides a secure,scalable, and manageable container for the integration artifacts that you define and use with your logic app workflows. You can click on Create new Resource and search for integration account. You need tp provide the name and location. You need to choose the pricing tier according to your requirements, for demo purposes I am choosing the Free tier.

Create new integration account

Once it is created, you need to open the Azure Logic App and select the Workflow settings menu, and from the Workflow Settings, choose the Integration account you created.

Workflow Settings

And save the changes. Now you will be able to add the Javascript execution code to Logic App.

Here few helpful links which helps you to choose the integration account.

  1. Add and run code snippets by using inline code in Azure Logic Apps
  2. Create and manage integration accounts for B2B enterprise integrations in Azure Logic Apps

Happy Programming :)

Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub