8.8 million GB Seconds for 42 Azure Functions requests?

Peter Gosling 101 Reputation points
2020-06-06T12:54:42.423+00:00

I am evaluating Azure Functions at home, with a view to adopting them at work. I setup a small demo project. This morning, I made 42 requests to my Azure Functions endpoints, within about 35 minutes. The Azure portal is now showing I used 8.8 million function execution units (in GB seconds) which will cost me over £100.

The endpoints just read and write single records from a managed SQL Server instance. Based on previous use, I do not think it is SQL Server causing the problem.

Is there any way to see what used those 8.8m GB seconds?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,229 questions
0 comments No comments
{count} votes

Accepted answer
  1. Peter Gosling 101 Reputation points
    2020-06-23T08:09:55.617+00:00

    The problem was the Azure Portal does not show the units in the chart of function executions. Function execution units are measured in Megabyte milliseconds, but the chart does not say this.

    The Azure documentation gives the costs of function execution units in Gigabyte seconds.

    The real solution to this problem is for the charts in the Azure portal to show the units.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Samara Soucy - MSFT 5,051 Reputation points
    2020-06-09T19:34:56.803+00:00

    Hi Peter,

    Troubleshooting this would best be handled in a support ticket. If you have a plan go ahead and put one in. If you don't have a support plan, please send me and email at AzCommunity(at)microsoft.com with your subscription ID and a link to this thread and I'll enable your account for a free support ticket.

    0 comments No comments