AppConfiguration
AppConfiguration copied to clipboard
Questions, feedback and samples for Azure App Configuration service
I'd like the ability to lock a keyvalue at creation and/or after creation. Perhaps something like this (see `.properties.locked`): ```json { "type": "Microsoft.AppConfiguration/configurationStores/keyValues", "apiVersion": "2020-07-01-preview", "name": "[concat(variables('configStoreName'), '/environment:name')]", "dependsOn": [...
Adding an example of using Feature Flags in Java without our using Spring.
I am wondering how to import our web.config/app.config files particularly appSettings and connectionString sections. Thanks,
I used to be able to do this search in powershell back in december. Is that gone now? I can put the wildcard first or last, but not both. Is...
Search by key should be not case-sensitive. Assumption should be that when a search by a pattern is performed it's likely because one doesn't remember the exact key or casing.
support for exporting and importing a ts(type script) configuration file
Microsoft.Extensions.Configuration.AzureAppConfiguration, Version=3.0.0.0, Culture=neutral, When I use a '*' wild card in any `AzureAppConfigurationOptions.Select()` with multiple comma delimited segments, I get an error. ```` options.Select("dummy-selector,dummy-selector","\0"); // (succeeds) no wild cards, multiple...
I just watched ASP.NET Community Standup from May 21st and I really like the idea to have standardized API for feature flags. In our system we have backend services that...
Consul is a great open source, platform agnostic offering that is popular with many folks. In the same vein as the Cassandra API capability provided by Cosmos DB it would...