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 dce959a commit 6ebd259Copy full SHA for 6ebd259
samples/search/news_search_samples.py
@@ -5,6 +5,7 @@
5
6
# Add your Bing Search V7 subscription key to your environment variables.
7
SUBSCRIPTION_KEY = os.environ['BING_SEARCH_V7_SUBSCRIPTION_KEY']
8
+# Note: your endpoint should not include the /bing/v7.0 suffix
9
ENDPOINT = os.environ['BING_SEARCH_V7_ENDPOINT']
10
11
def news_search(subscription_key):
0 commit comments