Skip to content

Commit a249cfb

Browse files
committed
s2
1 parent 326cfa1 commit a249cfb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/ai-services/openai/how-to/use-your-data-securely.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ To allow access to your Azure OpenAI service from your client machines, like usi
174174

175175
## Configure Azure AI Search
176176

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).
178178

179179
### Enable managed identity
180180

@@ -221,11 +221,13 @@ Learn more about the [manual approval workflow](/azure/private-link/private-endp
221221

222222
### Create shared private link
223223

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.
227225

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":::
229231

230232
## Configure Storage Account
231233

110 KB
Loading

0 commit comments

Comments
 (0)