Skip to content

Commit 1e2be41

Browse files
authored
Merge pull request #50 from Azure-Samples/v-jaswel-patch-1
Update "try Cognitive Services for free" link
2 parents 0ef41b8 + 66a50e5 commit 1e2be41

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

Language/BingSpellCheck/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This sample checks the spelling for the query "Bill Gatas" (with market and mode
1111
## Getting Started
1212

1313
### Prerequisites
14-
- If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
15-
- Get a Cognitive Services API key with which to authenticate the SDK's calls. [Sign up here](https://azure.microsoft.com/en-us/services/cognitive-services/spell-check/). You can get a trial key for **free** which will expire after 30 days.
14+
- If you don't have a Microsoft 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.
15+
- Get a Cognitive Services API key with which to authenticate the SDK's calls. [Sign up here](https://azure.microsoft.com/en-us/services/cognitive-services/spell-check/).
1616
- Set an environment variable named BING_SPELL_CHECK_SUBSCRIPTION_KEY with your Cognitive Services API key in the quickstart.
1717

1818
### Clone and run

Language/LanguageUnderstanding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ To get these samples running locally, simply get the pre-requisites above, then:
4545
* [LUIS Programmatic API v2 - Specification](https://github.com/Azure/azure-rest-api-specs/tree/current/specification/cognitiveservices/data-plane/LUIS/Programmatic)
4646
* [LUIS Programmatic API v2 - Documentation](https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5890b47c39e2bb052c5b9c2f)
4747

48-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
48+
If you don't have a Microsoft 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.
4949

5050
---
5151

52-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
52+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This project framework provides examples for the following services:
5151

5252
### Prerequisites
5353

54-
1. A cognitive services API key and/or endpoint with which to authenticate the SDK's calls. If you don't have an Azure account, [Sign up here](https://azure.microsoft.com/services/cognitive-services/directory/) or follow the [Create a Cognitive Services resource using the Azure portal](https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows) guide. You can get a trial key for **free** which will expire after 30 days or create a Cognitive Services account on the Azure portal through the *Use with an Azure subscription* button.
54+
1. A cognitive services API key and/or endpoint with which to authenticate the SDK's calls. If you don't have an Azure 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. Or follow the [Create a Cognitive Services resource using the Azure portal](https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-apis-create-account?tabs=multiservice%2Cwindows) guide. You can create a Cognitive Services account on the Azure portal through the *Use with an Azure subscription* button.
5555
2. JDK 7 or 8
5656

5757
> Subscription keys are usually per service. For example, the subscription key for Spell Check will not be the same as it is for Custom Search.

Search/BingAutoSuggest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project framework provides examples for the **Bing Auto Suggest SDK** for t
1818

1919
### Prerequisites
2020

21-
- A cognitive services API key with which to authenticate the SDK's calls. [Sign up here](https://azure.microsoft.com/en-us/services/cognitive-services/directory/) by navigating to the **Search** services and acquiring an API key. You can get a trial key for **free** which will expire after 30 days.
21+
- A cognitive services API key with which to authenticate the SDK's calls. [Create a new Azure account, and try Cognitive Services for free.](https://azure.microsoft.com/free/cognitive-services/)
2222
- Maven
2323

2424
### Quickstart
@@ -35,7 +35,7 @@ To get these samples running locally, simply get the pre-requisites above, then:
3535

3636
[http://azure.com/java](http://azure.com/java)
3737

38-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
38+
If you don't have a Microsoft 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.
3939

4040
---
4141

Search/BingCustomSearch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project framework provides examples for the **Bing Custom Search SDK** for
1818

1919
### Prerequisites
2020

21-
- A cognitive services API key with which to authenticate the SDK's calls. [Sign up here](https://azure.microsoft.com/en-us/services/cognitive-services/directory/) by navigating to the **Search** services and acquiring a Bing Custom Search API key. You can get a trial key for **free** which will expire after 30 days.
21+
- A cognitive services API key with which to authenticate the SDK's calls. [Create a new Azure account, and try Cognitive Services for free.](https://azure.microsoft.com/free/cognitive-services/)
2222
- Maven
2323

2424
### Quickstart
@@ -39,7 +39,7 @@ To get these samples running locally, simply get the pre-requisites above, then:
3939
[Custom Search using the Bing Custom Search SDK and Java](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-custom-search/)
4040
[http://azure.com/java](http://azure.com/java)
4141

42-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
42+
If you don't have a Microsoft 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.
4343

4444
---
4545

Search/BingImageSearch/Quickstart/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ The [Bing Image Search API](https://azure.microsoft.com/services/cognitive-servi
1616

1717
### Prerequisites
1818

19-
- A cognitive services API key with which to authenticate the SDK's calls. [Sign up here](https://azure.microsoft.com/en-us/services/cognitive-services/directory/) by navigating to the **Search** services and acquiring a Bing Image Search API key. You can get a trial key for **free** which will expire after 30 days.
19+
- A cognitive services API key with which to authenticate the SDK's calls. [Create a new Azure account, and try Cognitive Services for free.](https://azure.microsoft.com/free/cognitive-services/)
2020
- The latest version of the [Java Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (JDK)
2121
- Maven
2222

23-
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.
23+
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.
2424

2525
### Quickstart
2626

@@ -38,7 +38,7 @@ After getting the prerequisites above:
3838
* [Java on Azure](http://azure.com/java)
3939
* [The Bing Image Search API](https://azure.microsoft.com/en-us/services/cognitive-services/)
4040

41-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
41+
If you don't have a Microsoft 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.
4242

4343
---
4444

Search/BingImageSearch/multiFeatured/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This project framework provides examples for the **Bing Image Search SDK** for t
2121

2222
### Prerequisites
2323

24-
- A cognitive services API key with which to authenticate the SDK's calls. [Sign up here](https://azure.microsoft.com/en-us/services/cognitive-services/directory/) by navigating to the **Search** services and acquiring a Bing Image Search API key. You can get a trial key for **free** which will expire after 30 days.
24+
- A cognitive services API key with which to authenticate the SDK's calls. [Create a new Azure account, and try Cognitive Services for free.](https://azure.microsoft.com/free/cognitive-services/)
2525
- Maven
2626

2727
### Quickstart
@@ -38,8 +38,8 @@ To get these samples running locally, simply get the pre-requisites above, then:
3838
[Search for images using the Bing Image Search SDK and Java](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-image-search/image-sdk-java-quickstart)
3939
[http://azure.com/java](http://azure.com/java)
4040

41-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
41+
If you don't have a Microsoft 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.
4242

4343
---
4444

45-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
45+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

Search/BingNewsSearch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This project framework provides examples for the **Bing News Search SDK** for th
2121

2222
### Prerequisites
2323

24-
- A cognitive services API key with which to authenticate the SDK's calls. [Sign up here](https://azure.microsoft.com/en-us/services/cognitive-services/directory/) by navigating to the **Search** services and acquiring a Bing News Search API key. You can get a trial key for **free** which will expire after 30 days.
24+
- A cognitive services API key with which to authenticate the SDK's calls. [Create a new Azure account, and try Cognitive Services for free.](https://azure.microsoft.com/free/cognitive-services/)
2525
- Maven
2626

2727
### Quickstart
@@ -40,7 +40,7 @@ To get these samples running locally, simply get the pre-requisites above, then:
4040
[Bing News Search API Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-news-search/)
4141
[http://azure.com/java](http://azure.com/java)
4242

43-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
43+
If you don't have a Microsoft 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.
4444

4545
---
4646

Search/BingVideoSearch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This project framework provides examples for the **Bing Video Search SDK** for t
2020

2121
### Prerequisites
2222

23-
- A cognitive services API key with which to authenticate the SDK's calls. [Sign up here](https://azure.microsoft.com/en-us/services/cognitive-services/directory/) by navigating to the **Search** services and acquiring a Bing Video Search API key. You can get a trial key for **free** which will expire after 30 days.
23+
- A cognitive services API key with which to authenticate the SDK's calls. [Create a new Azure account, and try Cognitive Services for free.](https://azure.microsoft.com/free/cognitive-services/)
2424
- Maven
2525

2626
### Quickstart
@@ -39,7 +39,7 @@ To get these samples running locally, simply get the pre-requisites above, then:
3939
[Bing Video Search Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/Bing-Video-Search/)
4040
[http://azure.com/java](http://azure.com/java)
4141

42-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
42+
If you don't have a Microsoft 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.
4343

4444
---
4545

Search/BingVisualSearch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This project framework provides examples for the **Bing Visual Search SDK** for
2020

2121
### Prerequisites
2222

23-
- A cognitive services API key with which to authenticate the SDK's calls. [Sign up here](https://azure.microsoft.com/en-us/services/cognitive-services/directory/) by navigating to the **Search** services and acquiring a Bing Visual Search API key. You can get a trial key for **free** which will expire after 30 days. BE SURE TO USE THE S9 PRICING TIER FOR THE BING SEARCH V7 API FOR VISUAL SEARCH.
23+
- A cognitive services API key with which to authenticate the SDK's calls. [Create a new Azure account, and try Cognitive Services for free.](https://azure.microsoft.com/free/cognitive-services/) BE SURE TO USE THE S9 PRICING TIER FOR THE BING SEARCH V7 API FOR VISUAL SEARCH.
2424
- Maven
2525

2626
### Quickstart
@@ -38,7 +38,7 @@ To get these samples running locally, simply get the pre-requisites above, then:
3838
[Bing Visual Search Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-visual-search/)
3939
[http://azure.com/java](http://azure.com/java)
4040

41-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
41+
If you don't have a Microsoft 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.
4242

4343
---
4444

0 commit comments

Comments
 (0)