Skip to content

Commit e004ed5

Browse files
authored
Fix the tutorial intro and title
1 parent 1a123c7 commit e004ed5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-functions/functions-add-openai-text-completion.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Connect to OpenAI from Azure Functions in Visual Studio Code'
2+
title: 'Tutorial: Add Azure OpenAI text completions to your functions in Visual Studio Code'
33
description: Learn how to connect Azure Functions to OpenAI by adding an output binding to your Visual Studio Code project.
44
ms.date: 07/11/2024
55
ms.topic: tutorial
@@ -9,11 +9,11 @@ zone_pivot_groups: programming-languages-set-functions
99
#customer intent: As an Azure developer, I want learn how to integrate Azure OpenAI capabilities in my function code to leverage AI benefits in my colud-based code executions.
1010
---
1111

12-
# Tutorial: Connect to OpenAI from Azure Functions using Visual Studio Code
12+
# Tutorial: Add Azure OpenAI text completion hints to your functions in Visual Studio Code
1313

14-
This article shows you how to use Visual Studio Code to connect Azure OpenAI to the function you created in the previous quickstart article. The output binding that you add to this HTTP trigger function {{does somethign cool}}.
14+
This article shows you how to use Visual Studio Code to add an HTTP endpoint to the function app you created in the previous quickstart article. When triggered, this new HTTP endpoint uses an [Azure Open AI text completion input binding](functions-bindings-openai-textcompletion-input) to get text completion hints from your data model.
1515

16-
[!INCLUDE [functions-add-storage-binding-intro](../../includes/functions-add-storage-binding-intro.md)]
16+
During this tutorial, you learn how to accomplish these tasks:
1717

1818
> [!div class="checklist"]
1919
> * Create resources in Azure OpenAI.

0 commit comments

Comments
 (0)