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

Add support for functions max scale out limit #1101

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

MartinWa
Copy link
Contributor

@MartinWa MartinWa commented Apr 15, 2024

The changes in this PR are as follows:

  • Adds max_scale_out_limit to set a maximum number of workers that a site can scale out to in consumption and Elastic Premium Plans

I have read the contributing guidelines and have completed the following:

  • Tested my code end-to-end against a live Azure subscription.
  • Updated the documentation in the docs folder for the affected changes.
  • Written unit tests against the modified code that I have made.
  • Updated the release notes with a new entry for this PR.
  • Checked the coding standards outlined in the contributions guide and ensured my code adheres to them.

If I haven't completed any of the tasks above, I include the reasons why here:
I do not currently have access to Azure to test this but I have done so in the past.

Below is a minimal example configuration that includes the new features, which can be used to deploy to Azure:

let myFunction = functions {
    name "myWebApp"
    sku WebApp.Sku.Y
    max_scale_out_limit 5
}

@Larocceau
Copy link
Contributor

I've done a successful end-to-end test on this.

@Larocceau Larocceau merged commit 16283af into CompositionalIT:master Apr 19, 2024
3 checks passed
github-actions bot pushed a commit that referenced this pull request Apr 19, 2024
Add support for functions max scale out limit 16283af
@MartinWa MartinWa deleted the function-app-scale-limit branch April 22, 2024 18:15
@ninjarobot ninjarobot added this to the 1.8.10 milestone Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants