We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3c88c6 + 1a84e4e commit 9572efeCopy full SHA for 9572efe
articles/ai-services/openai/includes/use-your-data-javascript.md
@@ -48,7 +48,7 @@ ms.date: 01/10/2025
48
49
// Set the Azure and AI Search values from environment variables
50
const endpoint = process.env.AZURE_OPENAI_ENDPOINT || "Your endpoint";
51
- const searchEndpoint = process.enV.AZURE_AI_SEARCH_ENDPOINT || "Your search endpoint";
+ const searchEndpoint = process.env.AZURE_AI_SEARCH_ENDPOINT || "Your search endpoint";
52
const searchIndex = process.env.AZURE_AI_SEARCH_INDEX || "Your search index";
53
54
// keyless authentication
0 commit comments