208 questions with Azure App Configuration tags

Sort by: Updated
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.
208 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,439 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.
208 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.
208 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 23,341 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.
208 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 23,341 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.
208 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 11,551 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.
208 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.
208 questions
asked 2021-02-15T21:13:22.987+00:00
answered 2021-02-17T20:22:47.813+00:00
Monalla-MSFT 11,551 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.
208 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,326 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,238 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
208 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.
208 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,446 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.
208 questions
asked 2020-12-11T15:57:46.487+00:00
Anonymous
answered 2021-01-05T08:38:55.477+00:00
Krish G 2,326 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,238 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
208 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,326 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.
208 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
5 answers One of the answers was accepted by the question author.

Can't create App Configuration with free tier SKU

Hi, I can't create the app configuration service with a free tier SKU. The error is: { "status": "Failed", "error": { "code": "ResourceDeploymentFailure", …

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
208 questions
asked 2020-10-27T08:37:31.943+00:00
Roel Schlijper 26 Reputation points
commented 2020-11-04T04:57:00.373+00:00
BhargaviAnnadevara-MSFT 5,446 Reputation points
3 answers One of the answers was accepted by the question author.

App configuration: subscription has reached its limit of 'configurationStores'

When I try to create a new "App Configuration" resource with Free tier pricing - I am getting a deployment error such as: The subscription has reached its limit of 'configurationStores' resources with the 'free' SKU." Correlation…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
208 questions
asked 2020-10-25T09:42:55.33+00:00
Aleksandrs P 31 Reputation points
commented 2020-11-03T01:29:53.15+00:00
BhargaviAnnadevara-MSFT 5,446 Reputation points
4 answers

Cost details of Azure app service environment returns null

Hi All. I have been trying to get the cost details of Azure app service environment resource through powershell. I have used get-azconsumptionusagedetail command. But getting null value. For other resources it works fine and gets the correct cost…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,024 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
208 questions
asked 2020-09-30T16:19:43.93+00:00
Sakthi 21 Reputation points
commented 2020-11-02T17:19:40.27+00:00
Monalla-MSFT 11,551 Reputation points
1 answer One of the answers was accepted by the question author.

AADSTS900236: The SAML authentication request property 'Scoping/ProxyCount' is not supported and must not be set.

Hello I am building SAML SSO with Azure AD Non-gallery Application. My SP side is built by Spring Boot. When I send SSO Login request to Azure AD I did received following error: I copied trouble shooting details and pasted into Azure test side.…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
208 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
109 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,439 questions
asked 2020-08-18T07:56:32.997+00:00
JaparJarkynbyek 41 Reputation points
accepted 2020-08-19T02:03:42.127+00:00
JaparJarkynbyek 41 Reputation points
1 answer One of the answers was accepted by the question author.

Execute Azure Data Factory - Pipeline from .Net web application using c#

Hi All, I have created some pipelines for my migration project. Now the delivery team wants to execute Azure Data Factory - Pipeline from consumer app or .Net web application using c# Please suggest if there is a way to execute pipeline from .Net…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
208 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,520 questions
asked 2020-08-14T00:09:15.73+00:00
HemantSudehely-0557 261 Reputation points
accepted 2020-08-14T13:51:56.287+00:00
HemantSudehely-0557 261 Reputation points
1 answer One of the answers was accepted by the question author.

Identity applications with Implicit flows enabled

I'm looking to clean up my Azure AD environment from outdated/unsecure apps which is still using OAuth2 Implicit flow, is there any built-in capabilities or "community" scripts to identify these apps?

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
208 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,439 questions
asked 2020-08-11T09:52:40.85+00:00
Sergey S 41 Reputation points
commented 2020-08-11T11:45:22.183+00:00
Sergey S 41 Reputation points
1 answer

"The remote server returned an error: (401) Unauthorized." error occured during execution of 'Power BI Action - Publish' task in Azure Build Pipeline

Hi, I want to copy a Power BI Report (PBIX file) from one tenant to another tenant using Azure Build Pipeline for which I have used Power BI Action - Publish task…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
208 questions
asked 2020-07-28T10:44:56.043+00:00
Vivek Gupta 126 Reputation points
commented 2020-08-04T03:30:28.837+00:00
singhh-msft 2,431 Reputation points