azure-functions-core-tools
azure-functions-core-tools copied to clipboard
Azure CLI updates for premium plan new settings
az funcitonapp update should be improved to surface a few new settings. One is a new setting that just completed deployment that lets you set the minimum function instance always running for an app. So maybe az functionapp update --min-instances 10. I don't see a setting for pre-warmed either which could also go in same spot --pre-warmed-instances 1
// @anthonychu
@cachai2 can you take a look into what exact command is needed for this?
'az functionapp plan update' -always-ready [number] -pre-warmed-instances [number]
Also create command