You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/add-agent-action-create-run-workflow.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ For more information, see:
51
51
52
52
- A [Foundry project](/azure/foundry-classic/how-to/create-projects?tabs=foundry).
53
53
54
-
This project organizes your work and saves the state while you build your AI apps.
54
+
This project organizes your work and saves the state while you build your AI apps and solutions.
55
55
56
56
If you want to [create a hub project](/azure/foundry-classic/how-to/hub-create-projects?tabs=portal) so you can host your project and set up a team collaboration environment, you need one of the following roles for Microsoft Entra role-based access control (RBAC), based on the [principle of least privilege](/entra/identity-platform/secure-least-privileged-access):
57
57
@@ -251,19 +251,19 @@ To try the new agent action by using the **Agents playground**, follow these ste
251
251
252
252
## 1: Set the environment variables
253
253
254
-
Set the following environment variables:
255
-
PROJECT_ENDPOINT: The Azure AI Agents endpoint.
256
-
MODEL_DEPLOYMENT_NAME: The deployment name of the AI model.
257
-
SUBSCRIPTION_ID: Your Azure subscription ID.
258
-
resource_group_name: The name of your resource group.
254
+
On your system, set the following environment variables:
259
255
260
-
For the full sample that shows integrating an agent in Microsoft Foundry with a Consumption logic app in the Azure portal, see []
256
+
| Environment variable | Description |
257
+
|----------------------|-------------|
258
+
|`PROJECT_ENDPOINT`| The endpoint for your Microsoft Foundry project. To find this value, in the Foundry portal, on the project sidebar, select **Overview**. Find the property named **Microsoft Foundry project endpoint**. |
259
+
|`MODEL_DEPLOYMENT_NAME`| The deployment name for the AI model. To find this value, in the Foundry portal, on the project sidebar menu, in the **My assets** section, select **Models + endpoints**, and look in the **Name** column. |
260
+
|`SUBSCRIPTION_ID`| The ID for your Azure subscription. |
261
+
|`resource_group_name`| The name for your resource group. |
For the full sample that shows integrating an agent in Microsoft Foundry with a Consumption logic app in the Azure portal, see [](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_logic_apps.py).
263
264
264
265
For the sample code, see the [AzureLogicAppTool utility on GitHub](https://github.com/azure-ai-foundry/foundry-samples/blob/main/samples-classic/python/getting-started-agents/logic_apps/user_logic_apps.py).
265
266
266
-
267
267
## 2: Create a project client
268
268
269
269
To connect to your Foundry project and other resources, follow these steps to create a client object:
0 commit comments