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 e8bb9e5 commit 9b82d8bCopy full SHA for 9b82d8b
python/Search/BingCustomSearchv7.py
@@ -13,7 +13,7 @@
13
# Your endpoint will have the form: https://<your-custom-subdomain>.cognitiveservices.azure.com/bingcustomsearch/v7.0
14
subscriptionKey = os.environ['BING_CUSTOM_SEARCH_SUBSCRIPTION_KEY']
15
endpoint = os.environ['BING_CUSTOM_SEARCH_ENDPOINT']
16
-customConfigId = "1" #you can also use "1"
+customConfigId = "your-custom-config-id" #you can also use "1"
17
searchTerm = "microsoft"
18
# </importsAndVars>
19
# <url>
0 commit comments