Skip to content

Commit a933a79

Browse files
authored
Merge pull request #270164 from aahill/ts-update
Trusted service update
2 parents c8971da + 77760c9 commit a933a79

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

articles/ai-services/cognitive-services-virtual-networks.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: azure-ai-services
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
ms.topic: how-to
11-
ms.date: 02/13/2024
11+
ms.date: 03/25/2024
1212
ms.author: aahi
1313
---
1414

@@ -595,11 +595,21 @@ curl -i -X PATCH https://management.azure.com$rid?api-version=2023-10-01-preview
595595
'
596596
```
597597

598-
To revoke the exception, set `networkAcls.bypass` to `None`.
599-
600598
> [!NOTE]
601599
> The trusted service feature is only available using the command line described above, and cannot be done using the Azure portal.
602600
601+
To revoke the exception, set `networkAcls.bypass` to `None`.
602+
603+
To verify if the trusted service has been enabled from the Azure portal,
604+
605+
1. Use the **JSON View** from the Azure OpenAI resource overview page
606+
607+
:::image type="content" source="media/vnet/azure-portal-json-view.png" alt-text="A screenshot showing the JSON view option for resources in the Azure portal." lightbox="media/vnet/azure-portal-json-view.png":::
608+
609+
1. Choose your latest API version under **API versions**. Only the latest API version is supported, `2023-10-01-preview` .
610+
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+
603613
### Pricing
604614

605615
For pricing details, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link).
145 KB
Loading
20.9 KB
Loading

0 commit comments

Comments
 (0)