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/ai-services/openai/how-to/use-your-data-securely.md
+27-5Lines changed: 27 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ recommendations: false
16
16
17
17
> [!Note]
18
18
> Since June 2024, the form application of the Microsoft managed private endpoint to Azure AI Search is no longer needed.
19
-
> The managed private endpoint will be deleted from Microsoft managed virtual network at July 2025. If you have already provisioned managed private endpoint through the form application process before June 2024, please migrate to the [Azure AI Service trusted service](#enable-inbound-trusted-service-of-search-resource) as early as possible to avoid service disruption.
19
+
> The managed private endpoint will be deleted from Microsoft managed virtual network at July 2025. If you have already provisioned managed private endpoint through the form application process before June 2024, please migrate to the [Azure AI Service trusted service](#enable-trusted-service-of-search-resource) as early as possible to avoid service disruption.
20
20
21
21
Use this article to learn how to use Azure OpenAI On Your Data securely by protecting data and resources with Microsoft Entra ID role-based access control, virtual networks, and private endpoints.
22
22
@@ -210,10 +210,6 @@ To enable role-based access control via the REST API, set `authOptions` as `aadO
210
210
}
211
211
```
212
212
213
-
### Enable inbound trusted service of Search resource
214
-
215
-
TBD
216
-
Update diagrams
217
213
218
214
### Disable public network access
219
215
@@ -222,6 +218,32 @@ You can disable public network access of your Azure AI Search resource in the Az
222
218
To allow access to your Azure AI Search resource from your client machines, like using Azure OpenAI Studio, you need to create [private endpoint connections](/azure/search/service-create-private-endpoint) that connect to your Azure AI Search resource.
223
219
224
220
221
+
### Enable trusted service of search resource
222
+
223
+
You can enable trusted service of your search resource from Azure portal.
224
+
225
+
Go to search resource network tab, when the public network access is disabled, check the checkbox of "Allow Azure services on the trusted services list to access this search service."
0 commit comments