Skip to content

Commit

Permalink
Merge pull request #115 from Azure-Samples/v-jaswel-patch-1
Browse files Browse the repository at this point in the history
Update "try Cognitive Services for free" link
  • Loading branch information
v-jaswel authored Jul 30, 2020
2 parents 3ed8df1 + 3139c98 commit ef1d4fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Tutorials/Bing-Image-Search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The sample app can:
* Manage subscription keys
* Handle errors

To use this app, you must have a valid Azure subscription. If you don't have one, you can [get an account](https://azure.microsoft.com/free/) for free. After you sign up, you can use the subscription key from creating an [Azure Cognitive Services resource](http://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) for the Bing Search APIs.
To use this app, you must have a valid Azure subscription. If you don't have one, you can visit [the Microsoft Cognitive Services Web site](https://azure.microsoft.com/free/cognitive-services/), create a new Azure account, and try Cognitive Services for free. After you sign up, you can use the subscription key from creating an [Azure Cognitive Services resource](http://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) for the Bing Search APIs.

## Prerequisites

Expand All @@ -34,4 +34,4 @@ To use this app, you must have a valid Azure subscription. If you don't have one
* See the [single-page webapp tutorial](https://docs.microsoft.com/azure/cognitive-services/bing-image-search/tutorial-bing-image-search-single-page-app) that goes along with this sample.
* Explore all of the available [Azure Cognitive Services](https://docs.microsoft.com/azure/cognitive-services/).
* Use [computer vision](https://docs.microsoft.com/azure/cognitive-services/computer-vision/quickstarts-sdk/csharp-analyze-sdk) to quickly analyze an image.
* View the rest of the [Bing Image Search Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-image-search/).
* View the rest of the [Bing Image Search Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-image-search/).
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ ms.topic: include
ms.date: 08/08/2018
---

You must have a [Cognitive Services API account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with access to the Bing Search APIs. If you don't have an Azure subscription, you can [create an account](https://azure.microsoft.com/try/cognitive-services/?api=bing-web-search-api) for free. Before continuing, You will need the access key provided after activating your free trial, or a paid subscription key from your Azure dashboard.
You must have a [Cognitive Services API account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with access to the Bing Search APIs. If you don't have an Azure subscription, you can visit [the Microsoft Cognitive Services Web site](https://azure.microsoft.com/free/cognitive-services/), create a new Azure account, and try Cognitive Services for free. Before continuing, You will need the access key provided after activating your free trial, or a paid subscription key from your Azure dashboard.

To start a subscription in Azure portal:
1. Enter 'BingSearchV7' in the text box at the top of the Azure portal that says `Search resources, services, and docs`.
2. Under Marketplace in the drop-down list, select `Bing Search v7`.
3. Enter `Name` for the new resource.
4. Select `Pay-As-You-Go` subscription.
5. Select `S9` pricing tier.
6. Click `Enable` to start the subscription.
6. Click `Enable` to start the subscription.
2 changes: 1 addition & 1 deletion Tutorials/Bing-Web-Search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The sample app can:
* Manage subscription keys
* Handle errors

To use this app, an [Azure Cognitive Services account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with Bing Search APIs is required. If you don't have an account, you can use the [free trial](https://azure.microsoft.com/try/cognitive-services/?api=bing-web-search-api) to get a subscription key.
To use this app, an [Azure Cognitive Services account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) with Bing Search APIs is required. If you don't have an account, you can visit [the Microsoft Cognitive Services Web site](https://azure.microsoft.com/free/cognitive-services/), create a new Azure account, and try Cognitive Services for free.

## Prerequisites

Expand Down
4 changes: 3 additions & 1 deletion Tutorials/BingVideoSearchApp.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//Copyright (c) Microsoft Corporation. All rights reserved.
//Licensed under the MIT License.
//This piece of code provides a video search capability. Just save the file and open in browser.
//Provide access key (read readme for free/paid keys) and get relevant video results.
//You will need a valid Azure subscription. . If you don't have one,
//visit [the Microsoft Cognitive Services Web site](https://azure.microsoft.com/free/cognitive-services/),
//create a new Azure account, and try Cognitive Services for free.
//Make changes to this file to adapt to your desired web manifestation.

<!DOCTYPE html>
Expand Down

0 comments on commit ef1d4fe

Please sign in to comment.