Why is it required to provide setting values in all cscfg files for every setting in Azure csdef file? -
if of cscfg
files not provide value setting defined in csdef
, following error given:
role: 'role1', setting 'setting1' in service definition not found in service configuration.
if have 10 cscfg
files, different environments e.g. prod1, prod2, means every time introduce new setting, have provide value same in 10 cscfg
files. many settings optional , code has fallback default value. if code not handling non existence of configuration value, shouldn't there easy way define default value configuration in csdef
, let cscfgs override if need to?
Comments
Post a Comment