python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure App Configuration export and import
I have a pretty simple line on code for import/export App Configuration between different envs.
az appconfig kv export -n appc1 -d file --path abc.json --format json --yes
az appconfig kv import --na...
nobodyfromhell
Votes: 0
Answers: 3
How to parse JSON from Azure App Configuration into an strongly typed object
I'm trying to parse JSON from Azure App Configuration into my Azure function but I get null.
Am I doing something wrong?
The Key is "Site" and Value is
{
"SiteUrl": "url&quo...
konkri
Votes: 0
Answers: 1
Azure App Configuration Store - Setting label on keyvalues using Bicep
I'm trying to add values to an Azure App Configuration Store using Bicep. I have an issue where I add a label to a keyValue.
This is my module:
@description('Configuration Store Name')
param configura...
John McArthur
Votes: 0
Answers: 1
Azure Feature Flag is not updating after cache expiration
We have FeatureFlag: IsServiceNeeded with no label set in Feature Manager of Azure App Configuration. We have used in built method AddAzureAppConfiguration by setting up the cache interval.
We are usi...
Vicky
Votes: 0
Answers: 1