Skip to content

Commit 1ea8d31

Browse files
authored
Update BingImageSearchv7Quickstart.cs
1 parent 46c0c51 commit 1ea8d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/Search/BingImageSearchv7Quickstart.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Program
1414
{
1515

1616
// Replace this string value with your valid access key.
17-
const string subscriptionKey = "bbfb78ad189649248750011e83b7b22d";
17+
const string subscriptionKey = "Enter your subscription key here";
1818

1919
// Verify the endpoint URI. If you encounter unexpected authorization errors,
2020
// double-check this value against the Bing search endpoint in your Azure dashboard.
@@ -80,4 +80,4 @@ static SearchResult BingImageSearch(string searchQuery)
8080
}
8181

8282
}
83-
}
83+
}

0 commit comments

Comments
 (0)