Skip to content

Commit 392044d

Browse files
authored
Merge pull request #230836 from mrbullwinkle/mrb_03_15_2023_openai_networking
[Cognitive Services] [Azure OpenAI] Update VNET support info
2 parents 8d98349 + d2dd3c3 commit 392044d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Virtual networks (VNETs) are supported in [regions where Cognitive Services are
4040

4141
> [!div class="checklist"]
4242
> * Anomaly Detector
43+
> * Azure OpenAI
4344
> * Computer Vision
4445
> * Content Moderator
4546
> * Custom Vision
@@ -53,12 +54,13 @@ Virtual networks (VNETs) are supported in [regions where Cognitive Services are
5354
5455

5556
> [!NOTE]
56-
> If you're using LUIS, Speech Services, or Language services, the **CognitiveServicesManagement** tag only enables you use the service using the SDK or REST API. To access and use LUIS portal , Speech Studio or Language Studio from a virtual network, you will need to use the following tags:
57+
> If you're using, Azure OpenAI, LUIS, Speech Services, or Language services, the **CognitiveServicesManagement** tag only enables you use the service using the SDK or REST API. To access and use Azure OpenAI Studio, LUIS portal , Speech Studio or Language Studio from a virtual network, you will need to use the following tags:
58+
5759
> * **AzureActiveDirectory**
5860
> * **AzureFrontDoor.Frontend**
5961
> * **AzureResourceManager**
6062
> * **CognitiveServicesManagement**
61-
63+
> * **CognitiveServicesFrontEnd**
6264
6365

6466
## Change the default network access rule
@@ -503,6 +505,9 @@ When creating the private endpoint, you must specify the Cognitive Services reso
503505
504506
### Connecting to private endpoints
505507
508+
> [!NOTE]
509+
> Azure OpenAI Service uses a different private DNS zone and public DNS zone forwarder than other Azure Cognitive Services. Refer to the [Azure services DNS zone configuration article](../private-link/private-endpoint-dns.md#azure-services-dns-zone-configuration) for the correct zone and forwader names.
510+
506511
Clients on a VNet using the private endpoint should use the same connection string for the Cognitive Services resource as clients connecting to the public endpoint. The exception is the Speech Services, which require a separate endpoint. See the section on [Private endpoints with the Speech Services](#private-endpoints-with-the-speech-services). We rely upon DNS resolution to automatically route the connections from the VNet to the Cognitive Services resource over a private link.
507512
508513
We create a [private DNS zone](../dns/private-dns-overview.md) attached to the VNet with the necessary updates for the private endpoints, by default. However, if you're using your own DNS server, you may need to make additional changes to your DNS configuration. The section on [DNS changes](#dns-changes-for-private-endpoints) below describes the updates required for private endpoints.

articles/cognitive-services/openai/faq.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ sections:
2929
Azure OpenAI Service gives customers advanced language AI with OpenAI GPT-3, Codex, and DALL-E models with the security and enterprise promise of Azure. Azure OpenAI co-develops the APIs with OpenAI, ensuring compatibility and a smooth transition from one to the other.
3030
3131
With Azure OpenAI, customers get the security capabilities of Microsoft Azure while running the same models as OpenAI.
32+
- question: |
33+
Does Azure OpenAI support VNET's and Private Endpoints?
34+
answer: |
35+
Yes, as part of Azure Cognitive Services, Azure OpenAI supports VNET's and Private Endpoints. To learn more consult the [Cognitive Services virtual networking guidance](../cognitive-services-virtual-networks.md?context=/azure/cognitive-services/openai/context/context)
36+
37+
3238
- name: Getting access to Azure OpenAI Service
3339
questions:
3440
- question: |

articles/cognitive-services/openai/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ items:
4646
href: ./how-to/fine-tuning.md
4747
- name: Manage identity
4848
href: ./how-to/managed-identity.md
49+
- name: Use virutal networks
50+
href: ../cognitive-services-virtual-networks.md?context=/azure/cognitive-services/openai/context/context
4951
- name: Use with large datasets
5052
href: ./how-to/integrate-synapseml.md
5153
- name: Encryption of data at rest

0 commit comments

Comments
 (0)