From the course: Building Agents Using the Azure AI Foundry Agent Service

Unlock this course with a free trial

Join today to access over 25,000 courses taught by industry experts.

Logic Apps

Logic Apps

- [Instructor] Azure Logic App empowers you to seamlessly integrate with a wide range of external systems, APIs, and workflows using a low-code approach. The Logic App tool is very exciting, as it enables your agents to access this technology with ease. Before we use this tool, we need to have our Logic App set up. Setting up a Logic App is out of scope of this course, however, I created a simple Logic App for this example. There are a couple of things to consider when creating this Logic App. The Logic App must be created in the same resource group and region or location as the Foundry project, and it must be using the consumption plan. Now let's go to the Logic App designer to see the required workflow. The Logic App must start with an HTTP request trigger and a trigger description. The Logic App must then end with a response action. This Logic App gets the location of type string, calls the MSN Weather service, and provides the weather information in the response. We need to run…

Contents