Skip to content

Commit 795261a

Browse files
Merge pull request #233414 from gmndrg/main
Updated alias behavior
2 parents b9b0fa9 + 62bed08 commit 795261a

File tree

3 files changed

+27
-25
lines changed

3 files changed

+27
-25
lines changed

articles/search/search-how-to-alias.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: gmndrg
77
ms.author: gimondra
88
ms.service: cognitive-search
99
ms.topic: how-to
10-
ms.date: 01/05/2023
10+
ms.date: 04/04/2023
1111
---
1212

1313
# Create an index alias in Azure Cognitive Search
@@ -93,6 +93,8 @@ If you expect to make updates to a production index, specify an alias rather tha
9393

9494
> [!NOTE]
9595
> You can only use an alias with [document operations](/rest/api/searchservice/document-operations) or to get and update an index definition. Aliases can't be used to delete an index, can't be used with the Analyze Text API, and can't be used as the `targetIndexName` on an indexer.
96+
>
97+
> An update to an alias may take up to 10 seconds to propagate through the system so you should wait at least 10 seconds before performing any operation in the index that has been mapped or recently was mapped to the alias.
9698
9799
## Swap indexes
98100

articles/search/search-howto-index-sharepoint-online.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: liamca
99

1010
ms.service: cognitive-search
1111
ms.topic: how-to
12-
ms.date: 02/23/2023
12+
ms.date: 04/04/2023
1313
---
1414

1515
# Index data from SharePoint document libraries
@@ -69,7 +69,7 @@ The SharePoint indexer supports both [delegated and application](/graph/auth/aut
6969

7070
+ Application permissions, where the indexer runs under the identity of the SharePoint tenant with access to all sites and files within the SharePoint tenant. The indexer requires a [client secret](../active-directory/develop/v2-oauth2-client-creds-grant-flow.md) to access the SharePoint tenant. The indexer will also require [tenant admin approval](../active-directory/manage-apps/grant-admin-consent.md) before it can index any content.
7171

72-
If your Azure Active Directory organization has [Conditional Access enabled](../active-directory/conditional-access/overview.md) and your administrator isn't able to grant any device access for Delegated permissions, you should consider Application permissions instead. For more information, see [SharePoint Conditional Access policies](./search-indexer-troubleshooting.md#sharepoint-conditional-access-policies).
72+
If your Azure Active Directory organization has [Conditional Access enabled](../active-directory/conditional-access/overview.md) and your administrator isn't able to grant any device access for Delegated permissions, you should consider Application permissions instead. For more information, see [Azure Active Directory Conditional Access policies](./search-indexer-troubleshooting.md#azure-active-directory-conditional-access-policies).
7373

7474
### Step 3: Create an Azure AD application
7575

0 commit comments

Comments
 (0)