Fixing Private Endpoint Issues with Azure OpenAI: DNS, NSG, and SDK
If your Azure OpenAI calls fail after adding a private endpoint β with timeouts, 401s, or connections that bypass the endpoint entirely β the cause is almost always in one of four places: DNS resolution, App Service VNet routing, NSG subnet policies, or SDK endpoint configuration. Here is how to diagnose and fix each one.