Application Gateway - Difficulty understanding the concept!

Salves 501 Reputation points
2020-09-11T16:47:58.767+00:00

Hi,

We are implementing a scenario that we will use this feature to direct the accesses of our web pages to each ILB.

We will have three ILBs with two servers each ILB.

But we have no idea of dimensioning, so should we use the default settings?

  • Automatic scaling: Yes
  • Minimum scale units: 0
  • Maximum scale units: 10

What does (instance) mean in all documentation?

When should I change these default settings?

How do I know when to change them?

Is this explanation clarified in the AZ-900's content?

Thank you.

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
982 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
    2020-09-11T23:38:03.993+00:00

    Azure Application Gateway has 2 different SKUs, V1 and V2. the V2 SKU has optional autoscaling that can be configured to help the Application Gateway handle a dynamic load. You can choose to have this disabled, or enabled with defined limits on the scaling (Automatic Scaling Yes/No). If you have it enabled, you define the minimum instances (Minimum scale unit) and maximum instances (Maximum scale unit).

    An instance of Application Gateway is a bit complicated, and is fully explained here. Billing for the V2 SKU is complicated, and that doc outlines how it happens.

    You should change these default settings if you want autoscaling on your application gateway to handle the load. They can be disabled or enabled at any time, so this is not something that you need to decide on now.

    Typically, people use autoscaling when they have intermittent high traffic loads that the normal instance count cannot handle, and they want to save money during periods of low traffic. This is something you can monitor on your Application Gateway and set up at a later time when you have a better understanding of the traffic loads of your applications.

    I am unsure if this is directly covered in the az900 exam. The V2 SKU is fairly new, so it might not be on the test. Please let me know if you have any additional questions.