Skip to content

Commit 8bd5095

Browse files
committed
Fix GH code sample reference to local settings
1 parent ae43fa7 commit 8bd5095

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)