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
AzureFunctionAppV2 Changes for Flex and fix race condition. (#20191)
* Adding Logging for the Updates to the AppSettings
* Updates to support FlexConsumptionWebAppDeploymentProvider
* Updates for FlexConsumption and Kudu Race Condition (#116)
* Updated Task Version
* Updated with the latest changes for FlexConsumption
* Resolved Merge Conflicts
* Adding Release Annotation Changes to support APPLICATIONINSIGHTS_CONNECTION_STRING
* Fixed Typos in new Logging
* Trying to fix build issues
* Fixing BuildConifg
* Updated Fields again after Sync
* Errors on Generated Tasks
* Ran BuildConfig again
* Updated Codegen files
* Sync 'base' task with missing changes
---------
Co-authored-by: Merlyn Oppenheim <[email protected]>
"loc.input.help.appName": "Enter or Select the name of an existing Azure Functions App. The Function Apps listed will be based on the selected app type.",
15
16
"loc.input.label.deployToSlotOrASE": "Deploy to Slot or App Service Environment",
@@ -25,7 +26,7 @@
25
26
"loc.input.label.appSettings": "App settings",
26
27
"loc.input.help.appSettings": "Edit web app application settings following the syntax -key value . Value containing spaces should be enclosed in double quotes.<br /> <b>Example</b> : -Port 5000 -RequestTimeout 5000 <br /> -WEBSITE_TIME_ZONE \"Eastern Standard Time\"",
"loc.input.help.deploymentMethod": "Choose the deployment method for your Function app. Please note that Linux Consumption apps do not support this configuration.",
29
+
"loc.input.help.deploymentMethod": "Choose the deployment method for your Function app. Please note that Linux and Flex Consumption apps do not support this configuration.",
29
30
"loc.messages.Invalidwebapppackageorfolderpathprovided": "Invalid App Service package or folder path provided: %s",
30
31
"loc.messages.SetParamFilenotfound0": "Set parameters file not found: %s",
0 commit comments