Skip to content

Commit e97a403

Browse files
Yuantao WangYuantao Wang
authored andcommitted
style
1 parent a910ef8 commit e97a403

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When you use Azure OpenAI On Your Data to ingest data from Azure blob storage, l
3636
* Azure OpenAI's `preprocessing-jobs` API implements the [Azure AI Search customer skill web API protocol](/azure/search/cognitive-search-custom-skill-web-api), and processes the documents in a queue.
3737
* Azure OpenAI:
3838
1. Internally uses the first indexer created earlier to crack the documents.
39-
1. Uses a heuristic-based algorithm to perform chunking, honoring table layouts and other formatting elements in the chunk boundary to ensure the best chunking quality.
39+
1. Uses a heuristic-based algorithm to perform chunking. It honors table layouts and other formatting elements in the chunk boundary to ensure the best chunking quality.
4040
1. If you choose to enable vector search, Azure OpenAI uses the selected embedding setting to vectorize the chunks.
4141
* When all the data that the service is monitoring are processed, Azure OpenAI triggers the second indexer.
4242
* The indexer stores the processed data into an Azure AI Search service.
@@ -183,7 +183,7 @@ To allow access to your Azure OpenAI service from your client machines, like usi
183183

184184
## Configure Azure AI Search
185185

186-
You can use basic pricing tier and higher for the configuration below. It's not necessary, but if you use the S2 pricing tier you will see [additional options](#create-shared-private-link) available for selection.
186+
You can use basic pricing tier and higher for the search resource. It's not necessary, but if you use the S2 pricing tier, [advanced options](#create-shared-private-link) are available.
187187

188188
### Enable managed identity
189189

@@ -213,7 +213,7 @@ Go to search resource network tab, when the public network access is disabled, c
213213

214214
:::image type="content" source="../media/use-your-data/search-trusted-service.png" alt-text="A diagram showing the search trusted service." lightbox="../media/use-your-data/search-trusted-service.png":::
215215

216-
You can also use REST API to enable search trusted service. The example below uses the Azure CLI and `jq` tool.
216+
You can also use REST API to enable search trusted service. The example uses the Azure CLI and `jq` tool.
217217

218218
```bash
219219
rid=/subscriptions/<YOUR-SUBSCRIPTION-ID>/resourceGroups/<YOUR-RESOURCE-GROUP>/providers/Microsoft.Search/searchServices/<YOUR-RESOURCE-NAME>
@@ -240,15 +240,15 @@ This section is only applicable for S2 pricing tier search resource, because it
240240

241241
To create shared private link from your search resource connecting to your Azure OpenAI resource, see the [search documentation](/azure/search/search-indexer-howto-access-private). Select **Resource type** as `Microsoft.CognitiveServices/accounts` and **Group ID** as `openai_account`.
242242

243-
With shared private link, [step eight](#data-ingestion-architecture) of the data ingestion architecture diagram is changed from **bypass trusted service** to **shared private link**.
243+
With shared private link, [step 8](#data-ingestion-architecture) of the data ingestion architecture diagram is changed from **bypass trusted service** to **shared private link**.
244244

245245
:::image type="content" source="../media/use-your-data/ingestion-architecture-s2.png" alt-text="A diagram showing the process of ingesting data with an S2 search resource." lightbox="../media/use-your-data/ingestion-architecture-s2.png":::
246246

247247
## Configure Storage Account
248248

249249
### Enable trusted service
250250

251-
To allow access to your Storage Account from Azure OpenAI and Azure AI Search, while the Storage Account has no public network access, you need to set up Storage Account to bypass your Azure OpenAI and Azure AI Search as [trusted services based on managed identity](/azure/storage/common/storage-network-security?tabs=azure-portal#trusted-access-based-on-a-managed-identity).
251+
To allow access to your Storage Account from Azure OpenAI and Azure AI Search, you need to set up Storage Account to bypass your Azure OpenAI and Azure AI Search as [trusted services based on managed identity](/azure/storage/common/storage-network-security?tabs=azure-portal#trusted-access-based-on-a-managed-identity).
252252

253253
In the Azure portal, navigate to your storage account networking tab, choose "Selected networks", and then select **Allow Azure services on the trusted services list to access this storage account** and click Save.
254254

0 commit comments

Comments
 (0)