An Azure service that provides a cloud content delivery network with threat protection.
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:
- Edge-to-client transfer would still occur for the same client downloads.
- Origin traffic would likely increase, because more requests would be forwarded to the origin.
- Origin workload would likely increase.
- 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: