Skip to content

Commit 992f4a2

Browse files
Merge pull request #225972 from HeidiSteen/heidist-fix
[azure search] fixed prereq wording
2 parents f2a6cec + bc01251 commit 992f4a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/search/search-synapseml-cognitive-services.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: tutorial
11-
ms.date: 11/28/2022
11+
ms.date: 02/01/2023
1212
---
1313

1414
# Tutorial: Index large data from Apache Spark using SynapseML and Cognitive Search
@@ -40,11 +40,11 @@ You'll need the `synapseml` library and several Azure resources. If possible, us
4040

4141
<sup>1</sup> This link resolves to a tutorial for loading the package.
4242

43-
<sup>2</sup> You can use the free tier to index the sample data, but [choose a higher tier](search-sku-tier.md) if your data volumes are large. For non-free tiers, you'll need to provide the [search API key](search-security-api-keys.md#find-existing-keys) in the [Set up dependencies](#2---set-up-dependencies) step further on.
43+
<sup>2</sup> You can use the free search tier to index the sample data, but [choose a higher tier](search-sku-tier.md) if your data volumes are large. For non-free tiers, you'll need to provide the [search API key](search-security-api-keys.md#find-existing-keys) in the [Set up dependencies](#2---set-up-dependencies) step further on.
4444

45-
<sup>3</sup> This tutorial uses Azure Forms Recognizer and Azure Translator. In the instructions below, you'll provide a [Cognitive Services multi-service key](../cognitive-services/cognitive-services-apis-create-account.md?tabs=multiservice%2cwindows#get-the-keys-for-your-resource) and the region, and it will work for both services.
45+
<sup>3</sup> This tutorial uses Azure Forms Recognizer and Azure Translator. In the instructions that follow, you'll provide a [Cognitive Services multi-service key](../cognitive-services/cognitive-services-apis-create-account.md?tabs=multiservice%2cwindows#get-the-keys-for-your-resource) and the region, and it will work for both services.
4646

47-
<sup>4</sup> This link resolves to an Azure Databricks tutorial. Azure Databricks provides the Spark computing platform. The Azure Databricks article listed in the prerequisites includes multiple steps. For this tutorial, follow only the instructions in "Create a workspace".
47+
<sup>4</sup> In this tutorial, Azure Databricks provides the Spark computing platform and the instructions in the link will tell you how to set up the workspace. For this tutorial, we used the portal steps in "Create a workspace".
4848

4949
> [!NOTE]
5050
> All of the above Azure resources support security features in the Microsoft Identity platform. For simplicity, this tutorial assumes key-based authentication, using endpoints and keys copied from the portal pages of each service. If you implement this workflow in a production environment, or share the solution with others, remember to replace hard-coded keys with integrated security or encrypted keys.
@@ -258,7 +258,7 @@ url = "https://{}.search.windows.net/indexes/{}/docs/search?api-version=2020-06-
258258
requests.post(url, json={"search": "door", "count": "true", "select": "Description, Translations"}, headers={"api-key": search_key}).json()
259259
```
260260

261-
The following screenshot shows the cell output for above script.
261+
The following screenshot shows the cell output for sample script.
262262

263263
:::image type="content" source="media/search-synapseml-cognitive-services/query-results.png" alt-text="Screenshot of query results showing the count, search string, and return fields." border="true":::
264264

0 commit comments

Comments
 (0)