azureazure-functionsazure-billing

Disabled Azure Function Billing


TLDR;

Assuming my azure function (consumption plan) is disabled, would I still have to pay for request attempts sent to it (NotFound response)?

In Depth:

I have azure function created (consumption plan) with multiple HTTP triggers configured (myazfunc.azurewebsites.com/api/add, api/check, etc..)

As you know, Azure allows to change the state of every one of this triggers (Disabled/Enabled).

If I disabled one of them and then try to call it, I get a NotFound response (which is fine).

So, my question is, would I be billed for requests sent to this trigger even though it's disabled?


Solution

  • For more info on Azure functions you can refer HERE

    REFERENCES: Azure Functions pricing