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