I'm having azure worker role project. below is a code from my configuration (.cscfg).
c# (FLAG = 1;) Through c# code i want to change this value.
Is there any way for dynamically changing value of an azure service configuration?
Please instruct me how to do it.