Peering Virtual Network Access to OpenAI resources?

Copper Contributor

In tenant A, I have an existing OpenAI resource that is set to only be accessible from a virtual network, in which a VM rests in place.


The VM can connect to the OpenAI resource successfully.

 

Now to access other OpenAI resources from another tenant B, I have added a peering connection to connect the virtual network of the OpenAI resources from tenant B with the virtual network in tenant A. (the typical 10.0.0.0-10.1.0.0 example)

 

But when trying to call the API endpoint in the VM using REST or JavaScript SDK, 403 error occurs: "Access denied due to Virtual Network/Firewall rules"

 

The peering network is confirmed to be successfully through the network interface of the VM.

henry_coding101_2-1727348215393.png

 

henry_coding101_1-1727348085398.png

 

Is linking to Azure OpenAI resources like this possible, or do we have to use a private endpoint?

 

0 Replies