Azure / Azure-Functions

1.12k stars 199 forks source link

Reducing functions issues due to azure storage limitations #1009

Open mhoeger opened 6 years ago

mhoeger commented 6 years ago

Right now, it's pretty easy for users to shoot themselves in the foot with Azure storage limitations by doing things like running multiple function apps referencing the same account for AzureWebJobsStorage.

We should either detect and notify users when being throttled or discourage users from getting into this situation in the first place.

A few ideas per @eduardolaureano

kulkarnisonia16 commented 5 years ago

@Finvamp1 for next steps