3

I see that Azure supports basic AppSettings name/value pair style of configuration settings. However, I can't find any mention that custom configuration settings are also supported. Are they?

John Livermore
  • 30,235
  • 44
  • 126
  • 216
  • If you want a completely abstract way to configure application check out this library https://github.com/aloneguid/config – Ivan G. Jan 25 '16 at 14:19

1 Answers1

3

Custom configuration settings are not supported. See my answer here: CloudConfigurationManager does not pick up ApplicationSettings from app.config

Community
  • 1
  • 1
Sandrino Di Mattia
  • 24,739
  • 2
  • 60
  • 65