Skip to content

Commit d405a6c

Browse files
authored
Merge pull request #278406 from MicrosoftDocs/main
6/17 11:00 AM IST Publish
2 parents 5ee5529 + 8bd90f6 commit d405a6c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/container-apps/jobs-get-started-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zone_pivot_groups: container-apps-job-types
1515

1616
Azure Container Apps [jobs](jobs.md) allow you to run containerized tasks that execute for a finite duration and exit. You can trigger a job manually, schedule their execution, or trigger their execution based on events.
1717

18-
Jobs are best suited to for tasks such as data processing, machine learning, or any scenario that requires on-demand processing.
18+
Jobs are best suited to for tasks such as data processing, machine learning, resource cleanup, or any scenario that requires on-demand processing.
1919

2020
In this quickstart, you create a manual or scheduled job. To learn how to create an event-driven job, see [Deploy an event-driven job with Azure Container Apps](tutorial-event-driven-jobs.md).
2121

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: cognitive-search
1111
ms.custom:
1212
- ignite-2023
1313
ms.topic: conceptual
14-
ms.date: 01/17/2024
14+
ms.date: 06/14/2024
1515
---
1616

1717
# Field mappings and transformations using Azure AI Search indexers
@@ -136,6 +136,8 @@ A field mapping function transforms the contents of a field before it's stored i
136136
+ [urlEncode](#urlEncodeFunction)
137137
+ [urlDecode](#urlDecodeFunction)
138138

139+
Note that these functions are exclusively supported for parent indexes at this time. They are not compatible with chunked index mapping, therefore, these functions can't be used for [index projections](index-projections-concept-intro.md).
140+
139141
<a name="base64EncodeFunction"></a>
140142

141143
### base64Encode function

0 commit comments

Comments
 (0)