Skip to content

Commit 8ce58eb

Browse files
Merge pull request #2260 from HeidiSteen/main
Fix GH code sample reference to local settings
2 parents ae43fa7 + 8bd5095 commit 8ce58eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/tutorial-csharp-search-query-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The function app authenticates through the SDK to the cloud-based Azure AI Searc
3030

3131
## Configure secrets in a local.settings.json file
3232

33-
:::code language="json" source="~/azure-search-static-web-app/api/local.settings.json":::
33+
:::code language="json" source="~/azure-search-static-web-app/api/sample.local.settings.json":::
3434

3535
## Azure Function: Search the catalog
3636

0 commit comments

Comments
 (0)