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
> The trusted service feature is only available using the command line described above, and cannot be done using the Azure portal.
600
-
601
601
To revoke the exception, set `networkAcls.bypass` to `None`.
602
602
603
603
To verify if the trusted service has been enabled from the Azure portal,
@@ -610,6 +610,16 @@ To verify if the trusted service has been enabled from the Azure portal,
610
610
611
611
:::image type="content" source="media/vnet/virtual-network-trusted-service.png" alt-text="A screenshot showing the trusted service is enabled." lightbox="media/vnet/virtual-network-trusted-service.png":::
612
612
613
+
## [Azure portal](#tab/azure-portal)
614
+
615
+
1. Navigate to your Azure OpenAI resource, and select **Networking** from the navigation menu.
616
+
1. Under **Exceptions**, select **Allow Azure services on the trusted services list to access this cognitive services account.**
617
+
> [!TIP]
618
+
> You can view the **Exceptions** option by selecting either **Selected networks and private endpoints** or **Disabled** under **Allow access from**.
619
+
620
+
:::image type="content" source="media/vnet/toggle-trusted-service.png" alt-text="A screenshot showing the networking settings for a resource in the Azure portal." lightbox="media/vnet/toggle-trusted-service.png":::
621
+
***
622
+
613
623
### Pricing
614
624
615
625
For pricing details, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link).
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/use-your-data-securely.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-openai
8
8
ms.topic: how-to
9
9
author: aahill
10
10
ms.author: aahi
11
-
ms.date: 04/18/2024
11
+
ms.date: 06/13/2024
12
12
recommendations: false
13
13
---
14
14
@@ -168,9 +168,6 @@ To allow your Azure AI Search to call your Azure OpenAI `preprocessing-jobs` as
168
168
169
169
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).
170
170
171
-
> [!NOTE]
172
-
> The trusted service feature is only available using the command described above, and cannot be done using the Azure portal.
173
-
174
171
This step can be skipped only if you have a [shared private link](#create-shared-private-link) for your Azure AI Search resource.
0 commit comments