Skip to content

Commit 3fde85d

Browse files
author
dksimpson
committed
Edits
1 parent 9322567 commit 3fde85d

File tree

7 files changed

+35
-11
lines changed

7 files changed

+35
-11
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
author: aahill
3+
ms.author: aahi
4+
ms.service: cognitive-services
5+
ms.topic: include
6+
ms.date: 05/06/2020
7+
---
8+
9+
## Create an Azure resource
10+
11+
Start using the Bing Autosuggest API by creating one of the following Azure resources.
12+
13+
### [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/).
16+
17+
### [Bing Autosuggest resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesBingAutosuggest-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 Autosuggest is also offered in paid tiers of the [Bing Search v7 resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesBingSearch-v7).
21+
22+
### [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.

articles/cognitive-services/Bing-Image-Search/quickstarts/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Responses from the Bing Image Search API are returned as JSON. This sample respo
202202
203203
## See also
204204

205-
* [What is Bing Image Search?](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/overview)
205+
* [What is the Bing Image Search API?](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/overview)
206206
* [Try an online interactive demo](https://azure.microsoft.com/services/cognitive-services/bing-image-search-api/).
207207
* [Pricing details for the Bing Search APIs](https://azure.microsoft.com/pricing/details/cognitive-services/search-api/).
208208
* [Get a free Cognitive Services access key](https://azure.microsoft.com/try/cognitive-services/?api=bing-image-search-api).

articles/cognitive-services/Bing-Image-Search/quickstarts/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Responses from the Bing Image Search API are returned as JSON. This sample respo
155155
156156
## See also
157157

158-
* [What is Bing Image Search?](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/overview)
158+
* [What is the Bing Image Search API?](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/overview)
159159
* [Try an online interactive demo](https://azure.microsoft.com/services/cognitive-services/bing-image-search-api/).
160160
* [Pricing details for the Bing Search APIs](https://azure.microsoft.com/pricing/details/cognitive-services/search-api/).
161161
* [Get a free Cognitive Services access key](https://azure.microsoft.com/try/cognitive-services/?api=bing-image-search-api).

articles/cognitive-services/Bing-Image-Search/quickstarts/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Responses from the Bing Image Search API are returned as JSON. This sample respo
155155

156156
## See also
157157

158-
* [What is Bing Image Search?](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/overview)
158+
* [What is the Bing Image Search API?](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/overview)
159159
* [Try an online interactive demo](https://azure.microsoft.com/services/cognitive-services/bing-image-search-api/).
160160
* [Pricing details for the Bing Search APIs](https://azure.microsoft.com/pricing/details/cognitive-services/search-api/).
161161
* [Get a free Cognitive Services access key](https://azure.microsoft.com/try/cognitive-services/?api=bing-image-search-api).

articles/cognitive-services/Bing-Image-Search/quickstarts/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Responses from the Bing Image Search API are returned as JSON. This sample respo
132132
133133
## See also
134134

135-
* [What is Bing Image Search?](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/overview)
135+
* [What is the Bing Image Search API?](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/overview)
136136
* [Try an online interactive demo](https://azure.microsoft.com/services/cognitive-services/bing-image-search-api/).
137137
* [Pricing details for the Bing Search APIs](https://azure.microsoft.com/pricing/details/cognitive-services/search-api/).
138138
* [Get a free Cognitive Services access key](https://azure.microsoft.com/try/cognitive-services/?api=bing-image-search-api).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Responses from the Bing Image Search API are returned as JSON. This sample respo
139139

140140
## See also
141141

142-
* [What is Bing Image Search?](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/overview)
142+
* [What is the Bing Image Search API?](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/overview)
143143
* [Try an online interactive demo](https://azure.microsoft.com/services/cognitive-services/bing-image-search-api/).
144144
* [Get a free Cognitive Services access key](https://azure.microsoft.com/try/cognitive-services/?api=bing-image-search-api).
145145
* [Azure Cognitive Services documentation](https://docs.microsoft.com/azure/cognitive-services).

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.date: 05/08/2020
1010
Start using the Bing Image Search API by creating one of the following Azure resources:
1111

1212
### [Trial resource](https://azure.microsoft.com/try/cognitive-services/?api=bing-web-search-api)
13-
* No Azure subscription is needed.
14-
* 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/).
13+
* No Azure subscription is needed.
14+
* 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/).
1515

1616
### [Bing Search v7 resource](https://ms.portal.azure.com/#create/Microsoft.CognitiveServicesBingSearch-v7)
17-
* Available through the Azure portal until you delete the resource.
18-
* Use the free pricing tier to try the service, and upgrade later to a paid tier for production.
17+
* Available through the Azure portal until you delete the resource.
18+
* Use the free pricing tier to try the service, and upgrade later to a paid tier for production.
1919

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

0 commit comments

Comments
 (0)