I have an appSetting named SECRET_KEY. I am unable to get the IIS Web App Deploy task to substitute a key with this name, all my other XML Variable Substitutions work fine.
I have no errors, I can look in the log and see the
Processing substitution for xml node : appSettings
it lists all other appSetting entries that I have variables defined for but nothing listed for SECRET_KEY.
I suspect the issue may be related to the key name, anybody else ran into certain keys not being substituted?