Azure / Azure/azure-powershell
[Feature]: New-AzFunctionApp should support the creation of function apps on container apps
Open
act-observability-squad
feature-request
Functions
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description of the new feature
`New-AzFunctionApp` already support this parameters:
`DockerImageName` (Image url)
`DockerRegistryCredential` (`DockerRegistryServerPassword` and `DockerRegistryServerUser`)
we should support for the following parameters:
`Environment`
`MaxReplicas`
`MinReplicas`
`RegistryCredential` (`RegistryPassword` and `RegistryUsername`)
`RegistryServer`
### Proposed implementation details (optional)
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.