Skip to content

Commit 4d71c30

Browse files
authored
Merge pull request #106661 from aahill/freshness
Freshness
2 parents 6202c2d + 27fba65 commit 4d71c30

File tree

7 files changed

+28
-19
lines changed

7 files changed

+28
-19
lines changed

articles/cognitive-services/Bing-Autosuggest/tutorials/autosuggest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This tutorial shows you how to:
2424
2525
## Prerequisites
2626

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/).
2828

2929
## Create a new Web page
3030

articles/cognitive-services/Bing-Custom-Search/tutorials/custom-search-web-page.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: bing-custom-search
1111
ms.topic: tutorial
12-
ms.date: 12/09/2019
12+
ms.date: 03/05/2019
1313
ms.author: aahi
1414
---
1515

@@ -30,8 +30,8 @@ The tasks covered are:
3030
3131
## Prerequisites
3232

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 dont 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/).
3535

3636
## Create a custom search instance
3737

@@ -41,9 +41,9 @@ To create a Bing Custom Search instance:
4141

4242
2. Navigate to the custom search [portal](https://customsearch.ai).
4343

44-
3. Sign in to the portal using a Microsoft account (MSA). If you dont have an MSA, click **Create a Microsoft account**. If its 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**.
4545

46-
4. After signing in, click **New custom search**. In the **Create a new custom search instance** window, enter a name thats 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.
4747

4848
![Screenshot of the Create a new custom search instance box](../media/newCustomSrch.png)
4949

@@ -56,11 +56,11 @@ To create a Bing Custom Search instance:
5656

5757
To include results from specific websites or URLs, add them to the **Active** tab.
5858

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.
6060

6161
![Screenshot of the Definition Editor active tab](../media/customSrchEditor.png)
6262

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.
6464

6565
## Add blocked entries
6666

@@ -75,7 +75,7 @@ To exclude results from specific websites or URLs, add them to the **Blocked** t
7575

7676
## Add pinned entries
7777

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 users 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.
7979

8080
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.
8181

articles/cognitive-services/Bing-Entities-Search/tutorial-bing-entities-search-single-page-app.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: bing-entity-search
1111
ms.topic: tutorial
12-
ms.date: 12/11/2019
12+
ms.date: 03/05/2020
1313
ms.author: aahi
1414
---
1515
# Tutorial: Single-page web app
@@ -51,6 +51,10 @@ In this tutorial, we discuss only selected portions of the source code. The full
5151
> [!NOTE]
5252
> 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.
5353
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+
5458
## App components
5559

5660
Like any single-page Web app, the tutorial application includes three parts:

articles/cognitive-services/Bing-Image-Search/tutorial-bing-image-search-single-page-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: bing-image-search
1010
ms.topic: tutorial
11-
ms.date: 12/18/2019
11+
ms.date: 03/05/2020
1212
ms.author: aahi
1313
---
1414

articles/cognitive-services/Bing-News-Search/tutorial-bing-news-search-single-page-app.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: bing-news-search
1111
ms.topic: tutorial
12-
ms.date: 12/12/2019
12+
ms.date: 03/05/2020
1313
ms.author: aahi
1414
ms.custom: seodec2018
1515
---
@@ -35,6 +35,12 @@ The tutorial app illustrates how to:
3535
3636
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.
3737

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+
3844
## App components
3945
Like any single-page Web app, this tutorial application includes three parts:
4046

@@ -325,8 +331,8 @@ In the JavaScript code the object, `searchItemRenderers`, contains *renderers:*
325331

326332
```javascript
327333
searchItemRenderers = {
328-
news: function(item) { ... },
329-
webPages: function (item) { ... },
334+
news: function(item) { ... },
335+
webPages: function (item) { ... },
330336
images: function(item, index, count) { ... },
331337
relatedSearches: function(item) { ... }
332338
}

articles/cognitive-services/Bing-Spell-Check/tutorials/spellcheck.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: bing-spell-check
1010
ms.topic: tutorial
11-
ms.date: 12/20/2019
11+
ms.date: 03/05/2020
1212
ms.author: aahi
1313
---
1414

@@ -24,7 +24,7 @@ This tutorial shows you how to:
2424
2525
## Prerequisites
2626

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).
2828

2929
## Create a new Web page
3030

articles/cognitive-services/Bing-Web-Search/tutorial-bing-web-search-single-page-app.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: bing-web-search
1010
ms.topic: tutorial
11-
ms.date: 12/09/2019
11+
ms.date: 03/05/2020
1212
ms.author: aahi
1313
---
1414

@@ -32,8 +32,7 @@ To use this app, an [Azure Cognitive Services account](https://docs.microsoft.co
3232
Here are a few things that you'll need to run the app:
3333

3434
* 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).
3736
## Get the source code and install dependencies
3837

3938
The first step is to clone the repository with the sample app's source code.

0 commit comments

Comments
 (0)