Skip to content

Commit b9cf655

Browse files
committed
fixes
1 parent 0659e58 commit b9cf655

File tree

5 files changed

+91
-76
lines changed

5 files changed

+91
-76
lines changed

articles/ai-foundry/agents/how-to/tools/logic-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article demonstrates how to integrate Logic Apps with Azure AI Agents to ex
2121
## Prerequisites
2222

2323
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.
2525
1. Set the following environment variables:
2626
- `PROJECT_ENDPOINT`: The Azure AI Agents endpoint.
2727
- `MODEL_DEPLOYMENT_NAME`: The deployment name of the AI model.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Start by adding the Azure AI Foundry Agent service connectors to your workflow.
6060

6161
1. Depending on your use-case, choose the actions you need.
6262

63-
If you want to create a new [thread](../concepts/threads-runs-messages/md#threads) for each new event of your trigger, add the following in sequence:
63+
If you want to create a new [thread](../concepts/threads-runs-messages.md#threads) for each new event of your trigger, add the following in sequence:
6464
1. Create thread
6565
1. Create run
6666
1. Get run

articles/ai-foundry/agents/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Azure AI Foundry Agent Service provides a production-ready foundation for deploy
102102
| **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 |
103103
| **2. Multi-agent coordination** | Built-in support for agent-to-agent messaging. |
104104
| **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. |
106106
| **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. |
107107
| **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 |
108108
| **7. Identity and policy control** | Built on Microsoft Entra with full support for RBAC, audit logs, and enterprise conditional access. |

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 88 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,187 +1173,202 @@
11731173
{
11741174
"source_path_from_root": "/articles/ai-services/openai/concepts/content-filter-personal-information.md",
11751175
"redirect_url": "/azure/ai-services/openai/concepts/content-filter",
1176-
"redirect_document_id": false
1176+
"redirect_document_id": true
11771177
},
11781178
{
11791179
"source_path_from_root": "/articles/ai-services/agents/concepts/agent-catalog.md",
1180-
"redirect_url": "/azure/ai-foundry/agents/agents/concepts/agent-catalog",
1181-
"redirect_document_id": false
1180+
"redirect_url": "/azure/ai-foundry/agents/concepts/agent-catalog",
1181+
"redirect_document_id": true
1182+
},
1183+
{
1184+
"source_path_from_root": "/articles/ai-services/agents/how-to/metrics.md",
1185+
"redirect_url": "/azure/ai-foundry/agents/how-to/metrics",
1186+
"redirect_document_id": true
1187+
},
1188+
{
1189+
"source_path_from_root": "/articles/ai-services/agents/reference/monitor-service.md",
1190+
"redirect_url": "/azure/ai-foundry/agents/how-to/reference/monitor-service",
1191+
"redirect_document_id": true
1192+
},
1193+
{
1194+
"source_path_from_root": "/articles/ai-services/agents/how-to/metrics.md",
1195+
"redirect_url": "/azure/ai-foundry/agents/how-to/metrics",
1196+
"redirect_document_id": true
11821197
},
11831198
{
11841199
"source_path_from_root": "/articles/ai-services/agents/concepts/model-region-support.md",
1185-
"redirect_url": "/azure/ai-foundry/agents/agents/concepts/model-region-support",
1186-
"redirect_document_id": false
1200+
"redirect_url": "/azure/ai-foundry/agents/concepts/model-region-support",
1201+
"redirect_document_id": true
11871202
},
11881203
{
11891204
"source_path_from_root": "/articles/ai-services/agents/concepts/standard-agent-setup.md",
1190-
"redirect_url": "/azure/ai-foundry/agents/agents/concepts/standard-agent-setup",
1191-
"redirect_document_id": false
1205+
"redirect_url": "/azure/ai-foundry/agents/concepts/standard-agent-setup",
1206+
"redirect_document_id": true
11921207
},
11931208
{
11941209
"source_path_from_root": "/articles/ai-services/agents/concepts/threads-runs-messages.md",
1195-
"redirect_url": "/azure/ai-foundry/agents/agents/concepts/threads-runs-messages",
1196-
"redirect_document_id": false
1210+
"redirect_url": "/azure/ai-foundry/agents/concepts/threads-runs-messages",
1211+
"redirect_document_id": true
11971212
},
11981213
{
11991214
"source_path_from_root": "/articles/ai-services/agents/concepts/tracing.md",
1200-
"redirect_url": "/azure/ai-foundry/agents/agents/concepts/tracing",
1201-
"redirect_document_id": false
1215+
"redirect_url": "/azure/ai-foundry/agents/concepts/tracing",
1216+
"redirect_document_id": true
12021217
},
12031218
{
12041219
"source_path_from_root": "/articles/ai-services/agents/environment-setup.md",
1205-
"redirect_url": "/azure/ai-foundry/agents/agents/environment-setup",
1206-
"redirect_document_id": false
1220+
"redirect_url": "/azure/ai-foundry/agents/environment-setup",
1221+
"redirect_document_id": true
12071222
},
12081223
{
12091224
"source_path_from_root": "/articles/ai-services/agents/faq.yml",
1210-
"redirect_url": "/azure/ai-foundry/agents/agents/faq",
1211-
"redirect_document_id": false
1225+
"redirect_url": "/azure/ai-foundry/agents/faq",
1226+
"redirect_document_id": true
12121227
},
12131228
{
12141229
"source_path_from_root": "/articles/ai-services/agents/how-to/connected-agents.md",
1215-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/connected-agents",
1216-
"redirect_document_id": false
1230+
"redirect_url": "/azure/ai-foundry/agents/how-to/connected-agents",
1231+
"redirect_document_id": true
12171232
},
12181233
{
12191234
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/azure-ai-search-samples.md",
1220-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/azure-ai-search-samples",
1221-
"redirect_document_id": false
1235+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/azure-ai-search-samples",
1236+
"redirect_document_id": true
12221237
},
12231238
{
12241239
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/azure-ai-search.md",
1225-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/azure-ai-search",
1226-
"redirect_document_id": false
1240+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/azure-ai-search",
1241+
"redirect_document_id": true
12271242
},
12281243
{
12291244
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/azure-functions-samples.md",
1230-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/azure-functions-samples",
1231-
"redirect_document_id": false
1245+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/azure-functions-samples",
1246+
"redirect_document_id": true
12321247
},
12331248
{
12341249
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/azure-functions.md",
1235-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/azure-functions",
1236-
"redirect_document_id": false
1250+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/azure-functions",
1251+
"redirect_document_id": true
12371252
},
12381253
{
12391254
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/bing-code-samples.md",
1240-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/bing-code-samples",
1241-
"redirect_document_id": false
1255+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/bing-code-samples",
1256+
"redirect_document_id": true
12421257
},
12431258
{
12441259
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/bing-custom-search-samples.md",
1245-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/bing-custom-search-samples",
1246-
"redirect_document_id": false
1260+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/bing-custom-search-samples",
1261+
"redirect_document_id": true
12471262
},
12481263
{
12491264
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/bing-custom-search.md",
1250-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/bing-custom-search",
1251-
"redirect_document_id": false
1265+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/bing-custom-search",
1266+
"redirect_document_id": true
12521267
},
12531268
{
12541269
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/bing-grounding.md",
1255-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/bing-grounding",
1256-
"redirect_document_id": false
1270+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/bing-grounding",
1271+
"redirect_document_id": true
12571272
},
12581273
{
12591274
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/code-interpreter-samples.md",
1260-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/code-interpreter-samples",
1261-
"redirect_document_id": false
1275+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/code-interpreter-samples",
1276+
"redirect_document_id": true
12621277
},
12631278
{
12641279
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/code-interpreter.md",
1265-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/code-interpreter",
1266-
"redirect_document_id": false
1280+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/code-interpreter",
1281+
"redirect_document_id": true
12671282
},
12681283
{
12691284
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/fabric.md",
1270-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/fabric",
1271-
"redirect_document_id": false
1285+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/fabric",
1286+
"redirect_document_id": true
12721287
},
12731288
{
12741289
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/file-search-upload-files.md",
1275-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/file-search-upload-files",
1276-
"redirect_document_id": false
1290+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/file-search-upload-files",
1291+
"redirect_document_id": true
12771292
},
12781293
{
12791294
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/file-search.md",
1280-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/file-search",
1281-
"redirect_document_id": false
1295+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/file-search",
1296+
"redirect_document_id": true
12821297
},
12831298
{
12841299
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/function-calling.md",
1285-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/function-calling",
1286-
"redirect_document_id": false
1300+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/function-calling",
1301+
"redirect_document_id": true
12871302
},
12881303
{
12891304
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/logic-apps.md",
1290-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/logic-apps",
1291-
"redirect_document_id": false
1305+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/logic-apps",
1306+
"redirect_document_id": true
12921307
},
12931308
{
12941309
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/openapi-spec-samples.md",
1295-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/openapi-spec-samples",
1296-
"redirect_document_id": false
1310+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/openapi-spec-samples",
1311+
"redirect_document_id": true
12971312
},
12981313
{
12991314
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/openapi-spec.md",
1300-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/openapi-spec",
1301-
"redirect_document_id": false
1315+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/openapi-spec",
1316+
"redirect_document_id": true
13021317
},
13031318
{
13041319
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/overview.md",
1305-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/overview",
1306-
"redirect_document_id": false
1320+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/overview",
1321+
"redirect_document_id": true
13071322
},
13081323
{
13091324
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/sharepoint-samples.md",
1310-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/sharepoint-samples",
1311-
"redirect_document_id": false
1325+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/sharepoint-samples",
1326+
"redirect_document_id": true
13121327
},
13131328
{
13141329
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/sharepoint.md",
1315-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/tools/sharepoint",
1316-
"redirect_document_id": false
1330+
"redirect_url": "/azure/ai-foundry/agents/how-to/tools/sharepoint",
1331+
"redirect_document_id": true
13171332
},
13181333
{
13191334
"source_path_from_root": "/articles/ai-services/agents/how-to/triggers.md",
1320-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/triggers",
1321-
"redirect_document_id": false
1335+
"redirect_url": "/azure/ai-foundry/agents/how-to/triggers",
1336+
"redirect_document_id": true
13221337
},
13231338
{
13241339
"source_path_from_root": "/articles/ai-services/agents/how-to/use-your-own-resources.md",
1325-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/use-your-own-resources",
1326-
"redirect_document_id": false
1340+
"redirect_url": "/azure/ai-foundry/agents/how-to/use-your-own-resources",
1341+
"redirect_document_id": true
13271342
},
13281343
{
13291344
"source_path_from_root": "/articles/ai-services/agents/how-to/virtual-networks.md",
1330-
"redirect_url": "/azure/ai-foundry/agents/agents/how-to/virtual-networks",
1331-
"redirect_document_id": false
1345+
"redirect_url": "/azure/ai-foundry/agents/how-to/virtual-networks",
1346+
"redirect_document_id": true
13321347
},
13331348
{
13341349
"source_path_from_root": "/articles/ai-services/agents/index.yml",
1335-
"redirect_url": "/azure/ai-foundry/agents/agents/index",
1336-
"redirect_document_id": false
1350+
"redirect_url": "/azure/ai-foundry/agents/index",
1351+
"redirect_document_id": true
13371352
},
13381353
{
13391354
"source_path_from_root": "/articles/ai-services/agents/overview.md",
1340-
"redirect_url": "/azure/ai-foundry/agents/agents/overview",
1341-
"redirect_document_id": false
1355+
"redirect_url": "/azure/ai-foundry/agents/overview",
1356+
"redirect_document_id": true
13421357
},
13431358
{
13441359
"source_path_from_root": "/articles/ai-services/agents/quickstart.md",
1345-
"redirect_url": "/azure/ai-foundry/agents/agents/quickstart",
1346-
"redirect_document_id": false
1360+
"redirect_url": "/azure/ai-foundry/agents/quickstart",
1361+
"redirect_document_id": true
13471362
},
13481363
{
13491364
"source_path_from_root": "/articles/ai-services/agents/quotas-limits.md",
1350-
"redirect_url": "/azure/ai-foundry/agents/agents/quotas-limits",
1351-
"redirect_document_id": false
1365+
"redirect_url": "/azure/ai-foundry/agents/quotas-limits",
1366+
"redirect_document_id": true
13521367
},
13531368
{
13541369
"source_path_from_root": "/articles/ai-services/agents/whats-new.md",
1355-
"redirect_url": "/azure/ai-foundry/agents/agents/whats-new",
1356-
"redirect_document_id": false
1370+
"redirect_url": "/azure/ai-foundry/agents/whats-new",
1371+
"redirect_document_id": true
13571372
}
13581373
]
13591374
}
Binary file not shown.

0 commit comments

Comments
 (0)