Skip to content

Commit dae0d4d

Browse files
committed
revert ai instance
1 parent 3fa082b commit dae0d4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/openai/includes/use-your-data-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ To trigger a response from the model, you should end with a user message indicat
2929
}
3030
3131
$acs = @{
32-
search_endpoint = 'YOUR AZURE AI SEARCH ENDPOINT' # your endpoint should look like the following https://YOUR_RESOURCE_NAME.search.windows.net/
33-
search_key = 'YOUR-AZURE-AI-SEARCH-KEY-HERE' # or use the Get-Secret cmdlet to retrieve the value
34-
search_index = 'YOUR-INDEX-NAME-HERE' # the name of your Azure AI Search index
32+
search_endpoint = 'YOUR ACS ENDPOINT' # your endpoint should look like the following https://YOUR_RESOURCE_NAME.search.windows.net/
33+
search_key = 'YOUR-ACS-KEY-HERE' # or use the Get-Secret cmdlet to retrieve the value
34+
search_index = 'YOUR-INDEX-NAME-HERE' # the name of your ACS index
3535
}
3636
3737
# Completion text

0 commit comments

Comments
 (0)