Skip to content

Commit cf805cb

Browse files
Merge pull request #3490 from jessicawrr/rawan/sqlcontainernameconvention
Add Note for SQL/MySQL DataSource Naming Convention and Fix Missing Functions on FieldMapping Page
2 parents c1d96cf + c053d65 commit cf805cb

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

articles/search/search-how-to-index-sql-database.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ The data source definition specifies the data to index, credentials, and policie
178178
+ Alternatively, you can specify a managed identity connection string that doesn't include database secrets with the following format: `Initial Catalog|Database=<your database name>;ResourceId=/subscriptions/<your subscription ID>/resourceGroups/<your resource group name>/providers/Microsoft.Sql/servers/<your SQL Server name>/;Connection Timeout=connection timeout length;`.
179179

180180
For more information, see [Connect to Azure SQL Database indexer using a managed identity](search-howto-managed-identities-sql.md).
181+
> [!NOTE]
182+
> For the container name property, the value is restricted to only allow letters, numbers, underscores (_), dots (.), single dashes (-), and square brackets ([])
181183
182184
### Add search fields to an index
183185

articles/search/search-howto-index-mysql.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ The data source definition specifies the data to index, credentials, and policie
8383

8484
- Set [`dataDeletionDetectionPolicy`](#DataDeletionDetectionPolicy) if you want to remove search documents from a search index when the source item is deleted.
8585

86+
> [!NOTE]
87+
> For the container name property, the value is restricted to only allow letters, numbers, underscores (_), dots (.), single dashes (-), and square brackets ([])
88+
8689
## Create an index
8790

8891
[Create or Update Index](/rest/api/searchservice/indexes/create?view=rest-searchservice-2024-05-01-preview&preserve-view=true) specifies the index schema:

articles/search/search-indexer-field-mappings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ A field mapping function transforms the contents of a field before it's stored i
157157
+ [base64Encode](#base64EncodeFunction)
158158
+ [base64Decode](#base64DecodeFunction)
159159
+ [extractTokenAtPosition](#extractTokenAtPositionFunction)
160+
+ [fixedLengthEncode](#fixedLengthEncodeFunction)
160161
+ [jsonArrayToStringCollection](#jsonArrayToStringCollectionFunction)
162+
+ [toJson](#toJsonFunction)
161163
+ [urlEncode](#urlEncodeFunction)
162164
+ [urlDecode](#urlDecodeFunction)
163165

0 commit comments

Comments
 (0)