Backfill linuxFx version for existing function apps
See original GitHub issuecc @ankitkumarr @anirudhgarg @divyagandhii
For consistent UX version selectiongexperience across existing function apps and new function apps, need to update
- linuxFxVersion to follow format: runtime | version for both consumption and dedicated
- Delete
container
from kind property for dedicated linux apps - Remove
WEBSITE_NODE_DEFAULT_VERSION
app setting for both consumption and dedicated
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
How to change LinuxFxVersion in Azure function app
1 Answer 1 ... The way you can solve this error in Powershell is to wrap up the string containing the pipe character...
Read more >How to target Azure Functions runtime versions
When you change the runtime version, go back to the Overview tab and choose Restart to restart the app. The function app restarts...
Read more >How to change/upgrade Node.js version in Azure Functions
Upgrade Node.js version in Linux and Windows function apps; in Premium and Consumption hosting plans.
Read more >azurerm_function_app | Resources | hashicorp/azurerm
Manages a Function App. NOTE: This resource has been deprecated in version 3.0 of the AzureRM provider and will be removed in version...
Read more >Do you have Azure Functions in production? Update your ...
The runtime version of your Azure Function app is determined by the FUNCTIONS_EXTENSION_VERSION setting. In many scenarios, you cannot simply ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, please update for dedicated and premium linux function apps to same format like
node | 12
closing this issue as it will be tracked as part of ANT88