Zhenlan Wang

Results 103 comments of Zhenlan Wang

@SeanFeldman, you have a good point. The App Configuration service is a case-sensitive config system, so all operations are *case-sensitive* at this point. Supporting *case-insensitive* searching requires the service to...

This is still in our backlog, but certainly not forgotten :) cc: @drago-draganov

@Tankatronic this is something we want to do but not planned for the near future due to other priorities.

@BigBd1, with a quick look, I don't see an easy way to retrieve the QueueTrigger information from App Configuration. User code can retrieve configuration from App Configuration only at runtime...

@JosXa, the value is available at runtime, but Azure Functions need the value earlier than that. In the current design of Azure Functions, it's too late when the configuration is...

@JulesP96 thanks for sharing. Just add a note for others who may come across this thread. - You don't have to replace the Azure Functions default `IConfiguration`. You can add...

Hi @mmigala, can you please help me to understand your scenario better? 1. JSON file doesn't have a concept of the label. When you export multiple labels, there could be...

@mmigala agreed. When exporting to another App Configuration store, we should allow exporting all labels with one click. Thanks for the suggestion.

This issue is to track the portal work.

@ajai1109 good question. This is an area we didn't look into feature management support yet. The Azure App Configuration is mainly targeting server/service scenarios at this point. We are interested...