Does Disabling Azure Front Door Caching Reduce Premium Data Transfer Out Cost?

Supakrit (Tan) Aphonmaeklong 20 Reputation points
2026-08-01T02:59:45.26+00:00

Our Azure Front Door Premium profile, afd-ui-prod, shows approximately 3.45 TB of data transfer, with 99.65% originating from Thailand.

Azure Front Door analytics indicate that almost all transferred data comes from clients located in Thailand, while our actual production customers are primarily located in Europe. We believe most of the Thailand traffic is generated by our internal development teams rather than external production users.

For the reviewed period, Thailand traffic shows:

Requests: 5,869,306

Request share: 97.58%

Cache hit ratio: 88.92%

Data transferred: 3,446,396,658,467 bytes, approximately 3.45 TB

Data transfer share: 99.65%

HTTP 4xx responses: 460

HTTP 5xx responses: 2

The billing meter is Premium Data Transfer Out, with a cost of approximately USD 1,130.

Please confirm whether disabling Azure Front Door edge caching would reduce this charge. Our understanding is that Front Door bills for bytes sent from the edge to clients regardless of whether the response is served from cache. Therefore, disabling caching would not reduce the Premium Data Transfer Out cost and may instead increase traffic and workload on the origin.

Azure Front Door
Azure Front Door

An Azure service that provides a cloud content delivery network with threat protection.


1 answer

Sort by: Most helpful
  1. AI answer

    2026-08-01T03:00:03.5966667+00:00

    Yes. Disabling Azure Front Door caching would not reduce the Premium Data Transfer Out charge, because that charge is based on data sent from Azure Front Door edge to clients.

    The supported cost guidance shows:

    • Caching reduces calls from Azure Front Door to the origin, which optimizes edge-to-origin data transfer costs.
    • Compression reduces bandwidth consumption.
    • Front Door cost assessment treats egress from Azure Front Door edge to client as a separate billing dimension.

    For this scenario, the Thailand traffic already has an 88.92% cache hit ratio, which means caching is currently reducing origin fetches. If caching is disabled:

    1. Edge-to-client transfer would still occur for the same client downloads.
    2. Origin traffic would likely increase, because more requests would be forwarded to the origin.
    3. Origin workload would likely increase.
    4. Overall cost could increase in other meters, while the edge-to-client transfer charge would not be reduced just because caching was turned off.

    If the goal is cost reduction, the supported options are:

    • Keep caching enabled for content that does not change often.
    • Enable compression where supported.
    • Use WAF controls such as rate limiting or geo-filtering to restrict unnecessary incoming traffic.
    • Review whether the Thailand traffic should be allowed at all, since WAF rules can restrict incoming traffic and help optimize costs.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.