AppConfiguration
AppConfiguration copied to clipboard
Questions, feedback and samples for Azure App Configuration service
_From @ajai1109 on Friday, October 25, 2019 12:30:26 PM_ How to use azure feature flag in asp.net core Blazor _Copied from original issue: aspnet/AspNetCore#15592_
I have been exploring the integration of App Configuration with ARM templates. Ideally I would like to be able to query for the value of key with an array of...
In situations where startup times are imperitive then it would be good to be able pre filter the list of returned values based upon tag. We can use listKeyValues api...
Original from: https://github.com/Azure/AppConfiguration/issues/358 Because of the format of Feature Flag configuration, loading feature flags from multiple store results in only the last store loaded i.e. store[0], or the highest priority...
When trying to copy data or similar from the top level label of a config, its annoying that it expands/collapses.
When I import a .json file, sometimes I will get a "Failed Importing XX keys". And when I import again, it succeeds. Related: when I import a file that doesn't...
I would like to use App Configuration to manage feature flags in my application, but I use JavaScript function apps. I would like to be able to bring in configuration...
**Is your feature request related to a problem? Please describe.** We have defined a GitOps procedure to manage feature filters in AppConfiguration. Every feature is deployed behind a Feature Flag....
Currently we use the Push extension to seed configuration data when building new environments. We do not commit some of our configuration values to our repo because the data is...