Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
60 views

I have an app service , there is an env variable named AccessServer with a value https://test1.com Now i have created an app configuration and put a value in there via Configuration Explorer as ...
Kristy's user avatar
  • 39
0 votes
1 answer
101 views

We're currently using Spring Cloud Config Server hosted on-premise to manage configuration for our Spring Boot microservices. It has worked well for us, especially with Git-based versioning and Spring-...
Blackarrow's user avatar
0 votes
1 answer
100 views

I am trying to store my Azure AD configuration in Azure App Configuration. For reference, and to make sure I'm not encountering an issue that was fixed in a later edition the code that is loading ...
Josh's user avatar
  • 16.6k
0 votes
2 answers
580 views

I'm trying to get my Function App Servicebus Queue Trigger to be used with the parameters for queue name and connection string fetched from App configuration Service in Azure. My setup works for ...
H4p7ic's user avatar
  • 1,933
1 vote
1 answer
122 views

I've tried numerous times to register an app and connect to in in python: app_id = '670...' tenant_id = '065...' client_secret_value = 'YJr...' import requests import msal authority = f'https://...
David 54321's user avatar
0 votes
1 answer
76 views

I am using AzureAppConfig provider for my ASP.NET Core web app. Here's my startup.cs looks like MyType obj = new(); var section = GlobalConfiguration.Configuration.GetSection("MySect"); ...
now he who must not be named.'s user avatar
1 vote
1 answer
154 views

I have set spec.configuration.refresh to false in the Azure App Configuration Kubernetes Provider configuration. Could you provide guidance on how to manually sync the values whenever needed? I have ...
Arul's user avatar
  • 93
0 votes
1 answer
174 views

I have a production environment located in the westus region. I want to set a configuration that only applies when both the prod environment and the westus region are matched. Currently, the label ...
leuction's user avatar
  • 595
0 votes
1 answer
82 views

I am currently working with an Azure Function App and several microservices that utilize Azure App Configuration. My goal is to use Azure App Configuration as a single source of configuration across ...
santosh kumar patro's user avatar
1 vote
3 answers
847 views

I am trying to use the DevOps Azure App Configuration task and I keep getting the error message "Access Denied". I have triple checked and the Service Principal has both; Admin level "...
Martin Hatch's user avatar
0 votes
1 answer
138 views

I'm trying to retrieve the Values of an Azure App Config instance which includes KeyVault Reference values. In my instances, I want to be able to tell which of the values are secured in KeyVault, and ...
Martin Hatch's user avatar
1 vote
2 answers
1k views

I'm using Terraform to create the infrastructure for an Azure Container Apps based project. I have set up Azure Key Vault and AppConfiguration with a combination of config items that reference Key ...
Daniel Smith's user avatar
0 votes
1 answer
392 views

My configuration is the following: An Azure app configuration contains linked keyvalue references to 2 different keyvaults, each is linked to a section with a different prefix. A spring boot ...
Nardu's user avatar
  • 378
1 vote
1 answer
426 views

We are currently using Azure App Configuration Service along with the Azure App Configuration Kubernetes Provider to fetch app configs/create config maps/mount volume with a file containing configs. ...
JS noob's user avatar
  • 507
0 votes
1 answer
145 views

Our Spring Java application should use Azure App Configuration service to manage feature flags. The problem is that there is no way to run App Configuration service locally through Docker like other ...
zashto's user avatar
  • 11
0 votes
1 answer
485 views

In Azure Data bricks notebook, I Have a scenario to filter records/result set based on list of values. This filter may change in the future. Since it can change in the future, I want to configure this ...
Ram's user avatar
  • 11
0 votes
1 answer
613 views

I am trying to create (update if exists) Azure App Config values through .NET 7 C# controller. The goal is basically send a key-value pair as json through my controller and let my backend process save ...
Serhat's user avatar
  • 708
-1 votes
1 answer
517 views

I have a React app deployed on Azure App Service. Package.json file is in the client folder. When I run the app, I'm getting these app logs and I get a timeout after 1800 seconds. 2024-01-23T09:24:39....
gaurav sharma's user avatar
3 votes
1 answer
597 views

I'm trying to use Azure App Configuration in combination with a Service Bus trigger in an isolated Function App (.NET 8). As per this suggestion I've tried to reference the App Configuration value as ...
Maarten Kools's user avatar
1 vote
2 answers
139 views

When attempting to run Azure CLI commands through a C# console application, an error is encountered stating: "ERROR: Filter parameter value must be a JSON escaped string." Below is the C# ...
Diwakar Reddy's user avatar
1 vote
1 answer
849 views

How to run Below azure cli command/Script using C# code in Web application Below code is in featuremanager.cli file endpoint=<<EndPoint>> featurename=<<FeatureName>> jsondata=$(...
Diwakar Reddy's user avatar
1 vote
2 answers
480 views

I have an appconfig.json file which contains the key value details for the azure app config. sample appConfig.json : [ { "contentType": "", "key": &...
Somsubhra Mukherjee's user avatar
0 votes
1 answer
125 views

I'm trying to extract information from a text file and store the content in a variable using the Azure CLI command below. file_content=$(cat /home/diwakar/cli.txt) echo $file_content After running ...
Diwakar Reddy's user avatar
2 votes
1 answer
1k views

I am trying to source configuration from Azure App Configuration and use the values in my CosmosDbTrigger parameters. I am using the isolated worker, migrating from in-process. This used to work but ...
Mike Mecomber's user avatar
2 votes
1 answer
450 views

I need to create Azure App Configurations with using Terraform. In Terraform documentation, it gives the structure to create is: In my problem, I have configurations in this schema as a sample data: ...
bugracetin's user avatar

1
2 3 4 5 6