Skip to content

Commit 20bf906

Browse files
authored
Update azure-functions-samples.md
Adjusting headings to match other examples.
1 parent 471dfe7 commit 20bf906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ For any issues with the TypeScript code, create an issue on the [sample code rep
303303

304304
::: zone pivot="csharp"
305305

306-
# Sample for using Azure Functions with agents in Azure.AI.Agents
306+
## Using the .NET SDK
307307

308-
## Prerequisites
308+
### Prerequisites
309309
To make a function call we need to create and deploy the Azure function. In the code snippet below, we have an example of function on C# which can be used by the code above.
310310

311311
```csharp
@@ -408,7 +408,7 @@ After we have tested the function and made sure it works, please make sure that
408408

409409
In the example below we are calling function "foo", which responds "Bar".
410410

411-
## Azure.AI.Agents Sample Code
411+
### .NET Sample Code
412412

413413
1. First, we set up the necessary configuration, initialize the `PersistentAgentsClient`, define the `AzureFunctionToolDefinition` for our Azure Function, and then create the agent. This step includes all necessary `using` directives.
414414

0 commit comments

Comments
 (0)