Usage of Azure App Configuration's Feature Flags in Azure Functions
问题 I'm working on exploring the following 2 features of Azure App Configuration in Azure Function's Http Trigger Externalizing the App Settings Feature Flags Below is how i'm getting the reference of the configuration So, when I use _configuration["SomeAppSettingKey"], I'm able to retrieve the value. So, I'm able to achieve #1 feature mentioned above. My Question is, How do we retrieve the Feature Flag information? I have tried the below ways. I would appreciate if someone could help me in