Skip to content

Commit 2418755

Browse files
authored
Added clarification for several points
Clarified based on support cases
1 parent 2a173a5 commit 2418755

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/search/search-indexer-howto-access-private.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Private endpoints created through Azure Cognitive Search APIs are referred to as
3535

3636
+ Indexer execution must use the private execution environment that's specific to your search service. Private endpoint connections aren't supported from the multi-tenant environment.
3737

38+
+ If you're using the [Azure portal](https://portal.azure.com/), make sure that access to all public networks is enabled in the data source resource firewall while going through the instructions below. Otherwise, you need to enable access to all public networks during this setup and then disable it again, or instead, you must use REST API from a device with an authorized IP in the firewall rules, to perform these operations. If the supported data source resource has public networks access disabled, there will be errors when connecting from the portal to it.
39+
40+
3841
> [!NOTE]
3942
> When using Private Link for data sources, Azure portal access (from Cognitive Search to your content) - such as through the [Import data](search-import-data-portal.md) wizard - is not supported.
4043
@@ -278,6 +281,11 @@ After the indexer is created successfully, it should connect to the Azure resour
278281

279282
+ If you get an error when creating a shared private link, check [service limits](search-limits-quotas-capacity.md) to verify that you're under the quota for your tier.
280283

284+
+ If you have created a shared private link mapped to your storage account, any indexer in your search service that doesn't have a [skillset](cognitive-search-working-with-skillsets.md) will be able to access the storage account.
285+
286+
+ If your indexers do not have [skillsets](cognitive-search-working-with-skillsets.md) and connect to your data source using a shared private link, you don't have to configure the indexer `executionEnvironment` configuration property to `private`. This is only necessary when running skillsets.
287+
288+
281289
## Next steps
282290

283291
Learn more about private endpoints and other secure connection methods:

0 commit comments

Comments
 (0)