I have a azure connection string Endpoint=https://******.azconfig.io;Id=******;Secret=******.
I would like to fetch and print (write in a file) all the variables using above string. Is there an API/ way to acheive this?
I looked for many solution. could not find anythingg.
To get key-values from App Configuration store via
REST API, you can check below steps:Azure App ConfigurationAPI as below:I have taken references from the MSDoc - Azure App Configuration REST API - key-value.
Response:
Now, use this token to call below REST API:
Response:
Using the Azure CLI command.
I have taken reference from the MSDoc to retrieve the list.
Output: