Skip to content

Commit ebacba9

Browse files
author
dksimpson
committed
Edits
1 parent a7cab8b commit ebacba9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/cognitive-services/Bing-Entities-Search/quickstarts/ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 05/08/2020
1313
ms.author: aahi
1414
---
1515

16-
# Quickstart for Bing Entity Search API with Ruby
16+
# Quickstart: Send a search request to the Bing Entity Search REST API using Ruby
1717

1818
Use this quickstart to make your first call to the Bing Entity Search API and view the JSON response. This simple Ruby application sends a news search query to the API, and displays the response. The source code for this application is available on [GitHub](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/blob/master/ruby/Search/BingEntitySearchv7.rb).
1919

includes/cognitive-services-bing-entity-search-signup-requirements.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ ms.date: 05/08/2020
1111
Start using the Bing Entity Search API by creating one of the following Azure resources.
1212

1313
### [Trial resource](https://azure.microsoft.com/try/cognitive-services/?api=bing-web-search-api)
14-
* No Azure subscription is needed.
15-
* Valid for seven days, for free. After you sign up, a trial key and endpoint are available on the [Azure website](https://azure.microsoft.com/try/cognitive-services/my-apis/).
14+
* No Azure subscription is needed.
15+
* Valid for seven days, for free. After you sign up, a trial key and endpoint are available on the [Azure website](https://azure.microsoft.com/try/cognitive-services/my-apis/).
1616

1717
### [Bing Entity Search resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesBingEntitySearch)
18-
* Available through the Azure portal until you delete the resource.
19-
* Use the free pricing tier to try the service, and upgrade later to a paid tier for production.
20-
* Bing Entity Search is also offered in paid tiers of the [Bing Search v7 resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesBingSearch-v7).
18+
* Available through the Azure portal until you delete the resource.
19+
* Use the free pricing tier to try the service, and upgrade later to a paid tier for production.
20+
* Bing Entity Search is also offered in paid tiers of the [Bing Search v7 resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesBingSearch-v7).
2121

2222
### [Multi-Service resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne)
23-
* Available through the Azure portal until you delete the resource.
24-
* Use the same key and endpoint for your applications, across multiple Cognitive Services.
23+
* Available through the Azure portal until you delete the resource.
24+
* Use the same key and endpoint for your applications, across multiple Cognitive Services.

0 commit comments

Comments
 (0)