Skip to content

Commit 4e1b6cc

Browse files
authored
Merge pull request #220247 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents c871d06 + ae29a17 commit 4e1b6cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/active-directory/roles/permissions-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,7 @@ Users with this role can manage [Teams-certified devices](https://www.microsoft.
22502250
22512251
## Tenant Creator
22522252

2253-
Assign the Teant Creator role to users who need to do the following tasks:
2253+
Assign the Tenant Creator role to users who need to do the following tasks:
22542254
- Create both Azure Active Directory and Azure Active Directory B2C tenants even if the tenant creation toggle is turned off in the user settings
22552255
> [!NOTE]
22562256
>The tenant creators will be assigned the Global administrator role on the new tenants they create.

articles/azure-monitor/app/live-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ As described in the [Azure TLS 1.2 migration announcement](https://azure.microso
298298
<TelemetryProcessors>
299299
<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.
300300
QuickPulse.QuickPulseTelemetryProcessor, Microsoft.AI.PerfCounterCollector"/>
301-
<TelemetryProcessors>
301+
</TelemetryProcessors>
302302
````
303303
1. Restart the application.
304304

articles/search/search-what-is-azure-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Across the Azure platform, Cognitive Search can integrate with other Azure servi
3838

3939
On the search service itself, the two primary workloads are *indexing* and *querying*.
4040

41-
+ [**Indexing**](search-what-is-an-index.md) is an intake process that loads content into to your search service and makes it searchable. Internally, inbound text is processed into tokens and stored in inverted indexes for fast scans. You can upload JSON documents, or use an indexer to serialize your data into JSON.
41+
+ [**Indexing**](search-what-is-an-index.md) is an intake process that loads content into your search service and makes it searchable. Internally, inbound text is processed into tokens and stored in inverted indexes for fast scans. You can upload JSON documents, or use an indexer to serialize your data into JSON.
4242

4343
[AI enrichment](cognitive-search-concept-intro.md) through [cognitive skills](cognitive-search-working-with-skillsets.md) is an extension of indexing. If your content needs image or language analysis before it can be indexed, AI enrichment can extract text embedded in application files, translate text, and also infer text and structure from non-text files by analyzing the content.
4444

0 commit comments

Comments
 (0)