Skip to content

Commit ad2a19b

Browse files
Merge pull request #291280 from nzthiago/main
Update deprecated app settings for Flex Consumption
2 parents 7055369 + 2950a6a commit ad2a19b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,7 @@ In the [Flex Consumption plan](./flex-consumption-plan.md), these site propertie
910910
| `WEBSITE_CONTENTOVERVNET` |Not used for networking in Flex Consumption|
911911
| `WEBSITE_CONTENTSHARE` |Replaced by functionAppConfig's deployment section|
912912
| `WEBSITE_DNS_SERVER` |DNS is inherited from the integrated virtual network in Flex|
913+
| `WEBSITE_MAX_DYNAMIC_APPLICATION_SCALE_OUT` |Replaced by `maximumInstanceCount` in `properties.functionAppConfig.scaleAndConcurrency`|
913914
| `WEBSITE_NODE_DEFAULT_VERSION` |Replaced by `version` in `properties.functionAppConfig.runtime`|
914915
| `WEBSITE_RUN_FROM_PACKAGE`|Not used for deployments in Flex Consumption|
915916
| `WEBSITE_SKIP_CONTENTSHARE_VALIDATION` |Content share is not used in Flex Consumption|

0 commit comments

Comments
 (0)