FunctionsScaleAndConcurrency interface   
Scale and concurrency settings for the function app.
Properties
| always | 'Always Ready' configuration for the function app. | 
| instance | Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally. | 
| maximum | The maximum number of instances for the function app. | 
| triggers | Scale and concurrency settings for the function app triggers. | 
Property Details
		alwaysReady
	 
	'Always Ready' configuration for the function app.
alwaysReady?: FunctionsAlwaysReadyConfig[]Property Value
		instanceMemoryMB
	 
	Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally.
instanceMemoryMB?: numberProperty Value
number
		maximumInstanceCount
	  
	The maximum number of instances for the function app.
maximumInstanceCount?: numberProperty Value
number
triggers
Scale and concurrency settings for the function app triggers.
triggers?: FunctionsScaleAndConcurrencyTriggers