Skip to content

Commit 0f09a2b

Browse files
Merge pull request #274719 from aahill/aoai-security-add
moving note
2 parents 047ecf2 + 0d46644 commit 0f09a2b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ To allow your Azure AI Search to call your Azure OpenAI `preprocessing-jobs` as
168168

169169
Set `networkAcls.bypass` as `AzureServices` from the management API. For more information, see [Virtual networks article](/azure/ai-services/cognitive-services-virtual-networks?tabs=portal#grant-access-to-trusted-azure-services-for-azure-openai).
170170

171+
> [!NOTE]
172+
> The trusted service feature is only available using the command described above, and cannot be done using the Azure portal.
173+
171174
This step can be skipped only if you have a [shared private link](#create-shared-private-link) for your Azure AI Search resource.
172175

173176
### Disable public network access
@@ -249,9 +252,6 @@ To allow access to your Storage Account from Azure OpenAI and Azure AI Search, w
249252

250253
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.
251254

252-
> [!NOTE]
253-
> The trusted service feature is only available using the command line described above, and cannot be done using the Azure portal.
254-
255255
### Disable public network access
256256

257257
You can disable public network access of your Storage Account in the Azure portal.
@@ -378,3 +378,4 @@ curl -i -X GET https://my-resource.openai.azure.com/openai/extensions/on-your-da
378378
### Inference API
379379

380380
See the [inference API reference article](../references/on-your-data.md) for details on the request and response objects used by the inference API.
381+

0 commit comments

Comments
 (0)