AzureFixes Logo
AZUREFIXES
DEBUG FASTER. DEPLOY SMARTER.

Tag: Networking

8 posts tagged with "Networking"

Diagnosing Kubernetes DNS Resolution Failures: CoreDNS Upstream Forwarding Broken by resolv.conf Drift

If some pods in your AKS cluster resolve external DNS names fine and others fail β€” from the same Deployment, same image, same config β€” the variable is the node. This guide covers the exact test sequence to isolate CoreDNS upstream forwarding failures, identify /etc/resolv.conf drift on worker nodes, and fix it without reprovisioning.

β€’Read more β†’

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.

β€’Read more β†’