Commit 15d472d
authored
Clarify Azure Function trigger support in agent integration
This update clarifies that Azure AI Foundry currently supports direct integration only for Azure Functions triggered by Azure Storage Queues.
The previous version of the documentation suggested that multiple trigger types—including HTTP and Blob—were supported, which led to confusion and unnecessary time spent by developers trying to integrate unsupported scenarios.
This clarification aims to prevent future misunderstandings, save development time, and set the correct expectations. It also offers practical guidance for working with HTTP-triggered functions using either OpenAPI-based tool registration or a queue-triggered wrapper pattern, so developers can still integrate their HTTP logic effectively.
Improving this section will help reduce friction and frustration for teams evaluating Azure Functions as tools for agent workflows.1 parent db5cbff commit 15d472d
1 file changed
+8
-4
lines changedLines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
0 commit comments