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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ To allow access to your Azure OpenAI service from your client machines, like usi
174
174
175
175
## Configure Azure AI Search
176
176
177
-
You can use basic pricing tier and higher for the configuration below. You don’t have to, but if you use S2 pricing tier, you will have an additional advanced option described in [this section](#create-shared-private-link).
177
+
You can use basic pricing tier and higher for the configuration below. You don’t have to, but if you use S2 pricing tier, you will have an advanced option described in [this section](#create-shared-private-link).
178
178
179
179
### Enable managed identity
180
180
@@ -221,11 +221,13 @@ Learn more about the [manual approval workflow](/azure/private-link/private-endp
221
221
222
222
### Create shared private link
223
223
224
-
If you are using Basic or Standard pricing tier, please skip this section.
225
-
This section is only applicable for S2 pricing tier, because it requires [private endpoint support for indexers with a skill set](/azure/search/search-limits-quotas-capacity#shared-private-link-resource-limits).
226
-
Due to the complexity, we recommend skip this section for the beginners, and only continue reading if your admin doesn't allow you to [enable trusted service on Azure OpenAI resource](#enable-trusted-service), or you have difficulty to enable trusted service using the command line.
224
+
If you are using Basic or Standard pricing tier, or if it is your first time to setup all the resources securely, please skip this advanced topic.
227
225
228
-
In this section, we will modify [step 8](#data-ingestion-architecture) of the data ingestion architecture diagram from *bypass trusted service* to *private endpoint*.
226
+
This section is only applicable for S2 pricing tier search resource, because it requires [private endpoint support for indexers with a skill set](/azure/search/search-limits-quotas-capacity#shared-private-link-resource-limits).
227
+
228
+
In this section, we will modify [step 8](#data-ingestion-architecture) of the data ingestion architecture diagram from **bypass trusted service** to **private endpoint**.
229
+
230
+
:::image type="content" source="../media/use-your-data/ingestion-architecture-s2.png" alt-text="A diagram showing the process of ingesting data with s2 search resource." lightbox="../media/use-your-data/ingestion-architecture-s2.png":::
0 commit comments