Period: today · Items: 2 · Source: Azure official updates RSS
There are not many items today, but there is one fairly practical update from a network security perspective. With Azure Firewall explicit proxy now GA, there is now a more flexible option beyond the traditional design question of, “Do we have to control traffic through routing alone?” It is also a great day to connect and understand HTTP/HTTPS proxy settings in browsers and applications with Azure network security.
· Explicit proxy — a method where an application or browser directly specifies a proxy server and sends HTTP/HTTPS requests through it
· Azure Firewall — a managed firewall that goes beyond simple L3/L4 filtering and can be designed for application-layer traffic control scenarios
· Route-based vs Proxy-based — forced network pathing (UDR/default route) and application proxy settings differ in operational model and scope of application
· HTTP/HTTPS egress control — the security and operational model changes depending on which layer you choose to control outbound internet traffic
· Confidential VM retirement — even security-focused VMs go through generational transitions, so workload lifecycle and SKU migration planning are important
1 item
What it is: Explicit proxy is a method in which the client specifies “where to send traffic” through proxy settings rather than routing. This GA means Azure Firewall now officially supports serving as an HTTP/HTTPS proxy endpoint within its supported capabilities.
Why it matters: When learning Azure network security, many people are familiar with path-centric designs such as UDR, forced tunneling, and NAT. This feature broadens that perspective by making application-layer traffic steering another Azure Firewall design option. It is especially useful for comparing outbound control models for end-user browsers and business applications.
Try it: Open the Azure Firewall documentation and review the explicit proxy concept and configuration method, then sketch out a PoC scenario where a test VM or browser is configured to use Azure Firewall as its proxy.
Source: https://azure.microsoft.com/updates?id=568825