Microsoft Azure Application Gateway Deep Dive

    7
    37



    In this video I explore all the ins and outs to using Azure Application (App) Gateway in your environment!

    Whiteboard – https://github.com/johnthebrit/RandomStuff/blob/master/Whiteboards/AppGatewayDeepDive.svg

    Links under chapters!

    00:00 Introduction
    00:32 Types of load balancing solution
    02:00 Layer 7 with App Gateway
    04:33 App Gateway deployment to virtual network
    08:45 Locking down the public IP
    10:05 App Gateway and WAF versions
    14:14 Key features
    20:55 How App Gateway works
    21:25 Backend sets
    25:28 Frontend IPs
    27:40 Listeners
    36:36 SSL/TLS offload/termination
    37:44 Rules
    43:30 Redirection rules
    46:33 Rewrite rules
    50:03 HTTP settings and health probe
    56:45 How the bits fit together
    57:48 App Gateway as AKS ingress controller
    1:02:39 Summary

    Azure Load Balancer Video – https://youtu.be/8yCDiqMDKXE
    Choosing a Load Balancing Solution – https://youtu.be/s1H2HpSJ-cg
    Locking down App Gateway IP – https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-faq#how-do-i-use-application-gateway-v2-with-only-private-frontend-ip-address
    App Gateway Pricing – https://docs.microsoft.com/en-us/azure/application-gateway/understanding-pricing
    App Gateway Version Differences – https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-autoscaling-zone-redundant#feature-comparison-between-v1-sku-and-v2-sku

    source

    Previous article#MM21ID | Google Cloud Indonesia by Emanuel Rian
    Next articleCurso Docker Compose: Clase 1

    37 COMMENTS

    1. Hello Sir John, thanks for the session on App Gateway Service.
      My question to you is, As we know that enabling "autoscaling" feature will add the charge, So, to avoid extra cost if I don't enable autoscaling then, what is the resource threshold parameter here in AGS, exceeding which it could impact the performance?

      Thanks.

    2. Hi John, great vid as always. Got one doubt. When picking a target for the backend sets, it seems like it only detects Virtual Machines from the same Virtual Network so, let's say we have a Hub&Spoke network architecture, how would this play out if the App Gw is deployed on the hub? By the (private) IP address it won't let me neither.