Skip to content

Commit beecb6e

Browse files
Merge pull request #209064 from HeidiSteen/heidist-cases
[azure search] Freshness pass on Python AI enrichment tutorial
2 parents 905dea5 + 8f8cf45 commit beecb6e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/search/cognitive-search-tutorial-blob-python.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: heidist
99
ms.service: cognitive-search
1010
ms.devlang: python
1111
ms.topic: tutorial
12-
ms.date: 12/01/2021
12+
ms.date: 08/24/2022
1313
ms.custom: devx-track-python
1414
---
1515

@@ -42,7 +42,7 @@ The skillset is attached to the indexer. It uses built-in skills from Microsoft
4242
* [Azure Storage](https://azure.microsoft.com/services/storage/)
4343
* [Azure Cognitive Search](https://azure.microsoft.com/services/search/)
4444

45-
> [!Note]
45+
> [!NOTE]
4646
> You can use the free service for this tutorial. A free search service limits you to three indexes, three indexers, and three data sources. This tutorial creates one of each. Before starting, make sure you have room on your service to accept the new resources.
4747
4848
## Download files
@@ -125,8 +125,6 @@ To interact with your Azure Cognitive Search service you will need the service U
125125
126126
2. In **Settings** > **Keys**, get an admin key for full rights on the service. There are two interchangeable admin keys, provided for business continuity in case you need to roll one over. You can use either the primary or secondary key on requests for adding, modifying, and deleting objects.
127127
128-
Get the query key as well. It's a best practice to issue query requests with read-only access.
129-
130128
![Get the service name and admin and query keys](media/search-get-started-javascript/service-name-and-keys.png)
131129
132130
All requests require an api-key in the header of every request sent to your service. A valid key establishes trust, on a per request basis, between the application sending the request and the service that handles it.

0 commit comments

Comments
 (0)