Skip to content

Commit c99bc1f

Browse files
committed
167688, adjusted some H2's and edited the 'toc.yml'.
1 parent 6fe00fb commit c99bc1f

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
lines changed

articles/cognitive-services/Bing-Custom-Search/includes/quickstarts/custom-search-client-library-csharp.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ Use the Bing Custom Search client library for C# to:
3030
- Microsoft.Rest.ClientRuntime.Azure
3131
- Newtonsoft.Json
3232

33-
## Setting up
34-
3533
[!INCLUDE [cognitive-services-bing-custom-search-prerequisites](~/includes/cognitive-services-bing-custom-search-signup-requirements.md)]
3634

3735

articles/cognitive-services/Bing-Custom-Search/includes/quickstarts/custom-search-client-library-java.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,10 @@ Use the Bing Custom Search client library for Java to:
2525
* The [Gradle build tool](https://gradle.org/install/), or another dependency manager.
2626
* A Bing Custom Search instance. See [Quickstart: Create your first Bing Custom Search instance](../../quick-start.md) for more information.
2727

28-
## Setting up
29-
3028
[!INCLUDE [cognitive-services-bing-custom-search-prerequisites](~/includes/cognitive-services-bing-custom-search-signup-requirements.md)]
3129

3230
After you get a key from your trial subscription or resource, [create an environment variable](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account#configure-an-environment-variable-for-authentication) for the key, named `AZURE_BING_CUSTOM_SEARCH_API_KEY`.
3331

34-
### Create a Bing Custom Search Azure resource
35-
36-
Azure Cognitive Services are represented by Azure resources that you subscribe to. Create a resource for Bing Custom Search using the [Azure portal](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) or [Azure CLI](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account-cli) on your local machine. You can also:
37-
38-
* Get a [trial key](https://azure.microsoft.com/try/cognitive-services/#decision) valid for 7 days for free. After signing up, it will be available on the [Azure website](https://azure.microsoft.com/try/cognitive-services/my-apis/).
39-
* View your resource on the [Azure portal](https://portal.azure.com/).
40-
41-
After you get a key from your trial subscription or resource, [create an environment variable](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account#configure-an-environment-variable-for-authentication) for the key, named `AZURE_BING_CUSTOM_SEARCH_API_KEY`.
42-
4332
### Create a new Gradle project
4433

4534
> [!TIP]

articles/cognitive-services/Bing-Custom-Search/includes/quickstarts/custom-search-client-library-python.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Use the Bing Custom Search client library for Python to:
2424
- Python [2.x or 3.x](https://www.python.org/)
2525
- The [Bing Custom Search SDK for Python](https://pypi.org/project/azure-cognitiveservices-search-customsearch/)
2626

27-
## Setting up
28-
2927
[!INCLUDE [cognitive-services-bing-custom-search-prerequisites](~/includes/cognitive-services-bing-custom-search-signup-requirements.md)]
3028

3129
## Install the Python client library

articles/cognitive-services/Bing-Custom-Search/toc.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@
2727
href: call-endpoint-python.md
2828
- name: SDK
2929
items:
30-
- name: Using C#
31-
href: sdk-csharp-quick-start.md
32-
- name: Using Python
33-
href: sdk-python-quickstart.md
34-
- name: Using Java
35-
href: sdk-java-quickstart.md
30+
- name: Bing Custom Search client libraries
31+
href: ./quickstarts/client-libraries.md
3632
- name: Tutorials
3733
items:
3834
- name: Build a Custom Search web page

0 commit comments

Comments
 (0)