AppConfiguration icon indicating copy to clipboard operation
AppConfiguration copied to clipboard

Questions, feedback and samples for Azure App Configuration service

Results 124 AppConfiguration issues
Sort by recently updated
recently updated
newest added

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": [...

enhancement
ARM

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,

enhancement
portal
cli
Import & Export

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...

enhancement
service

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.

enhancement
service

support for exporting and importing a ts(type script) configuration file

enhancement
Import & Export

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...

docs

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...

FeatureManagement

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...

enhancement