Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Functions and Sql Trigger scaling #1370

Open
waynebrantley opened this issue Dec 19, 2024 · 3 comments
Open

Azure Functions and Sql Trigger scaling #1370

waynebrantley opened this issue Dec 19, 2024 · 3 comments
Labels
enhancement New feature or request Functions Needs: triage 🔍 Pending a first pass to read, tag, and assign

Comments

@waynebrantley
Copy link

Sql Trigger scaling does not seem to work. It will not not scale up from 0 to 1 (so probably likely it would not scale from 1 to x).

The list of target based scaling options appear to all be supported with azure functions in ACA as shown here.

According to the documentation for Sql Trigger, this uses target based scaling. It is not listed on the target based scaling page for some reason though and when deployed as a container it will not scale up.

Everything seems to work fine, except it will not scale up from 0 to 1 (so probably likely it would not scale from 1 to x). Am not sure if this is a bug or if this is a missing scaling option that needs to be added.

@waynebrantley waynebrantley added the enhancement New feature or request label Dec 19, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 Pending a first pass to read, tag, and assign label Dec 19, 2024
@anthonychu
Copy link
Member

@raorugan can you please help with this?

@raorugan
Copy link

If you are looking for scale from 0 to 1 for sql trigger in azure container apps , this is in the roadmap. May I know how critical requirement is this? Would provisioning min replicas work?

@waynebrantley
Copy link
Author

We are setting the min replicas to 1 in production, but it will not scale more than 1.
Also, in our test environments we are forced to keep it at one, which means it never scales to 0 when testing is not being done, etc.

Glad this is on the roadmap, but it would be super helpful if the roadmap here was used/updated/managed https://github.com/orgs/microsoft/projects/540/views/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Functions Needs: triage 🔍 Pending a first pass to read, tag, and assign
Projects
None yet
Development

No branches or pull requests

3 participants