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?
Asked
Active
Viewed 1,134 times
3
-
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 Answers
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