Skip to content

Commit 8d3105c

Browse files
author
ecfan
committed
Updates
1 parent e010ace commit 8d3105c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

articles/logic-apps/add-agent-action-create-run-workflow.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For more information, see:
5151

5252
- A [Foundry project](/azure/foundry-classic/how-to/create-projects?tabs=foundry).
5353

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.
5555

5656
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):
5757

@@ -251,19 +251,19 @@ To try the new agent action by using the **Agents playground**, follow these ste
251251

252252
## 1: Set the environment variables
253253

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:
259255

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. |
261262

262-
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_logic_apps.py
263+
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).
263264

264265
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).
265266

266-
267267
## 2: Create a project client
268268

269269
To connect to your Foundry project and other resources, follow these steps to create a client object:

0 commit comments

Comments
 (0)