top of page

Category ✅
Search


Azure Firewall DNAT Miss: az network firewall policy When the Public IP Is Dead
DNAT needs a matching network rule, the right firewall public IP, and SNAT/return through the firewall. Policy hierarchy can hide a deny. Techclick CLI lab: symptoms, commands, traps, and proof.
-
Aug 152 min read


Azure Private Endpoint DNS Split-Brain: nslookup When the App Still Hits the Public IP
Private endpoints need the privatelink DNS zone linked to the VNet. Without it, the public name never flips. Techclick CLI lab: symptoms, commands, traps, and proof.
-
Aug 152 min read


Azure Application Gateway 502: Backend Health CLI When the Listener Is Fine
502 is backend health. Probe path, host header, or NSG from the gateway subnet is wrong. Techclick CLI lab: symptoms, commands, traps, and proof.
-
Aug 152 min read


Azure WAF Custom Rule Overblock: az network application-gateway waf-policy When a Header Is Blocked
Custom rules evaluate first. A sloppy contains() on a header will 403 a partner. List the custom rules before you disable OWASP. Techclick CLI lab: symptoms, commands, traps, and proof.
-
Aug 152 min read


Azure VPN Gateway BGP Down: az network vnet-gateway When On-Prem Prefixes Vanish
Connected is IKE. BGP is a second session on the tunnel. If BGP is down, Azure has no prefixes unless you also have traffic selectors. Techclick CLI lab: symptoms, commands, traps, and proof.
-
Aug 152 min read


Azure NSG Effective Rules Lie: az network nic list-effective-nsg When a VM Is Dark
A NIC NSG, a subnet NSG, and an Application Security Group all stack. list-effective-nsg is the only merged view. Techclick CLI lab: symptoms, commands, traps, and proof.
-
Aug 152 min read


-
Jul 1, 20250 min read


-
Jun 29, 20250 min read


-
Jun 24, 20250 min read
Azure fundamentals
Introduction Azure is a cloud computing platform with an ever-expanding set of services to help you build solutions to meet your business...
-
Mar 31, 202496 min read


How to Azure Virtual Network (VNet) work in Azure cloud
Azure Virtual Network (VNet) Azure Virtual Network (VNet) A network or environment called an Azure Virtual Network (VNet) can be used to run virtual machines (VMs) and applications in the cloud. A network or environment called an Azure Virtual Network (VNet) can be used to run virtual machines (VMs) and applications in the cloud. Once Azure services and virtual machines are built, they communicate securely. The size, availability, and isolation that come with Azure's infrastr
-
Oct 9, 20223 min read
bottom of page