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 46c0c51 commit 1ea8d31Copy full SHA for 1ea8d31
dotnet/Search/BingImageSearchv7Quickstart.cs
@@ -14,7 +14,7 @@ class Program
14
{
15
16
// Replace this string value with your valid access key.
17
- const string subscriptionKey = "bbfb78ad189649248750011e83b7b22d";
+ const string subscriptionKey = "Enter your subscription key here";
18
19
// Verify the endpoint URI. If you encounter unexpected authorization errors,
20
// double-check this value against the Bing search endpoint in your Azure dashboard.
@@ -80,4 +80,4 @@ static SearchResult BingImageSearch(string searchQuery)
80
}
81
82
83
-}
+}
0 commit comments