Skip to content

AB#31597 - added app_scale_limit into windows azure function module#447

Merged
tom-reinders merged 4 commits intodevelopfrom
feature/31597-concurrency-app-scale-limit
Mar 4, 2025
Merged

AB#31597 - added app_scale_limit into windows azure function module#447
tom-reinders merged 4 commits intodevelopfrom
feature/31597-concurrency-app-scale-limit

Conversation

@zjanura
Copy link
Copy Markdown
Contributor

@zjanura zjanura commented Feb 28, 2025

  • Its based on need to be able limit the scaling on demand and in some scenario limit the concurrency issues
  • internal it does setting of functionAppScaleLimit which can be checked by following command as it is not visible anywhere within azure portal

az resource show --resource-type Microsoft.Web/sites -g <resource_group> -n <function_app>/config/web --query properties.functionAppScaleLimit

@tom-reinders tom-reinders added this to the v3.15.0 milestone Mar 4, 2025
@tom-reinders tom-reinders merged commit bfe49f2 into develop Mar 4, 2025
2 checks passed
@tom-reinders tom-reinders deleted the feature/31597-concurrency-app-scale-limit branch March 4, 2025 14:53
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