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/ai-foundry/agents/how-to/tools/logic-apps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This article demonstrates how to integrate Logic Apps with Azure AI Agents to ex
21
21
## Prerequisites
22
22
23
23
1. Create a Logic App within the same resource group as your Azure AI Project in the Azure portal.
24
-
1. Configure your Logic App to send emails by including an HTTP request trigger that accepts JSON with `to`, `subject`, and `body`. See the [Logic App Workflow guide](/azure/ai-services/agents/ai-services/openai/how-to/assistants-logic-apps) for more information.
24
+
1. Configure your Logic App to send emails by including an HTTP request trigger that accepts JSON with `to`, `subject`, and `body`. See the [Logic App Workflow guide](../../../../ai-services/openai/how-to/assistants-logic-apps.md) for more information.
25
25
1. Set the following environment variables:
26
26
-`PROJECT_ENDPOINT`: The Azure AI Agents endpoint.
27
27
-`MODEL_DEPLOYMENT_NAME`: The deployment name of the AI model.
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Azure AI Foundry Agent Service provides a production-ready foundation for deploy
102
102
|**1. Visibility into conversations**| Full access to structured [threads](./concepts/threads-runs-messages.md#threads), including both user↔agent and agent↔agent messages. Ideal for UIs, debugging, and training |
103
103
|**2. Multi-agent coordination**| Built-in support for agent-to-agent messaging. |
104
104
|**3. Tool orchestration**| Server-side execution and retry of [tool calls](how-to\tools\overview.md) with structured logging. No manual orchestration required. |
105
-
|**4. Trust and safety**| Integrated [content filters](/azure/ai-services/agents/ai-services/openai/how-to/content-filters) help prevent misuse and mitigate prompt injection risks (XPIA). all outputs are policy-governed. |
105
+
|**4. Trust and safety**| Integrated [content filters](../../ai-services/openai/how-to/content-filters.md) help prevent misuse and mitigate prompt injection risks (XPIA). all outputs are policy-governed. |
106
106
|**5. Enterprise integration**| Bring your own [storage](./how-to/use-your-own-resources.md#use-an-existing-azure-cosmos-db-for-nosql-account-for-thread-storage), [Azure AI Search index](./how-to/use-your-own-resources.md#use-an-existing-azure-ai-search-resource), and [virtual network](how-to\virtual-networks.md) to meet compliance needs. |
107
107
|**6. Observability and debugging**| Threads, tool invocations, and message traces are [fully traceable](concepts\tracing.md); [Application Insights integration](./how-to/metrics.md) for telemetry |
108
108
|**7. Identity and policy control**| Built on Microsoft Entra with full support for RBAC, audit logs, and enterprise conditional access. |
0 commit comments