Azure / Azure/azure-powershell

[Feature]: Add Flex Consumption app support to Update-AzFunctionApp

Open
#29,314 4 comments 0 reactions 1 assignee Claimed by @Francisco-Gamino View on GitHub
act-observability-squad Compute feature-request Functions Possible-Solution Service Attention Similar-Issue
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

### Description of the new feature

**Description:**
Update-AzFunctionApp currently only supports Consumption v1, Dedicated, and Premium function apps. Add support for updating Flex Consumption apps, including:

- AlwaysReady configuration (array of trigger/instance-count pairs)
- MaximumInstanceCount, InstanceMemoryMB, HttpPerInstanceConcurrency
- Deployment storage settings (name, container, auth type/value)

Consider parity with Az CLI commands (az functionapp update, az functionapp scale config set, etc.) or introducing new cmdlets like:

-
- Set-AzFunctionAppScaleConfig - for scale and concurrency settings
- Set-AzFunctionAppDeploymentStorage - for deployment storage configuration

### Proposed implementation details (optional)

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.