Is there a way to prevent `azure-native.web.WebApp...
# azure
a
Is there a way to prevent
azure-native.web.WebAppApplicationSettings
from wiping all the other settings in a Web App? It's applying the configs I am telling it to apply, but all the other configs (for example, those set by the application deployment) get completely wiped.
Seems like this should be possible by calling ListWebAppApplicationSettings.Invoke() then adding/updating the returned list, then writing that back. Does anyone have any better ideas?