加载中...
Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
43 views

I have set up a couple of Azure App Configuration Keys, one manually and the other using Terraform configuration, as depicted in the image below and described in the last column. Both keys reference ...
hitman126's user avatar
  • 965
0 votes
1 answer
57 views

I have a dotnet-isolated Azure Functions app, with target .NET 8.0. I have added an Aspire host project and servicedefaults project. I have added the following containers: SQL Server storage account (...
Reinder Wit's user avatar
  • 6,655
0 votes
0 answers
105 views

I’m trying to configure restricted SharePoint access for an automation workflow (n8n chatbot). My goal is to allow an Azure App Registration to access ONE SharePoint site only using Sites.Selected ...
Research Azzizt's user avatar
-1 votes
1 answer
65 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
  • 35
0 votes
1 answer
82 views

I have an AKS, Azure App Configuration (AAC) and a Key Vault in my Azure cloud. I have in AAC some environment variables like BgTaskTimer = 10, and in Key Vault DbConnectionString which is added as ...
Mihai Socaciu's user avatar
0 votes
1 answer
132 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
-1 votes
1 answer
98 views

I have a dotnet 8 asp core application and I'm trying to add a HealthCheck for my Azure Database using AspNetCore.HealthChecks.MySql nuget and retreiving connection string from Azure App Configuration ...
Terai's user avatar
  • 321
0 votes
1 answer
116 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
1 answer
206 views

I'm using Azure App Configuration in my .NET application to load configuration settings at startup. However, I've encountered two issues that I'd like help with: When the app starts, it takes about ...
nop's user avatar
  • 6,627
0 votes
2 answers
682 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
2 votes
1 answer
109 views

We're using Azure App Configuration and Azure Key Vault to load configurations from. There used to 4 environments: Development, QA, Staging, Production, but now we also have the Local environment. ...
nop's user avatar
  • 6,627
1 vote
1 answer
126 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
1 vote
1 answer
613 views

So I have a solution which is using App Configuration and Managed Identity. A function app is linked to ServiceBus as a trigger, to use managed identity it needs a configuration parameter called ...
paulinventome's user avatar
0 votes
1 answer
80 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
0 votes
0 answers
174 views

I'm trying to understand the best practices around reading configuration used by an Azure Function. Currently I can't find any detailed Microsoft documentation. Scenario I have an Azure Function using ...
SJB's user avatar
  • 187

15 30 50 per page
1
2 3 4 5
19