Why does the cost keep going up for my firewall and how do I get it to be at a fixed rate?

Raven 20 Reputation points
2026-07-23T13:31:17.8133333+00:00

I noticed that the cost for our firewall keeps going up everyday even though we have not any of the storage. The rate goes up by approximately $100 every day and I would like to stop it from going up too much. A few cents a day would be fine but it makes it really hard to be in the budget when it creases largely at a day rate. I would greatly appreciate your advice and suggestions.

Azure Firewall
Azure Firewall

An Azure network security service that is used to protect Azure Virtual Network resources.

0 comments No comments

Answer accepted by question author

Marcin Policht 101K Reputation points MVP Volunteer Moderator
2026-07-23T13:56:12.46+00:00

Azure Firewall costs are primarily driven by two components: the fixed hourly deployment charge and variable data-processing charges based on the amount of traffic processed in gigabytes (GB). A sudden daily increase of approximately $100 typically indicates a significant rise in network throughput, increased diagnostic log ingestion into Log Analytics, or changes that caused the firewall to scale out or process additional traffic.

To identify the cost driver, review Azure Cost Analysis and separate the charges associated with the firewall deployment fee, data processing volume, and Log Analytics ingestion. Firewall metrics and structured logs should also be examined for unusual traffic patterns, such as unexpected outbound activity from compromised resources, network routing loops, excessive retries, or overly verbose diagnostic logging that is increasing ingestion volume.

To reduce costs, optimize firewall logging by reviewing which logs are required and routing them appropriately. Using resource-specific Log Analytics tables or the Basic Logs plan can reduce ingestion costs for applicable data. For development and test environments, consider deallocating the firewall outside of required usage periods through PowerShell or automation runbooks, since the hourly deployment cost continues while the firewall is provisioned. Review network and application rules for misconfigurations that may be causing unnecessary traffic flows, repeated connection attempts, or large data transfers through the firewall.

The description of the Azure Firewall pricing model and available SKUs is available at https://azure.microsoft.com/en-us/pricing/details/azure-firewall/


If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

hth

Marcin

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most 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.