You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-howto-index-plaintext-blobs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
10
10
ms.custom:
11
11
- ignite-2023
12
12
ms.topic: how-to
13
-
ms.date: 01/18/2024
13
+
ms.date: 07/25/2024
14
14
---
15
15
16
16
# Index plain text blobs and files in Azure AI Search
@@ -48,12 +48,12 @@ api-key: [admin key]
48
48
}
49
49
```
50
50
51
-
By default, the `UTF-8` encoding is assumed. To specify a different encoding, use the `encoding` configuration property:
51
+
By default, the `UTF-8` encoding is assumed. To specify a different encoding, use the `encoding` configuration property. The supported [list of encodings](/dotnet/fundamentals/runtime-libraries/system-text-encoding#list-of-encodings) is under **.NET 5 and later support** column.
Copy file name to clipboardExpand all lines: articles/search/search-howto-managed-identities-data-sources.md
+48-1Lines changed: 48 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom:
11
11
- ignite-2023
12
12
- build-2024
13
13
ms.topic: how-to
14
-
ms.date: 07/02/2024
14
+
ms.date: 07/25/2024
15
15
---
16
16
17
17
# Configure a search service to connect using a managed identity in Azure AI Search
@@ -200,6 +200,7 @@ You can use a preview Management REST API instead of the portal to assign a user
200
200
+ "type" is the type of identity. Valid values are "SystemAssigned", "UserAssigned", or "SystemAssigned, UserAssigned" for both. A value of "None" clears any previously assigned identities from the search service.
201
201
202
202
+ "userAssignedIdentities" includes the details of the user assigned managed identity. This identity [must already exist](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md) before you can specify it in the Update Service request.
203
+
203
204
204
205
---
205
206
@@ -313,6 +314,7 @@ A custom skill targets the endpoint of an Azure function or app hosting custom c
313
314
314
315
An Azure OpenAI embedding skill and vectorizer in AI Search target the endpoint of an Azure OpenAI service hosting an embedding model. The endpoint is specified in the [Azure OpenAI embedding skill definition](cognitive-search-skill-azure-openai-embedding.md) and/or in the [Azure OpenAI vectorizer definition](vector-search-how-to-configure-vectorizer.md). The system-managed identity is used if configured and if the "apikey" and "authIdentity" are empty. The "authIdentity" property is used for user-assigned managed identity only.
315
316
317
+
**System-managed identity example:**
316
318
317
319
```json
318
320
{
@@ -349,6 +351,51 @@ A custom skill targets the endpoint of an Azure function or app hosting custom c
0 commit comments