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.
1 parent 6e82260 commit 7b8100aCopy full SHA for 7b8100a
articles/search/search-howto-concurrency.md
@@ -54,8 +54,8 @@ namespace AzureSearch.SDKHowTo
54
// on an Azure Search index.
55
static void Main(string[] args)
56
{
57
- string serviceName = "heidist-basic-search-westus2";
58
- string apiKey = "arHTHZIaN4WFOYZ9QrEbq8XIbKqBdrbA3APliIDSGfAzSeDAKgHJ";
+ string serviceName = "PLACEHOLDER FOR YOUR SEARCH SERVICE NAME";
+ string apiKey = "PLACEHOLDER FOR YOUR SEARCH SERVICE ADMIN API KEY";
59
60
// Create a SearchIndexClient to send create/delete index commands
61
Uri serviceEndpoint = new Uri($"https://{serviceName}.search.windows.net/");
0 commit comments