Cost clarification for Azure Load Balancer

RajKumar Kannan 160 Reputation points
2026-06-29T07:19:37.4733333+00:00

Hi team,

We reviewed our FOCUS cost report for a Standard Load Balancer that has no backend address pool, no outbound rule, no inbound NAT rule, and no inbound NAT pool attached (only a frontend IP configuration, which is always present by default). For this resource, we found no "Data Processed (GB)" cost line item only the fixed hourly charge.

Could you confirm:

  1. Is it confirmed that a Load Balancer with nothing attached (no backend pool, no outbound rule, no inbound NAT rule, no inbound NAT pool) will not incur any cost beyond the fixed hourly charge specifically, no Data Processed (GB) cost?
  2. Is there any scenario where Data Processed (GB) charges could still appear for such a Load Balancer even with nothing attached for example, health probes, platform-level traffic, or any other background mechanism we may not be aware of?

We want to confirm this so we can reliably use "no rules/pools attached" as a basis for identifying zero-traffic/orphaned Load Balancers in our cost reports.

Azure Load Balancer
Azure Load Balancer

An Azure service that delivers high availability and network performance to applications.


Answer accepted by question author
Sindhuja Dasari 2,115 Reputation points Microsoft External Staff Moderator
2026-06-30T04:26:31.94+00:00

Hello @RajKumar Kannan

For Standard Load Balancer, charges are only incurred when rules are configured or data is processed. Since your Load Balancer has no rules and no traffic, no billing meters are triggered, and therefore the cost is $0, which is why it does not appear in the FOCUS cost report.
Please210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, **this can be beneficial to other community members.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Newest
  1. AI answer

    2026-06-29T07:19:50.1833333+00:00

    A Standard Load Balancer without any backend pools or rules is still billable as a resource, but it does not generate data-processing charges because it is not actively handling traffic.

    From the networking FinOps guidance:

    • Standard SKU load balancers incur costs even when idle, so removing unused instances can reduce unnecessary spending.
    • "Idle" in this context explicitly refers to load balancers without backend pool targets that are not actively distributing traffic.

    Applied to the questions:

    1. Cost when nothing is attached
      A Standard Load Balancer with:
      • no backend address pool,
      • no outbound rule,
      • no inbound NAT rule,
      • no inbound NAT pool,
      is an idle load balancer. For such a resource, only the fixed hourly (resource) charge applies. There is no data processing because there is no traffic being distributed, so no "Data Processed (GB)" line item should appear.
    2. Any scenario where Data Processed (GB) could still appear
      Data processing charges are tied to the amount of data the Load Balancer processes and the number of inbound/outbound rules. The FinOps and architecture guidance both emphasize:
      • "Factor load balancing expenses into your cost model. Consider primary factors, such as the amount of data that Load Balancer processes and the number of inbound and outbound load balancing rules."
      • "Standard SKU load balancers incur costs even when idle" — but this refers to the resource charge, not data processing.
      With no backend pool and no rules, the load balancer is not distributing traffic, so there is no customer data flow to meter. Platform-level mechanisms (such as health probes) are associated with rules and backend instances; without those, there is no rule-driven traffic to bill. Therefore, there is no scenario described in the provided guidance where "Data Processed (GB)" charges would appear for a load balancer that truly has no backend pools and no rules.

    This aligns with using "no rules/pools attached" as a reliable basis to identify zero-traffic/orphaned Standard Load Balancers in cost reports: such resources will still show the fixed hourly charge but not data-processing charges.


    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.