214 questions with Azure App Configuration tags

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

Azure Feature Flags - Net Framework

I am using Azure Feature Filters with the Net Framework 4.8. I created a Targeting Feature Filter and entered 1 group name which I call from my application. It should return true if the group is found and false if not found. I followed this tutorial to…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-06-05T21:03:01.81+00:00
dml5 21 Reputation points
commented 2021-06-10T03:29:46.447+00:00
singhh-msft 2,431 Reputation points
1 answer

.Net Core Azure App service Linux not able to cofigure Environment variable

hi, we are trying to use Google firebase in our .Net Core Api... firebase needs us to configure an Env. Variable pointing to a file... as we have deployed our app on Azure App Service [Linux] we tried setting env. variable …

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,289 questions
asked 2021-06-07T17:33:40.577+00:00
Puneet Yadav 11 Reputation points
answered 2021-06-08T11:22:46.61+00:00
Puneet Yadav 11 Reputation points
1 answer One of the answers was accepted by the question author.

Python API integration with App Config & Feature Management

I would like to use Feature Management in a python function app that acts as an API. I am finding no resources on what the equivalent package would be to Microsoft.FeatureManagement for use in python. I am interested in more than just enabled/disabled…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-05-25T22:43:42.297+00:00
Cynthia Johnson 26 Reputation points
commented 2021-05-27T17:02:02.577+00:00
Cynthia Johnson 26 Reputation points
1 answer One of the answers was accepted by the question author.

Java App Configuration Client returns Key Vault secret URI, not actual secret value

I have created a simple Spring Boot App Service in Azure to learn about the Azure App Configuration capabilities. This app uses both the "MessageProperties" approach that is used in the Azure Documentation (see code below) and also uses a…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-05-16T14:28:52.41+00:00
CareyBoldenow 96 Reputation points
accepted 2021-05-19T16:48:59.453+00:00
CareyBoldenow 96 Reputation points
1 answer One of the answers was accepted by the question author.

Can we use app-configuration in Java Azure function bindings

Hello, I cannot seem to find a way to leverage App Configuration for properties that are used in my Azure Function bindings. For example, in the code snippet below, I would like to use App Configuration to serve up the value for the…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-05-14T11:58:07.753+00:00
CareyBoldenow 96 Reputation points
accepted 2021-05-17T10:34:32.067+00:00
CareyBoldenow 96 Reputation points
1 answer One of the answers was accepted by the question author.

App Configuration Client failure

Good morning team, I have a question regarding app configuration client. In what cases can app configuration fail and if does fail does it give any error? For example if the connection string is wrong? And the second question: Can I do something like…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-05-03T17:07:03.663+00:00
Nadia Kim - Vendor 41 Reputation points
commented 2021-05-05T18:24:10.993+00:00
Nadia Kim - Vendor 41 Reputation points
2 answers One of the answers was accepted by the question author.

Exception in worker process

Hello, I'm trying to deploy my bot in azure but my app service doesn't work. I have the following error message : [ERROR] Exception in worker process Please someone can help me ? Thank you 2021-05-04T07:08:32.498526912Z [2021-05-04 07:08:32…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-05-04T08:42:56.223+00:00
Samad 21 Reputation points
accepted 2021-05-04T09:39:21.807+00:00
Samad 21 Reputation points
1 answer

Generating an app password in the Azure portal

Hi - looking for some help on app password setup. Right now I can create and generate an app password using the command line as follows: az ad sp create-for-rbac -n "myappname" --years 2 I am wondering if I can create the equivalent from…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 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,369 questions
asked 2021-04-28T03:06:39.187+00:00
blusyblues 1 Reputation point
commented 2021-04-29T20:04:13.643+00:00
blusyblues 1 Reputation point
2 answers

Pull App Configuration values from Azure

.NET 5 Core applications pulls App Configuration values from Azure by the following call in the Program.cs file. webBuilder.ConfigureAppConfiguration((context, config) => { var…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-03-23T19:28:34.637+00:00
Joel Palmer 1 Reputation point
answered 2021-03-26T17:22:33.723+00:00
Joel Palmer (JLPM) 141 Reputation points
2 answers One of the answers was accepted by the question author.

Azure App Configuration: The request was aborted: Could not create SSL/TLS secure channel.

I am attempting to move the configuration for our web form reporting software to use Azure App Configuration. It works while on my local machine, but when I publish to our test environment, it returns a RequestFailedException: The request was aborted:…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-03-05T18:51:56.79+00:00
Amy Marty 106 Reputation points
commented 2021-03-26T15:51:24.913+00:00
kobulloc-MSFT 25,961 Reputation points Microsoft Employee
2 answers

Azure App Configuration connection issue: The request was aborted: Could not create SSL/TLS secure channel.

I am attempting to connect to Azure App Configuration store from an App Service in Azure. Using framework 4.8. Web Application attempting to load Azure App Config values. I have searched multiple articles and still have had no luck. Keep getting Could…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-03-11T21:27:33.493+00:00
JB_74 16 Reputation points
commented 2021-03-15T17:18:52.593+00:00
kobulloc-MSFT 25,961 Reputation points Microsoft Employee
1 answer

Unable to run Azue app locally

I have been working on a azure project for some time - and things has been working fine. Both when running on Azure and when debugging locally. Now I made windows update on my machine (may not be related) and i started getting this error when trying to…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-02-08T20:39:33.037+00:00
Claus Corlin 21 Reputation points
commented 2021-03-10T15:56:48.707+00:00
Monalla-MSFT 12,771 Reputation points
1 answer One of the answers was accepted by the question author.

Azure-App-Config Monitoring Integration Options

I would like to know what all monitoring options i have with Azure-App-Configuration. Can i send app-config logs and security events to an external monitoring solution like Datadog or Splunk using Event Hub? Our security team would like to know whether…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-02-16T20:48:45.563+00:00
Pallab Chakraborty 401 Reputation points
accepted 2021-02-22T19:51:21.52+00:00
Pallab Chakraborty 401 Reputation points
1 answer

Azure App owner deleted

The original owners of an Azure App have left my company leaving the app with no owners (they have been deleted from the account). I need to add myself to the app as an owner now. How can I do this?

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-02-15T21:13:22.987+00:00
answered 2021-02-17T20:22:47.813+00:00
Monalla-MSFT 12,771 Reputation points
1 answer One of the answers was accepted by the question author.

Azure App Configuration and AWS Credentials

Maybe a bit of a noob question but I've been testing out the Azure App Configuration Service and so far so good. I've noticed that because AWS Credential checker searches /Environment Variables' its not possible to store AWS Credentials in Azure App…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-02-03T08:35:49.877+00:00
Brian Stewart 21 Reputation points
commented 2021-02-15T06:04:48.113+00:00
Krish G 2,331 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Function cannot retrieve settings from Azure App Config in West EU

Hi, We are having some azure functions deployed on Azure (West EU). Suddenly, none of them can be triggered today (14th January 2021). We are using the Service Bus Queue trigger. We have two different resource groups in the West EU and all…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,573 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-01-14T07:31:34.433+00:00
Quan Van Mai 106 Reputation points
commented 2021-01-19T16:38:44.727+00:00
Emma Nendza 1 Reputation point
1 answer

Setting a automation trigger for a release in Azure Releases

Hello, I want to create a post deployment trigger to run our separate Azure Automation pipeline which is basically running the automation tests. Is this possible? Can you guide please? Kind Regards Jas

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-01-19T01:23:37.837+00:00
Jas Bamrah 1 Reputation point
answered 2021-01-19T15:00:43.737+00:00
BhargaviAnnadevara-MSFT 5,466 Reputation points
1 answer

Azure Deployments

We have customers asking to use our environment in all regions such as India, Germany, Middle East and USA.   Can you point me to a diagram that would help conceptualize this?

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2020-12-11T15:57:46.487+00:00
Anonymous
answered 2021-01-05T08:38:55.477+00:00
Krish G 2,331 Reputation points
2 answers

Create XUnit test for configureappconfiguration

I would like to create a test for configureappconfiguration using XUnit. I used .ConfigureWebJobs(startup.Configure) whic just calls the Confure method in my Startup.cs. I want to call configureappconfiguration so it will test that also. But having a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,573 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2020-12-22T00:26:04.62+00:00
Brett McDonald 1 Reputation point
commented 2020-12-28T06:27:08.723+00:00
Krish G 2,331 Reputation points
3 answers One of the answers was accepted by the question author.

Azure App Configuration number of keys limitations

Good afternoon to the team, I wanted to find out if there is a limit for number of keys (key value pairs) that can be used in azure app configuration? I went through the docs and it is only mentioning the size limit for a single key value pair, which is…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2020-10-22T19:56:40.843+00:00
Nadia Kim - Vendor 41 Reputation points
accepted 2020-11-10T16:49:31.017+00:00
Nadia Kim - Vendor 41 Reputation points