Skip to content

Commit 68394a2

Browse files
committed
moving js
1 parent f7129d0 commit 68394a2

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
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
@@ -10,7 +10,7 @@ ms.date: 01/30/2025
1010
author: aahill
1111
ms.author: aahi
1212
ms.custom: azure-ai-agents
13-
zone_pivot_groups: selection-function-calling-samples
13+
zone_pivot_groups: selection-azure-functions-samples
1414
---
1515

1616
# How to use Azure Functions with Azure AI Agents
@@ -275,7 +275,7 @@ curl --request GET \
275275
276276
::: zone-end
277277
278-
278+
<!--
279279
::: zone pivot="typescript"
280280
281281
## Define a function for your agent to call
@@ -309,7 +309,7 @@ For any issues with the TypeScript code, create an issue on the [sample code rep
309309
310310
311311
::: zone-end
312-
312+
-->
313313
::: zone pivot="csharp"
314314
315315
## Prerequisites for .NET Azure Function Sample

articles/ai-services/agents/how-to/tools/bing-custom-search-samples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ agentClient.DeleteAgent(agentId: agent.Id);
252252

253253
:::zone-end
254254

255+
<!--
255256
::: zone pivot="javascript"
256257
257258
## Create a project client
@@ -372,7 +373,7 @@ Create a run and observe that the model uses the Grounding with Bing Custom Sear
372373
```
373374
374375
:::zone-end
375-
376+
-->
376377

377378
::: zone pivot="rest"
378379

zone-pivots/zone-pivot-groups.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,8 +1142,6 @@ groups:
11421142
title: Azure AI Foundry portal
11431143
- id: csharp
11441144
title: C#
1145-
- id: javascript
1146-
title: JavaScript
11471145
- id: python
11481146
title: Python
11491147
- id: rest
@@ -1162,6 +1160,16 @@ groups:
11621160
title: Python
11631161
- id: rest-api
11641162
title: REST API
1163+
- id: selection-azure-functions-samples
1164+
title: Selections
1165+
prompt: What would you like to see?
1166+
pivots:
1167+
- id: csharp
1168+
title: C#
1169+
- id: python
1170+
title: Python
1171+
- id: rest
1172+
title: REST API
11651173
- id: selection-function-calling-samples
11661174
title: Selections
11671175
prompt: What would you like to see?

0 commit comments

Comments
 (0)