Skip to content

Commit 416fbb4

Browse files
authored
Merge pull request #4867 from lindazqli/patch-49
Update triggers.md
2 parents 5322359 + a25403e commit 416fbb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/agents/how-to/triggers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: aahi
88
ms.service: azure-ai-agent-service
99
---
1010

11-
# Trigger an agent using Logic Apps
11+
# Trigger an agent using Logic Apps (Preview)
1212

1313
To streamline your workflow, you might want to automatically invoke your AI agent when an event occurs, such as receiving a new email, or getting a new customer ticket so that your AI agent can immediately respond to the new event without manual invocation.
1414

@@ -44,7 +44,7 @@ To check if a specific connector has a trigger capability, view its documentatio
4444

4545
1. In the Azure portal, navigate to the AI Foundry project that has the AI agent you want to use.
4646
1. Select **access control** and click **add role assignment**.
47-
1. Select at least **AI Developer** and click **Next**.
47+
1. Select at least **Azure AI Project Manager** and click **Next**.
4848
1. Select **User, group, or service principal** and select members
4949
1. Paste the object ID you got from the Logic App resource to search for your Logic App resource. Then select **Finish**.
5050

@@ -106,7 +106,7 @@ The **create thread** connector creates a new [thread](../concepts/threads-runs-
106106
"bing_grounding": {
107107
"search_configurations": [
108108
{
109-
"connection_id": "/subscriptions/<subscription-id>/resourceGroups/<your resource group name>/providers/Microsoft.CognitiveServices/accounts/<your ai service name>/projects/<your project name>/connections/<your connection name>",
109+
"connection_id": "/subscriptions/<subscription-id>/resourceGroups/<your_resource_group_name>/providers/Microsoft.CognitiveServices/accounts/<your_ai_service_name>/projects/<your_project_name>/connections/<your_connection_name>",
110110
"count": 7,
111111
"market": "en-US",
112112
"set_lang": "en",
@@ -161,4 +161,4 @@ To get a response, you need a custom function to retrieve the exact response bod
161161

162162
:::image type="content" source="../media/triggers/get-response.png" alt-text="A screenshot showing the compose connector." lightbox="../media/triggers/get-response.png":::
163163

164-
1. Add other connectors if needed. You can click **run** and click **run history** to check the status of your runs.
164+
1. Add other connectors if needed. You can click **run** and click **run history** to check the status of your runs.

0 commit comments

Comments
 (0)