Function Apps and Kubernets bandwidth limits

FedericoZarelli-6386 60 Reputation points
2025-05-28T08:45:04.81+00:00

How are the bandwidth limits defined for Kubernetes and Function Apps, are those depending on the VM SKUs or are there are other limits.

As an example, A Storage Account can supports Ingress Traffic up to 60 Gbps - what are the equivalent traffic limits for incoming requests to AKS and Function apps?

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,447 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alex Burlachenko 9,780 Reputation points
    2025-05-28T11:58:46.02+00:00

    hi federico FedericoZarelli-6386,

    great question, and thanks for throwing it out here ))

    so, bandwidth limits in aks and function apps... it's a bit of a maze, but let's break it down simple-like. first off, with aks, the bandwidth ain't tied directly to the vm skus. nah, it's more about the underlying vmss (virtual machine scale set) and the azure network stack. for aks, the max bandwidth per node depends on the vm size u pick. like, if u go for a standard_d8s_v3, u get around 6 gbps, but a bigger beast like the standard_d32s_v3 can push up to 16 gbps. here's the official lowdown from microsoft: aks vm sizes doc.

    now, function apps... that's a different story. since they're serverless, the limits are more about the app service plan u choose. if u're on the consumption plan, azure kinda auto-scales the bandwidth, but there's a soft cap around 2.5 gbps per instance. premium plans? they can go higher, but it's still not as straightforward as aks. check this out for more deets: function apps limits.

    storage accounts with their 60 gbps... that's a whole other league :) aks and functions ain't gonna hit those numbers unless u're doing some serious scaling wizardry.

    hope this clears things up

    Best regards,

    Alex

    and "yes" if you would follow me at Q&A - personaly thx.
    P.S. If my answer help to you, please Accept my answer
    PPS That is my Answer and not a Comment
    

    https://ctrlaltdel.blog/


1 additional answer

Sort by: Most helpful
  1. Dharani Reguri 1,175 Reputation points Microsoft External Staff Moderator
    2025-05-28T10:07:28.25+00:00

    Hi FedericoZarelli-6386,

    Azure Kubernetes service nodes are backed by Azure Virtual Machines, so bandwidth is determined by the VM SKU used for the node pools. Each VM SKU has a defined maximum network bandwidth. For detailed information, please check the AKS size restrictions and quotas

    Azure Function Apps bandwidth depends on the hosting plan: Consumption plans scale dynamically without explicit Gbps limits, while Premium/Dedicated plans derive capacity from their underlying instance SKUs.

    If you have any further queries, let me know. If the information is helpful, please click on Upvote.

    Thank you.


Your answer

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