Skip to content

Commit e24d7a6

Browse files
authored
[Functions][AI] Add link to new E2E OpenAI sample
1 parent b4f29a8 commit e24d7a6

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

articles/azure-functions/functions-scenarios.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
title: Azure Functions Scenarios
33
description: Identify key scenarios that use Azure Functions to provide serverless compute resources in aa Azure cloud-based topology.
44
ms.topic: conceptual
5-
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
6-
ms.date: 05/15/2023
7-
zone_pivot_groups: programming-languages-set-functions-lang-workers
5+
ms.custom:
6+
- devx-track-extended-java
7+
- devx-track-js
8+
- devx-track-python
9+
ms.collection:
10+
- ce-skilling-ai-copilot
11+
ms.date: 07/25/2024
12+
zone_pivot_groups: programming-languages-set-functions
813
---
914

1015
# Azure Functions scenarios
@@ -147,6 +152,7 @@ A function might also call a TensorFlow model or Azure AI services to process an
147152

148153
::: zone pivot="programming-language-csharp"
149154
+ Tutorial: [Text completion using Azure OpenAI](functions-add-openai-text-completion.md?pivots=programming-language-csharp)
155+
+ Sample: [Upload text files and access data using various OpenAI features](https://github.com/azure-samples/azure-functions-openai-demo)
150156
+ Sample: [Text summarization using AI Cognitive Language Service](https://github.com/Azure-Samples/function-csharp-ai-textsummarize)
151157
+ Sample: [Text completion using Azure OpenAI](https://github.com/Azure/azure-functions-openai-extension/tree/main/samples/textcompletion/csharp-ooproc)
152158
+ Sample: [Provide assistant skills to your model](https://github.com/Azure/azure-functions-openai-extension/tree/main/samples/assistant/csharp-ooproc)
@@ -164,6 +170,13 @@ A function might also call a TensorFlow model or Azure AI services to process an
164170
+ Tutorial: [Text completion using Azure OpenAI](functions-add-openai-text-completion.md?pivots=programming-language-javascript)
165171
+ Training: [Create a custom skill for Azure AI Search](/training/modules/create-enrichment-pipeline-azure-cognitive-search)
166172
+ Sample: [Chat using ChatGPT](https://github.com/Azure-Samples/function-javascript-ai-openai-chatgpt)
173+
+ Sample: [Upload text files and access data using various OpenAI features](https://github.com/azure-samples/azure-functions-openai-demo)
174+
::: zone-end
175+
::: zone pivot="programming-language-typescript"
176+
+ Tutorial: [Text completion using Azure OpenAI](functions-add-openai-text-completion.md?pivots=programming-language-typescript)
177+
+ Training: [Create a custom skill for Azure AI Search](/training/modules/create-enrichment-pipeline-azure-cognitive-search)
178+
+ Sample: [Chat using ChatGPT](https://github.com/Azure-Samples/function-javascript-ai-openai-chatgpt)
179+
+ Sample: [Upload text files and access data using various OpenAI features](https://github.com/azure-samples/azure-functions-openai-demo)
167180
::: zone-end
168181
::: zone pivot="programming-language-python"
169182
+ Tutorial: [Text completion using Azure OpenAI](functions-add-openai-text-completion.md?pivots=programming-language-python)

0 commit comments

Comments
 (0)