Skip to content

Commit 9232c86

Browse files
committed
Add indexer troubleshooting item for Azure sql serverless
1 parent cea00fe commit 9232c86

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/search/search-indexer-troubleshooting.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: mgottein
88
ms.author: magottei
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 06/27/2021
11+
ms.date: 09/07/2021
1212
---
1313

1414
# Indexer troubleshooting guidance for Azure Cognitive Search
@@ -58,6 +58,12 @@ The `AzureCognitiveSearch` service tag can be directly used in the inbound [NSG
5858

5959
More details for accessing data in a SQL managed instance are outlined [here](search-howto-connecting-azure-sql-mi-to-azure-search-using-indexers.md)
6060

61+
## Azure SQL Database serverless indexing (error code 40613)
62+
63+
If your SQL database is a on a [serverless compute tier](../azure-sql/database/serverless-tier-overview.md), make sure that the database is running (and not paused) when the indexer connects to it.
64+
65+
If the database is paused, the first login from your search service will auto-resume the database, but it will also return an error stating that the database is unavailable with error code 40613. After the database is running, retry the login to establish connectivity.
66+
6167
## SharePoint Online Conditional Access policies
6268

6369
When creating a SharePoint Online indexer you will go through a step that requires you to sign in to your Azure AD app after providing a device code. If you receive a message that says `"Your sign-in was successful but your admin requires the device requesting access to be managed"` the indexer is likely being blocked from accessing the SharePoint Online document library due to a [Conditional Access](../active-directory/conditional-access/overview.md) policy.

0 commit comments

Comments
 (0)