Skip to content

Commit 1be66d0

Browse files
committed
fixes
1 parent 27d8a1f commit 1be66d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/agents/how-to/tools/azure-functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Azure Functions provide support for triggers and bindings, which simplify how yo
2020

2121
Meanwhile, bindings facilitate streamlined connections to input or output data sources, such as databases or APIs, without requiring extensive boilerplate code. For instance, you can configure a trigger to execute an Azure Function whenever a customer message is received in a chatbot and use output bindings to send a response via the Azure AI Agent.
2222

23-
# Prerequisites
23+
## Prerequisites
2424

25-
* [Azure Functions Core Tools v4.x](https://learn.microsoft.com/azure/azure-functions/functions-run-local?tabs=v4%2Cwindows%2Cnode%2Cportal%2Cbash)
26-
* [Azure AI Agent Service](https://learn.microsoft.com/en-us/azure/ai-studio/how-to/develop/sdk-overview?tabs=sync&pivots=programming-language-python#azure-ai-agent-service)
25+
* [Azure Functions Core Tools v4.x](/azure/azure-functions/functions-run-local)
26+
* [Azure AI Agent Service](../../../../ai-studio/how-to/develop/sdk-overview.md?tabs=sync&pivots=programming-language-python#azure-ai-agent-service)
2727
* [Azurite](https://github.com/Azure/Azurite)
2828

2929
## Prepare your local environment
@@ -76,7 +76,7 @@ azd provision
7676

7777
::: zone-end
7878

79-
::: zone pivot="code-examples"
79+
::: zone pivot="code-example"
8080

8181
# Azure AI Agents function calling with Azure Functions
8282

0 commit comments

Comments
 (0)