-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
App ServiceThis would affect web apps as well as functionsThis would affect web apps as well as functionsNeeds: Attention 👋
Milestone
Description
Backfilling values:
Option 1:
- Copy current app setting and fill into website config, regardless of current website config value
Option 2:
- Copy current app setting and fill into website config, regardless of current website config value
- Delete app setting value? (NOTE: THIS RESTARTS SITE)
Option 3:
- Explicitly null all website config values (wait until complete for all sites)
- Copy current app setting and fill into website config
Updating from Portal, CLI, ARM:
Input
(If both, website_config takes priority.)
- if (website_config): take website_config value
- else if (app_setting): take app_setting value
Action
Option 1:
- Save as both app setting and website config
Option 2 & 3:
- Save as website config and actively remove app setting value
Reading node version for site start
Option 1:
- Read app setting
Option 2:
- if (app_setting): read app setting, because not yet updated
- else if (website_config): read website config
Option 3:
- if (website_config): read website config
- else if (app_setting): read app setting
pragnagopa
Metadata
Metadata
Assignees
Labels
App ServiceThis would affect web apps as well as functionsThis would affect web apps as well as functionsNeeds: Attention 👋