Reading the documentation:
https://learn.microsoft.com/en-us/powershell/module/az.websites/set-azwebappslot?view=azps-4.3.0
It says:
App Settings HashTable. Existing App Settings will be replaced, removing any settings that are not provided.
Does that mean if I only provide one value in that hashtable parameter, all my app settings variable get blown away that aren't in parameter?