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
Copy file name to clipboardExpand all lines: articles/cognitive-services/cognitive-services-virtual-networks.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Virtual networks (VNETs) are supported in [regions where Cognitive Services are
40
40
41
41
> [!div class="checklist"]
42
42
> * Anomaly Detector
43
+
> * Azure OpenAI
43
44
> * Computer Vision
44
45
> * Content Moderator
45
46
> * Custom Vision
@@ -53,12 +54,13 @@ Virtual networks (VNETs) are supported in [regions where Cognitive Services are
53
54
54
55
55
56
> [!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
+
57
59
> ***AzureActiveDirectory**
58
60
> ***AzureFrontDoor.Frontend**
59
61
> ***AzureResourceManager**
60
62
> ***CognitiveServicesManagement**
61
-
63
+
> ***CognitiveServicesFrontEnd**
62
64
63
65
64
66
## Change the default network access rule
@@ -503,6 +505,9 @@ When creating the private endpoint, you must specify the Cognitive Services reso
503
505
504
506
### Connecting to private endpoints
505
507
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
+
506
511
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.
507
512
508
513
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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/openai/faq.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,12 @@ sections:
29
29
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.
30
30
31
31
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)
0 commit comments