Skip to content

Commit 7b8100a

Browse files
committed
removed PII
1 parent 6e82260 commit 7b8100a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-howto-concurrency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ namespace AzureSearch.SDKHowTo
5454
// on an Azure Search index.
5555
static void Main(string[] args)
5656
{
57-
string serviceName = "heidist-basic-search-westus2";
58-
string apiKey = "arHTHZIaN4WFOYZ9QrEbq8XIbKqBdrbA3APliIDSGfAzSeDAKgHJ";
57+
string serviceName = "PLACEHOLDER FOR YOUR SEARCH SERVICE NAME";
58+
string apiKey = "PLACEHOLDER FOR YOUR SEARCH SERVICE ADMIN API KEY";
5959

6060
// Create a SearchIndexClient to send create/delete index commands
6161
Uri serviceEndpoint = new Uri($"https://{serviceName}.search.windows.net/");

0 commit comments

Comments
 (0)