You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Bing-Autosuggest/tutorials/autosuggest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This tutorial shows you how to:
24
24
25
25
## Prerequisites
26
26
27
-
To follow along with the tutorial, you need a subscription key for the Bing Autosuggest API. If you don't have one, [sign up for a free trial](https://azure.microsoft.com/try/cognitive-services/?api=autosuggest-api).
27
+
To follow along with the tutorial, you need a subscription key for the Bing Autosuggest API. If you don't have one, [create a Bing Autosuggest resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesBingAutosuggest-v7) in the Azure portal. You can also use a [trial key](https://azure.microsoft.com/try/cognitive-services/).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Bing-Custom-Search/tutorials/custom-search-web-page.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: bing-custom-search
11
11
ms.topic: tutorial
12
-
ms.date: 12/09/2019
12
+
ms.date: 03/05/2019
13
13
ms.author: aahi
14
14
---
15
15
@@ -30,8 +30,8 @@ The tasks covered are:
30
30
31
31
## Prerequisites
32
32
33
-
- To follow along with the tutorial, you need a subscription key for the Bing Custom Search API. To get a key, see [Try Cognitive Services](https://azure.microsoft.com/try/cognitive-services/?api=bing-custom-search).
34
-
- If you don’t already have Visual Studio 2017 or later installed, you can download and use the **free**[Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/).
33
+
- To follow along with the tutorial, you need a subscription key for the Bing Custom Search API. To get a key, [Create a Bing Custom Search resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesBingCustomSearch) in the Azure portal. you can also use a [trial key](https://azure.microsoft.com/try/cognitive-services).
34
+
- If you don't already have Visual Studio 2017 or later installed, you can download and use the **free**[Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/).
35
35
36
36
## Create a custom search instance
37
37
@@ -41,9 +41,9 @@ To create a Bing Custom Search instance:
41
41
42
42
2. Navigate to the custom search [portal](https://customsearch.ai).
43
43
44
-
3. Sign in to the portal using a Microsoft account (MSA). If you don’t have an MSA, click **Create a Microsoft account**. If it’s your first time using the portal, it will ask for permissions to access your data. Click **Yes**.
44
+
3. Sign in to the portal using a Microsoft account (MSA). If you don't have an MSA, click **Create a Microsoft account**. If it's your first time using the portal, it will ask for permissions to access your data. Click **Yes**.
45
45
46
-
4. After signing in, click **New custom search**. In the **Create a new custom search instance** window, enter a name that’s meaningful and describes the type of content the search returns. You can change the name at any time.
46
+
4. After signing in, click **New custom search**. In the **Create a new custom search instance** window, enter a name that's meaningful and describes the type of content the search returns. You can change the name at any time.
47
47
48
48

49
49
@@ -56,11 +56,11 @@ To create a Bing Custom Search instance:
56
56
57
57
To include results from specific websites or URLs, add them to the **Active** tab.
58
58
59
-
1.On the **Configuration** page, click the **Active** tab and enter the URL of one or more websites you want to include in your search.
59
+
1.On the **Configuration** page, click the **Active** tab and enter the URL of one or more websites you want to include in your search.
60
60
61
61

62
62
63
-
2.To confirm that your instance returns results, enter a query in the preview pane on the right. Bing returns only results for public websites that it has indexed.
63
+
2.To confirm that your instance returns results, enter a query in the preview pane on the right. Bing returns only results for public websites that it has indexed.
64
64
65
65
## Add blocked entries
66
66
@@ -75,7 +75,7 @@ To exclude results from specific websites or URLs, add them to the **Blocked** t
75
75
76
76
## Add pinned entries
77
77
78
-
To pin a specific webpage to the top of the search results, add the webpage and query term to the **Pinned** tab. The **Pinned** tab contains a list of webpage and query term pairs that specify the webpage that appears as the top result for a specific query. The webpage is pinned only if the user’s query string matches the pin's query string based on pin's match condition. Only indexed webpages will be displayed in searches. See [Define your custom view](../define-your-custom-view.md#pin-slices-to-the-top-of-search-results) for more information.
78
+
To pin a specific webpage to the top of the search results, add the webpage and query term to the **Pinned** tab. The **Pinned** tab contains a list of webpage and query term pairs that specify the webpage that appears as the top result for a specific query. The webpage is pinned only if the user's query string matches the pin's query string based on pin's match condition. Only indexed webpages will be displayed in searches. See [Define your custom view](../define-your-custom-view.md#pin-slices-to-the-top-of-search-results) for more information.
79
79
80
80
1. On the **Configuration** page, click the **Pinned** tab and enter the webpage and query term of the webpage that you want returned as the top result.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Bing-Entities-Search/tutorial-bing-entities-search-single-page-app.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: bing-entity-search
11
11
ms.topic: tutorial
12
-
ms.date: 12/11/2019
12
+
ms.date: 03/05/2020
13
13
ms.author: aahi
14
14
---
15
15
# Tutorial: Single-page web app
@@ -51,6 +51,10 @@ In this tutorial, we discuss only selected portions of the source code. The full
51
51
> [!NOTE]
52
52
> This tutorial is substantially similar to the [single-page Bing Web Search app tutorial](../Bing-Web-Search/tutorial-bing-web-search-single-page-app.md), but deals only with entity search results.
53
53
54
+
## Prerequisites
55
+
56
+
To follow along with the tutorial, you need subscription keys for the Bing Search API, and Bing Maps API. If you don't have them, you can use a [trial key](https://azure.microsoft.com/try/cognitive-services/?api=bing-web-search-api) and a [basic Bing Maps key](https://www.microsoft.com/maps/create-a-bing-maps-key).
57
+
54
58
## App components
55
59
56
60
Like any single-page Web app, the tutorial application includes three parts:
Copy file name to clipboardExpand all lines: articles/cognitive-services/Bing-News-Search/tutorial-bing-news-search-single-page-app.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: bing-news-search
11
11
ms.topic: tutorial
12
-
ms.date: 12/12/2019
12
+
ms.date: 03/05/2020
13
13
ms.author: aahi
14
14
ms.custom: seodec2018
15
15
---
@@ -35,6 +35,12 @@ The tutorial app illustrates how to:
35
35
36
36
The tutorial page is entirely self-contained; it does not use any external frameworks, style sheets, or image files. It uses only widely supported JavaScript language features and works with current versions of all major Web browsers.
37
37
38
+
39
+
## Prerequisites
40
+
41
+
To follow along with the tutorial, you need subscription keys for the Bing Search API. If you don't have them, you can use a [trial key](https://azure.microsoft.com/try/cognitive-services/?api=bing-web-search-api) and a [basic Bing Maps key](https://www.microsoft.com/maps/create-a-bing-maps-key).
42
+
43
+
38
44
## App components
39
45
Like any single-page Web app, this tutorial application includes three parts:
40
46
@@ -325,8 +331,8 @@ In the JavaScript code the object, `searchItemRenderers`, contains *renderers:*
Copy file name to clipboardExpand all lines: articles/cognitive-services/Bing-Spell-Check/tutorials/spellcheck.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: bing-spell-check
10
10
ms.topic: tutorial
11
-
ms.date: 12/20/2019
11
+
ms.date: 03/05/2020
12
12
ms.author: aahi
13
13
---
14
14
@@ -24,7 +24,7 @@ This tutorial shows you how to:
24
24
25
25
## Prerequisites
26
26
27
-
To follow along with the tutorial, you need a subscription key for the Bing Spell Check API. If you don't have one, [sign up for a free trial](https://azure.microsoft.com/try/cognitive-services/?api=spellcheck-api).
27
+
To follow along with the tutorial, you need a subscription key for the Bing Spell Check API. If you don't have one, [Create a Bing Spell Check resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesBingSpellCheck-v7) in the Azure portal. You can also use a [trial key](https://azure.microsoft.com/try/cognitive-services/?api=spellcheck-api).
Copy file name to clipboardExpand all lines: articles/cognitive-services/Bing-Web-Search/tutorial-bing-web-search-single-page-app.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: bing-web-search
10
10
ms.topic: tutorial
11
-
ms.date: 12/09/2019
11
+
ms.date: 03/05/2020
12
12
ms.author: aahi
13
13
---
14
14
@@ -32,8 +32,7 @@ To use this app, an [Azure Cognitive Services account](https://docs.microsoft.co
32
32
Here are a few things that you'll need to run the app:
33
33
34
34
* Node.js 8 or later
35
-
* A subscription key
36
-
35
+
* A subscription key for the Bing Search API. If you don't have one, [Create a Bing Search v7 resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesBingSearch-v7). You can also use a [trial key](https://azure.microsoft.com/try/cognitive-services/?api=bing-web-search-api).
37
36
## Get the source code and install dependencies
38
37
39
38
The first step is to clone the repository with the sample app's source code.
0 commit comments