Skip to content

Commit 3127f6f

Browse files
committed
Fixes
1 parent 1815498 commit 3127f6f

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

articles/azure-functions/flex-consumption-how-to.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Function app resources are langauge-specific. Make sure to choose your preferred
5858

5959
## Create a Flex Consumption app
6060

61-
This section shows you how to create a function app in the Flex Consumption plan by using either the Azure CLI, Azure portal, or Visual Studio Code. For an example of creating an app in a Flex Consumption plan using Bicep/ARM templates, see the [Flex Consumption repository](https://github.com/Azure/azure-functions-flex-consumption/blob/main/samples/README.md#iac-samples-overview).
61+
This section shows you how to create a function app in the Flex Consumption plan by using either the Azure CLI, Azure portal, or Visual Studio Code. For an example of creating an app in a Flex Consumption plan using Bicep/ARM templates, see the [Flex Consumption repository](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/README.md#iac-samples-overview).
6262
::: zone pivot="programming-language-java"
6363
You can skip this section if you choose to instead [create and deploy your app using Maven](#create-and-deploy-your-app-using-maven).
6464
::: zone-end
@@ -270,8 +270,8 @@ You can't currently enable virtual networking when you use Visual Studio Code to
270270
271271
For end-to-end examples of how to create apps in Flex Consumption with virtual network integration see these resources:
272272
273-
+ [Flex Consumption: HTTP to Event Hubs using VNET Integration](https://github.com/Azure/azure-functions-flex-consumption/blob/main/samples/E2E/HTTP-VNET-EH/README.md)
274-
+ [Flex Consumption: triggered from Service Bus using VNET Integration](https://github.com/Azure/azure-functions-flex-consumption/blob/main/samples/E2E/SB-VNET/README.md)
273+
+ [Flex Consumption: HTTP to Event Hubs using VNET Integration](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/E2E/HTTP-VNET-EH/README.md)
274+
+ [Flex Consumption: triggered from Service Bus using VNET Integration](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples/blob/main/E2E/SB-VNET/README.md)
275275
276276
To modify or delete virtual network integration in an existing app:
277277

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

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -831,41 +831,41 @@ This site setting replaces the legacy [WEBSITE\_VNET\_ROUTE\_ALL](#website_vnet_
831831

832832
In the [Flex Consumption plan](./flex-consumption-plan.md), these site properties and application settings are deprecated and shouldn't be used when creating function app resources:
833833

834-
| Property/setting | Reason |
834+
| Setting/property | Reason |
835835
| ----- | ----- |
836-
| `properties.ftpsState` | FTPS not supported |
837-
| `properties.use32BitWorkerProcess` |32-bit not supported |
838-
| `properties.isReserved` |Not valid|
839-
| `properties.IsXenon` |Not valid|
840-
| `properties.windowsFxVersion` |Not valid|
841-
| `properties.alwaysOn` |Not valid|
842-
| `properties.siteConfig.preWarmedInstanceCount` | Renamed as `alwaysReadyInstances` |
843-
| `properties.siteConfig.functionAppScaleLimit` |Renamed as `maximumInstanceCount`|
844-
| `properties.containerSize` |Renamed as `instanceMemoryMB`|
845-
| `properties.javaVersion` | Replaced by `version` in `properties.functionAppConfig.runtime`|
846-
| `properties.powerShellVersion` |Replaced by `version` in `properties.functionAppConfig.runtime`|
847-
| `properties.netFrameworkVersion` |Replaced by `version` in `properties.functionAppConfig.runtime`|
848-
| `properties.LinuxFxVersion` |Replaced by `properties.functionAppConfig.runtime`|
849-
| `properties.vnetBackupRestoreEnabled` |Not used for networking in Flex Consumption|
850-
| `properties.vnetContentShareEnabled` |Not used for networking in Flex Consumption|
851-
| `properties.vnetImagePullEnabled` |Not used for networking in Flex Consumptionlid|
852-
| `properties.vnetRouteAllEnabled` |Not used for networking in Flex Consumption|
853-
| `WEBSITE_NODE_DEFAULT_VERSION` |Replaced by `version` in `properties.functionAppConfig.runtime`|
836+
| `ENABLE_ORYX_BUILD` |Replaced by the `remoteBuild` parameter when deploying in Flex Consumption|
854837
| `FUNCTIONS_EXTENSION_VERSION` |App Setting is set by the backend. A value of ~1 can be ignored. |
855838
| `FUNCTIONS_WORKER_RUNTIME` |Replaced by `name` in `properties.functionAppConfig.runtime`|
856839
| `FUNCTIONS_WORKER_RUNTIME_VERSION` |Replaced by `version` in `properties.functionAppConfig.runtime`|
857840
| `FUNCTIONS_MAX_HTTP_CONCURRENCY` |Replaced by scale and concurrency's trigger section|
858841
| `FUNCTIONS_WORKER_PROCESS_COUNT` |Setting not valid|
859842
| `FUNCTIONS_WORKER_DYNAMIC_CONCURRENCY_ENABLED` |Setting not valid|
860-
| `WEBSITE_DNS_SERVER` |DNS is inherited from the integrated VNet in Flex|
861-
| `WEBSITE_CONTENTOVERVNET` |Not used for networking in Flex Consumption|
862-
| `WEBSITE_VNET_ROUTE_ALL` |Not used for networking in Flex Consumption|
843+
| `SCM_DO_BUILD_DURING_DEPLOYMENT`|Replaced by the `remoteBuild` parameter when deploying in Flex Consumption|
863844
| `WEBSITE_CONTENTAZUREFILECONNECTIONSTRING` |Replaced by functionAppConfig's deployment section|
845+
| `WEBSITE_CONTENTOVERVNET` |Not used for networking in Flex Consumption|
864846
| `WEBSITE_CONTENTSHARE` |Replaced by functionAppConfig's deployment section|
865-
| `WEBSITE_SKIP_CONTENTSHARE_VALIDATION` |Content share is not used in Flex Consumption|
847+
| `WEBSITE_DNS_SERVER` |DNS is inherited from the integrated VNet in Flex|
848+
| `WEBSITE_NODE_DEFAULT_VERSION` |Replaced by `version` in `properties.functionAppConfig.runtime`|
866849
| `WEBSITE_RUN_FROM_PACKAGE`|Not used for deployments in Flex Consumption|
867-
| `ENABLE_ORYX_BUILD` |Replaced by the `remoteBuild` parameter when deploying in Flex Consumption|
868-
| `SCM_DO_BUILD_DURING_DEPLOYMENT`|Replaced by the `remoteBuild` parameter when deploying in Flex Consumption|
850+
| `WEBSITE_SKIP_CONTENTSHARE_VALIDATION` |Content share is not used in Flex Consumption|
851+
| `WEBSITE_VNET_ROUTE_ALL` |Not used for networking in Flex Consumption|
852+
| `properties.alwaysOn` |Not valid|
853+
| `properties.containerSize` |Renamed as `instanceMemoryMB`|
854+
| `properties.ftpsState` | FTPS not supported |
855+
| `properties.isReserved` |Not valid|
856+
| `properties.IsXenon` |Not valid|
857+
| `properties.javaVersion` | Replaced by `version` in `properties.functionAppConfig.runtime`|
858+
| `properties.LinuxFxVersion` |Replaced by `properties.functionAppConfig.runtime`|
859+
| `properties.netFrameworkVersion` |Replaced by `version` in `properties.functionAppConfig.runtime`|
860+
| `properties.powerShellVersion` |Replaced by `version` in `properties.functionAppConfig.runtime`|
861+
| `properties.siteConfig.functionAppScaleLimit` |Renamed as `maximumInstanceCount`|
862+
| `properties.siteConfig.preWarmedInstanceCount` | Renamed as `alwaysReadyInstances` |
863+
| `properties.use32BitWorkerProcess` |32-bit not supported |
864+
| `properties.vnetBackupRestoreEnabled` |Not used for networking in Flex Consumption|
865+
| `properties.vnetContentShareEnabled` |Not used for networking in Flex Consumption|
866+
| `properties.vnetImagePullEnabled` |Not used for networking in Flex Consumptionlid|
867+
| `properties.vnetRouteAllEnabled` |Not used for networking in Flex Consumption|
868+
| `properties.windowsFxVersion` |Not valid|
869869

870870
## Next steps
871871

0 commit comments

Comments
 (0)