Thiago Almeida

Results 70 comments of Thiago Almeida

FYI - Flex Consumption is now supported by the Azure DevOps task. See the `isFlexConsumption` option for the Azure Functions Deploy v2 task https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/azure-function-app-v2?view=azure-pipelines

@amarpandharpure-eaton see @FinVamp1 reply here: https://learn.microsoft.com/en-us/answers/questions/2150637/devops-deployment-of-function-app-to-flex-consumpt . It looks like that warning is misleading in that for this DevOps task we ignore the additional parameters for the Deployment Type which...

@ggailey777 this is coming from [this method](https://github.com/Azure/azure-functions-core-tools/blob/beb2a1c697189529836adee6445bbeac99080d23/src/Cli/func/Actions/AzureActions/LogStreamAction.cs#L93) in the Core Tools, so this is the right place to raise the issue. I doubt this is only for Flex, looking at...

@andynorrisjumar thank you for reporting this. To control the maximum scale out of Flex Consumption please [check this documentation](https://learn.microsoft.com/en-us/azure/azure-functions/event-driven-scaling?tabs=azure-cli#flex-consumption-plan ). By default, apps running in a Flex Consumption plan have...

I understand. It is indeed on our backlog to allow this setting to go lower, but unfortunately this 40 as the lowest possible value for max instance count will remain...

This feature to allow for a lower than 40 is still in the backlog. One consideration we have in mind is that allowing for a low maximum instance count could...

Thank you @YvesVanStappen for the input - certainly helps to know what would be ideal for us to implement here for maximum instance count. Thanks for pinging on the Timer...

> [@nzthiago](https://github.com/nzthiago) do you know the status of the max instance count for flex consumption plan at this point? And do you know if there any plans/ways to customize the...

Setting batchSize to 1 will just make the app scale out to as many instances as needed to process all the messages in the queue, up to the app's maximum...

Currently in West Europe, Australia East, and West US 2 we have enabled so that, with the AZ CLI or ARM/Bicep/Terraform (AzureRM latest version), you can reduce a Flex Consumption...