Azure / Azure/Azure-Functions

Reducing functions issues due to azure storage limitations

Open
#1,009 1 comment 0 reactions 0 assignees View on GitHub
supportability
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

Right now, it's pretty easy for users to shoot themselves in the foot with [Azure storage limitations](https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits#storage-limits) 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

- Monitor storage usage and alert customers that they are getting to being throttled. Action item for the customer is to have function app in different storage accounts, I’d imagine this is a bit of a pain for the customer.
- We could warn at function app create time about storage account sharing to try to prevent a bad setup from the get-go.
- Control on how much we send to storage (if possible)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.