Skip to content

Commit 8766b9f

Browse files
committed
edits
1 parent f17ce2d commit 8766b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/tutorial-csharp-create-mvc-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Modify `appsettings.json` to specify your search service and [query API key](sea
7070
}
7171
```
7272

73-
You can retrieve the [service URL and API key](search-get-started-dotnet.md#copy-a-key-and-endpoint) from the portal. The query API key is sufficient for this tutorial.
73+
You can retrieve the [service URL and API key](search-get-started-dotnet.md#copy-a-key-and-endpoint) from the portal. Because this code is querying an index, and not creating one, you can use a query key instead of an admin key.
7474

7575
## Add models
7676

0 commit comments

Comments
 (0)