212 questions with Azure App Configuration tags

Sort by: Updated
6 answers One of the answers was accepted by the question author.

App Registration vs Enterprise Applications

Hi All What is the major differences between Azure App Registration and Enterprise Applications. what i see is that with enterprise application we can integrate with other companies.

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
asked 2021-02-12T09:39:06.19+00:00
Glenn Maxwell 10,571 Reputation points
commented 2024-02-08T05:24:40.4433333+00:00
EnterpriseArchitect 5,036 Reputation points
2 answers

How to persist Azure App Configuration changes to appsettings.json

I have set up dynamic updates for an asp.net 6 app. It uses the polling method and updates when the sentinel key changes. What I would like to do is persist the changes to the appsettings.json file whenever they occur. I've looked at other options, like…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,345 questions
asked 2023-10-16T19:24:16.18+00:00
Lilley, Kristopher L 0 Reputation points
answered 2024-01-24T00:04:27.34+00:00
Carlos dos Santos 85 Reputation points
0 answers

Azure App Configuration: Issues Overriding Non-Prefixed Keys with Prefixed Variants

Given an Azure App Configuration key with no prefix: Setting123, I am not able to override this key with a prefixed version of it Environment:Setting123. This returns the key with the value from the non-prefixed key. If I don't execute TrimKeyPrefix…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,345 questions
asked 2023-12-28T09:18:25.3433333+00:00
Kyle Knapp 10 Reputation points
commented 2023-12-29T03:09:53.28+00:00
MayankBargali-MSFT 69,946 Reputation points
1 answer One of the answers was accepted by the question author.

How to use Service Principal/Managed Identities to access Azure App Configuration from .NET Framework Application?

I need to disable Local Authentication Methods (Access Keys) for Azure App Configuration Stores. Currently for an ASP.NET Framework application, I am using the following for accessing the App Configuration Store from my…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,396 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,573 questions
asked 2023-01-12T12:30:34.1466667+00:00
Aayush Suresh Jain 141 Reputation points
commented 2023-12-13T16:54:44.44+00:00
Jaquez, Harfel 0 Reputation points
1 answer One of the answers was accepted by the question author.

Will there be automatic failover in @Microsoft.AppConfiguration(Endpoint=https://xxxx.azconfig.io; Key=xxxx; Label=xxxx) in appservice

Dear Azure QA Team We are using the key value of app configuration as environment variable in appservice, such as @Microsoft.AppConfiguration(Endpoint=https://xxxx.azconfig.io; Key=xxxx; Label=xxxx) When we enable Replica(s) in Geo-replication in app…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,269 questions
asked 2023-10-06T06:30:45.7666667+00:00
張 華州 20 Reputation points
commented 2023-10-17T07:04:52.34+00:00
張 華州 20 Reputation points
1 answer

Custom Claims added for enterprise app is not showing up in SAML response

I have added the custom claims for my AAD Enterprise application in AAD as below. ClientRoles - user.groups Departments - user.department EmailAddress - user.mail FirstName - user.givenname http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name -…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,357 questions
asked 2023-10-11T10:28:18.3766667+00:00
Gaurav Kumar 1 Reputation point
answered 2023-10-13T07:19:43.1933333+00:00
Akhilesh 6,980 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Azure application insights showing duplicate log entry for Node js application

We have a node js application and configured application insight using application insight key in launch.json, but in azure application insight showing duplicate log entry, I tried in google and also stackoverflow but unable to solve the issue. My…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,969 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,269 questions
asked 2022-07-11T05:14:40.443+00:00
Anil Nivargi 26 Reputation points
commented 2023-10-12T17:54:15.88+00:00
Chris 0 Reputation points
1 answer One of the answers was accepted by the question author.

SLA for App Configuration deployed into Availability Zones

Hi This question is about App Configuration and its availability. I found that the SLA is 99.9%, the question is if we get a better SLA if we either use Availability Zones or Geo-replication and what it will be if we do one of them. I found in the…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
asked 2023-09-28T08:06:37.79+00:00
Mads Monrad Larsen 20 Reputation points
accepted 2023-09-29T06:32:50.82+00:00
Mads Monrad Larsen 20 Reputation points
2 answers One of the answers was accepted by the question author.

APP config exporting key value pairs limitaion

Hey Team. Basically, I am working on exporting Key value pairs from my appconfig on azure . so this is my command I have been implementing to export . az appconfig kv export -n myappconfig-list1-demo -d file --path ./test123.yaml --prefix…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
asked 2023-08-30T05:50:33.34+00:00
Bodavula Sai Vamsi Mohan Krishna 20 Reputation points
commented 2023-09-12T15:10:55.5966667+00:00
MuthuKumaranMurugaachari-MSFT 22,261 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Functions Isolated Process with AzureAppConfiguration causing throttling

We have a few isolated process function apps running on separate consumption plans and they are repeatedly making calls to the shared Azure App Configuration, presumably due to the server cooling down and then redoing the cold start. This is causing our…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,567 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,573 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
asked 2023-08-15T14:46:00.1933333+00:00
Thomas Baxendale 60 Reputation points
commented 2023-08-22T12:33:09.56+00:00
MuthuKumaranMurugaachari-MSFT 22,261 Reputation points
2 answers

Access Azure App Configuration from a MAUI Mobile App

We are developing a .NET MAUI mobile application for Android and iOS. It uses AD authentication. It talks to several backend APIs we created in Azure and behind APIM, requiring both tokens and subscription keys. We have an Azure App Configuration…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,141 questions
asked 2023-07-25T16:57:08.69+00:00
Safdie, BJ 0 Reputation points
answered 2023-08-03T20:14:25.8533333+00:00
Bruce (SqlWork.com) 60,361 Reputation points
1 answer One of the answers was accepted by the question author.

How to access Azure webapp of Application event log into Azure Log Analytic Workspace instead of Diagnostic tool

Actually, we want to access the Application event log in Log Analytic Workspace for access all type info in one place.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,969 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,269 questions
asked 2023-07-26T07:30:14.52+00:00
Venkatasiva Ganumukkala 20 Reputation points
accepted 2023-07-31T10:39:02.27+00:00
Venkatasiva Ganumukkala 20 Reputation points
1 answer One of the answers was accepted by the question author.

Is there a way that I can get the object ID from AAD so as to be able to add the user to the AAD group?

Hello, I am send HTTP request, and it's successfully working. But I want to retrieve the object ID of the user that needs to be added to the AAD group (as of now I'm directly doing get https://graph.microsoft.com/v1.0/groups/{group.id}/members/$ref to…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,253 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,269 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,357 questions
asked 2023-07-27T22:47:36.83+00:00
Smriti Rai 60 Reputation points
commented 2023-07-31T09:40:41.1866667+00:00
CarlZhao-MSFT 39,736 Reputation points
1 answer One of the answers was accepted by the question author.

How can i implement feature flag using Azure App Configuration for MVC project in .Net Framework

"I am interested in utilizing the Azure App Configuration feature manager to implement a feature flag." "While I have come across documentation from Microsoft that explains how to implement a feature flag for a console application…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
asked 2023-07-19T10:52:01.49+00:00
Prasanna Venkatesh Rajendran 25 Reputation points
commented 2023-07-26T13:39:57.91+00:00
Prasanna Venkatesh Rajendran 25 Reputation points
1 answer One of the answers was accepted by the question author.

msiam_access role

I could not find enough information about the msiam_access role, but I would like to know - does it necessarily indicates a SAML integration app or does it exist also in any app defines custom appRoles? Also, I am confused because by documentations I…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,269 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,357 questions
asked 2023-07-24T11:49:02.82+00:00
JohnErvin-4462 40 Reputation points
accepted 2023-07-26T09:20:28.1633333+00:00
JohnErvin-4462 40 Reputation points
2 answers One of the answers was accepted by the question author.

Get "notes" field from an Enterprise Application on AzureAD with Powershell

Hi all, I would like to know if there is some way to retrieve the Notes field with some cmdlet. I've tried the Get-AzureADServicePrincipal, Get-AzADApplication and Get-AzureADApplication but none of this have that information. Also with…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
asked 2020-10-16T10:38:54.22+00:00
Carlo Lamanna 31 Reputation points
commented 2023-07-25T13:37:55.01+00:00
Wilson, Craig A 0 Reputation points
1 answer

Can you hide the main Apps collection on the My Apps page so users only see the App Launchers I create?

We would like to create two App Launchers - Students and Faculty - so that when a user of a specific group logs into their My Apps page, they only see the corresponding App Launcher page. My issue and question is, can I hide the primary Apps collection…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,357 questions
asked 2023-06-14T16:05:34.1466667+00:00
Rebecca 1 Reputation point
commented 2023-07-18T20:51:20.9533333+00:00
James Hamil 22,976 Reputation points Microsoft Employee
1 answer

Azure App Config and appsettings.jsons

How can I use appsettings.json when Azure App Config can't be reached. I have a situation where minimum number of retries does not help and I want to use appsettings.json of the application itself.

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
asked 2023-07-05T09:59:06.52+00:00
Rajarajacholan Krishnamurthy 21 Reputation points
commented 2023-07-11T05:10:06.59+00:00
MayankBargali-MSFT 69,946 Reputation points
1 answer

How do you add a reference Key (Key-vault) to Azure App Configuration from the REST API?

I want to use Azure App Configuration in several apps and feed it with new secrets that are added to the Key Vault using another app. This way my apps have access to configurations and "Key Vault Reference". I don't want every developer to go…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,175 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
asked 2023-06-20T21:56:34.31+00:00
Carlos Teixeira Gutierrez 0 Reputation points
answered 2023-07-07T14:30:40.92+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Timeout in Function App hosted in App Service plan

Hi, My http triggered function app is hosted in an App Service plan and wanted to increase the default timeout. As per the documents , I understand that App service plan default time out is 30 minutes and we have to enable ' Always On' under…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,567 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
212 questions
asked 2022-04-29T10:44:17.027+00:00
Ganga S 67 Reputation points Microsoft Employee
commented 2023-07-04T18:38:47.48+00:00
69517759 0 Reputation points