Skip to content

Commit 7da3836

Browse files
Merge pull request #271359 from aahill/link-fix
updating links
2 parents e417c25 + 90a6edc commit 7da3836

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
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: 03/25/2024
11+
ms.date: 04/05/2024
1212
ms.author: aahi
1313
---
1414

@@ -60,6 +60,8 @@ Virtual networks are supported in [regions where Azure AI services are available
6060
> - `CognitiveServicesManagement`
6161
> - `CognitiveServicesFrontEnd`
6262
> - `Storage` (Speech Studio only)
63+
>
64+
> For information on configuring Azure AI Studio, see the [Azure AI Studio documentation](../ai-studio/how-to/configure-private-link.md).
6365
6466
## Change the default network access rule
6567

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,15 @@ When using the API, pass the `filter` parameter in each API request. For example
103103
* `group_id1, group_id2` are groups attributed to the logged in user. The client application can retrieve and cache users' groups.
104104

105105

106-
## Resources configuration
106+
## Resource configuration
107107

108108
Use the following sections to configure your resources for optimal secure usage. Even if you plan to only secure part of your resources, you still need to follow all the steps below.
109109

110110
This article describes network settings related to disabling public network for Azure OpenAI resources, Azure AI search resources, and storage accounts. Using selected networks with IP rules is not supported, because the services' IP addresses are dynamic.
111111

112+
> [!TIP]
113+
> You can use the bash script available on [GitHub](https://github.com/microsoft/sample-app-aoai-chatGPT/blob/main/scripts/validate-oyd-vnet.sh) to validate your setup, and determine if all of the requirements listed here are being met.
114+
112115
## Create resource group
113116

114117
Create a resource group, so you can organize all the relevant resources. The resources in the resource group include but are not limited to:

0 commit comments

Comments
 (0)