You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/flex-consumption-how-to.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Function app resources are langauge-specific. Make sure to choose your preferred
58
58
59
59
## Create a Flex Consumption app
60
60
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).
62
62
::: zone pivot="programming-language-java"
63
63
You can skip this section if you choose to instead [create and deploy your app using Maven](#create-and-deploy-your-app-using-maven).
64
64
::: zone-end
@@ -270,8 +270,8 @@ You can't currently enable virtual networking when you use Visual Studio Code to
270
270
271
271
For end-to-end examples of how to create apps in Flex Consumption with virtual network integration see these resources:
272
272
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)
275
275
276
276
To modify or delete virtual network integration in an existing app:
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-app-settings.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -831,41 +831,41 @@ This site setting replaces the legacy [WEBSITE\_VNET\_ROUTE\_ALL](#website_vnet_
831
831
832
832
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:
833
833
834
-
|Property/setting| Reason |
834
+
|Setting/property| Reason |
835
835
| ----- | ----- |
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|
854
837
|`FUNCTIONS_EXTENSION_VERSION`|App Setting is set by the backend. A value of ~1 can be ignored. |
855
838
|`FUNCTIONS_WORKER_RUNTIME`|Replaced by `name` in `properties.functionAppConfig.runtime`|
856
839
|`FUNCTIONS_WORKER_RUNTIME_VERSION`|Replaced by `version` in `properties.functionAppConfig.runtime`|
857
840
|`FUNCTIONS_MAX_HTTP_CONCURRENCY`|Replaced by scale and concurrency's trigger section|
858
841
|`FUNCTIONS_WORKER_PROCESS_COUNT`|Setting not valid|
859
842
|`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|
863
844
|`WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`|Replaced by functionAppConfig's deployment section|
845
+
|`WEBSITE_CONTENTOVERVNET`|Not used for networking in Flex Consumption|
864
846
|`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`|
866
849
|`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|
0 commit comments