AzureFixes Logo
AZUREFIXES
DEBUG FASTER. DEPLOY SMARTER.
Live Β· Azure engineering insights

Real Azure problems.
Real fixes.

Deep-dives on networking, IaC, and cloud architecture β€” written by engineers in the field.

Latest

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 β†’

How to Diagnose Azure ExpressRoute Gateway Control-Plane Failure

If your ExpressRoute Gateway shows BGP Connected but cross-premises traffic is down and effective routes on spoke VNet NICs are empty, the gateway has a control-plane failure. This guide covers the diagnostic commands to confirm it, a regional failover procedure, and the zone-redundant HA architecture to prevent recurrence.

β€’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 β†’