Skip to main content
0 votes
0 answers
79 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
63 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
  • 37
0 votes
1 answer
76 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
119 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
97 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
106 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
180 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,617
0 votes
2 answers
638 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
105 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,617
1 vote
1 answer
125 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
591 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
166 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
1 vote
1 answer
164 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
50 views

Given that I have a project structure where I have an angular application which talks to REST API which talks to Azure Function Apps which talks to COSMOS and GREMLIN databases to get the data. The ...
chaturvedi_anshumaan's user avatar

15 30 50 per page
1
2 3 4 5
19