You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/knowledge-store-projections-examples.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
10
10
ms.custom:
11
11
- ignite-2023
12
12
ms.topic: conceptual
13
-
ms.date: 01/31/2023
13
+
ms.date: 03/18/2024
14
14
---
15
15
16
16
# Define projections in a knowledge store
@@ -35,6 +35,7 @@ Recall that projections are defined under the "knowledgeStore" property of a ski
35
35
"files": [ ]
36
36
}
37
37
]
38
+
}
38
39
```
39
40
40
41
If you need more background before getting started, review [this check list](knowledge-store-projection-overview.md#checklist-for-getting-started) for tips and workflow.
Copy file name to clipboardExpand all lines: articles/search/search-indexer-howto-access-private.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,13 @@ Only your search service can use the private links that it creates, and there ca
45
45
46
46
Once you set up the private link, it's used automatically whenever the search service connects to that PaaS resource. You don't need to modify the connection string or alter the client you're using to issue the requests, although the device used for the connection must connect using an authorized IP in the Azure PaaS resource's firewall.
47
47
48
-
> [!NOTE]
49
-
> There are two scenarios for using [Azure Private Link](../private-link/private-link-overview.md) and Azure AI Search together. Creating a shared private link is one scenario, relevant when an *outbound* connection to Azure PaaS requires a private connection. The second scenario is [configure search for a private *inbound* connection](service-create-private-endpoint.md) from clients that run in a virtual network. While both scenarios have a dependency on Azure Private Link, they are independent. You can create a shared private link without having to configure your own search service for a private endpoint.
48
+
There are two scenarios for using [Azure Private Link](../private-link/private-link-overview.md) and Azure AI Search together.
49
+
50
+
+ Scenario one: create a shared private link when an *outbound* (indexer) connection to Azure PaaS requires a private connection.
51
+
52
+
+ Scenario two: [configure search for a private *inbound* connection](service-create-private-endpoint.md) from clients that run in a virtual network.
53
+
54
+
While both scenarios have a dependency on Azure Private Link, they are independent. You can create a shared private link without having to configure your own search service for a private endpoint.
50
55
51
56
### Limitations
52
57
@@ -353,10 +358,6 @@ This step shows you how to configure the indexer to run in the private environme
353
358
}
354
359
```
355
360
356
-
Following is an example of the request in Postman.
357
-
358
-

359
-
360
361
After the indexer is created successfully, it should connect to the Azure resource over the private endpoint connection. You can monitor the status of the indexer by using the [Indexer Status API](/rest/api/searchservice/get-indexer-status).
361
362
362
363
> [!NOTE]
@@ -366,7 +367,7 @@ After the indexer is created successfully, it should connect to the Azure resour
366
367
367
368
1. If you haven't done so already, verify that your Azure PaaS resource refuses connections from the public internet. If connections are accepted, review the DNS settings in the **Networking** page of your Azure PaaS resource.
368
369
369
-
1. Choose a tool that can invoke an outbound request scenario, such as an indexer connection to a private endpoint. An easy choice is using the **Import data** wizard, but you can also try the Postman app and REST APIs for more precision. Assuming that your search service isn't also configured for a private connection, the REST client connection to Search can be over the public internet.
370
+
1. Choose a tool that can invoke an outbound request scenario, such as an indexer connection to a private endpoint. An easy choice is using the **Import data** wizard, but you can also try a REST client and REST APIs for more precision. Assuming that your search service isn't also configured for a private connection, the REST client connection to search can be over the public internet.
370
371
371
372
1. Set the connection string to the private Azure PaaS resource. The format of the connection string doesn't change for shared private link. The search service invokes the shared private link internally.
0 commit comments