Azure / Azure-Functions

1.11k stars 194 forks source link

Provide a webhook to help limit usage (control cost & scalability) #328

Open dacoppet opened 7 years ago

dacoppet commented 7 years ago

The idea would be to have an extension point where customer can take action to help control cost. The scenario I had in mind is the following:

ColbyTresness commented 5 years ago

@jeffhollan isn't this tracked elsewhere?

jeffhollan commented 5 years ago

This is slightly different. What we are tracking is an ask to let you limit the amount of instances your app will scale out to. We also are tracking plan models to allow you to pay per instance instead of pay per execution so you can control cost with a combination of both of those.

However the specific ask is around almost a trigger on bill. So I'm keeping it open in case that's the ask. Likely more an ask to the Azure billing team around event / trigger support, but the cost management feature is in flight. Moving to "unknown" milestone and will let others comment / add clarity.