229 questions with Azure App Configuration tags

Sort by: Updated
0 answers

How to fix Access to appconfig was denied. Please ensure the required role assignment is made for the identity running this task.

The client secret key of an app on azure portal expired and was renewed. The service connection from azure devops to the azure portal was also recreated. The creator of the service connection is having the owner role as well as the App Configuration Data…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
asked 2024-10-03T09:23:53.8866667+00:00
Michael Agbogidi 0 Reputation points
edited the question 2024-10-03T09:30:35.0033333+00:00
AmaranS 6,415 Reputation points Microsoft Vendor
0 answers

Azure Power BI API Permission Activity.Read.All

Hi - I am trying to access the Power BI Get.ActivityEvents api using a service principal. I have registered the app, but my code keeps getting a 403 error. I believe therefore it is a permissions error. I asked the handy Azure Copilot what I can do and…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
asked 2024-10-03T08:52:41.35+00:00
Mike de Halpert 0 Reputation points
commented 2024-10-03T09:00:35.1633333+00:00
Mike de Halpert 0 Reputation points
2 answers One of the answers was accepted by the question author.

Creating a stuff realtime delivery tracking system like food

Hello, Actually I am searching for the way to deploy the map on the web where client id, I mean user IP or location is taken and pin it up on the map and than search for the nearest office/hospital (office data like location in latitude and longitude I…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
716 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
asked 2022-01-05T11:42:49.303+00:00
AAKARSHIT CHAURASIA 21 Reputation points
answered 2024-10-01T03:25:40.15+00:00
rubycalhoun 0 Reputation points
0 answers

enable and configure App sync

How do I go about enabling app list backup for my users.

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
asked 2024-09-25T13:13:21.2866667+00:00
Saralux Admin 0 Reputation points
edited the question 2024-09-26T09:23:20.08+00:00
KapilAnanth-MSFT 44,931 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to disable TLS 1.0 and 1.1 in SLES 15.4?

This is regarding alert I received: "Action recommended: Ensure your resources that interact with Azure services are using TLS 1.2 by 31 October 2024" Question: Do I need to disable TLS 1.0/1.1 at OS level on SLES 15.4 or not? Our…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,863 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
asked 2024-09-19T10:09:01.6066667+00:00
Tushar Vanzara 20 Reputation points
edited a comment 2024-09-19T22:09:19.4066667+00:00
Lex Li (Microsoft) 5,582 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure App Configuration - order of reading keys with different key-filters

Hi, We have Java Spring applications that are integrated with Azure App Configuration. In each application we have following setup of appconfiguration: spring: cloud: azure: appconfiguration: stores: -…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
asked 2024-09-03T10:40:59.8666667+00:00
Steve K 20 Reputation points
accepted 2024-09-19T05:29:21.8066667+00:00
Steve K 20 Reputation points
1 answer

Azure App Configuration Free Tier Hourly Quota

Hi I'm using Azure App Configuration Free Tier and my requests are throttled long before I ever even approach 1000 requests per day. Can't figure out what is the reason for it? Also, I can't make any sense of the number of requests. This is my…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
asked 2024-08-16T13:42:57.4333333+00:00
Mateusz Klys 0 Reputation points
commented 2024-09-18T06:27:23.52+00:00
Deepanshukatara-6769 9,195 Reputation points
2 answers

Microsoft Entra ID is redirecting user to wrong reply url localhost:8080

I've an Azure Web App, with the following Single Page Application Redirect…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,653 questions
asked 2024-08-29T15:34:10.29+00:00
blest 5 Reputation points
commented 2024-09-10T19:05:25.2533333+00:00
blest 5 Reputation points
1 answer

Access SharePoint file from Azure Data Factory

I am new to this forum and I have posted the same question to a more general forum. My apologies. It seems this forum is more specific to Azure. I am trying to load a CSV file stored in SharePoint into an Azure SQL Server table. To do this I create Azure…

Azure SQL Database
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,664 questions
asked 2024-08-30T04:19:52.9733333+00:00
TYO 0 Reputation points
commented 2024-09-05T17:44:49.3033333+00:00
Smaran Thoomu 15,685 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Azure App Configuration resource name is already in used

Hello everyone, Today we are expecting an issue regarding the resource name is already in used when is already deleted (for Azure App configuration resources), if we created an app config with the name i.e., "test-app-config" and we…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
asked 2021-02-10T16:15:29.537+00:00
Marcos Peláez Encinas 21 Reputation points
commented 2024-09-05T13:44:58.23+00:00
Marcos Peláez Encinas 21 Reputation points
1 answer

Update AddMicrosoftIdentityWebApp without restarting application

I have used AddMicrosoftIdentityWebApp in my program.cs class for Microsoft Authentication. builder.Services.AddAuthentication(opts => { opts.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme; opts.DefaultChallengeScheme =…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,551 questions
asked 2024-09-01T18:27:16.7933333+00:00
Amit Singh Rawat 731 Reputation points
commented 2024-09-04T06:01:10.6633333+00:00
JasonPan - MSFT 5,466 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

What is the purpose of Azure stack settings .NET Version?

I'm setting up Azure Function app .net8 isolated and noticed that in Configuration -> General Settings -> Stack settings .NET Version is set to .NET Framework 4.8, however the function works fine. What does the .NET version imply in this context?…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,972 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
asked 2024-08-26T10:53:19.65+00:00
Tomas Blažauskas 40 Reputation points
accepted 2024-09-02T06:55:16.72+00:00
Tomas Blažauskas 40 Reputation points
1 answer One of the answers was accepted by the question author.

Limiting Number of Requests or Queuing Process on Azure Web App (App Service Plan P2V3)

I am using an Azure Web App on an App Service Plan P2V3 and am looking to limit the number of incoming requests or manage the queuing process within the web app service. In Windows IIS, we can set the application pool queue length to control this. Is…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
asked 2024-06-10T17:12:00.0333333+00:00
Niket Kumar Singh 360 Reputation points
accepted 2024-08-26T06:15:21.6433333+00:00
Niket Kumar Singh 360 Reputation points
0 answers

Suddenly My Application URL Load Showing File Not Found Text Messages

Hi, My Working Application Suddenly Not Working I'm Not Doing Anything. what was the issue previously azurewebsite.net rewrite azurewebsite.net/login but it's not routing. I re setup the rewrite using the URL…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
asked 2024-08-14T14:42:55.4233333+00:00
salman 20 Reputation points
0 answers

How to configure spring boot azure app linux services with connection strings

Azure app service running on Linux Java SE 17. I have existing azure configurations like so. why are the connection strings not being injected into the application properties/yml file. (ignore file…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
asked 2024-08-09T04:47:34.21+00:00
Walter Rodriguez 20 Reputation points
1 answer

How to restore deleted function within a function app?

I accidentally deleted a function contained inside a function app in Azure, and I'm wanting to restore it. In this case, there is no source control integation (repo) or Azure backups configured. I'm also unable to find it in a linked storage account or…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,972 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,743 questions
asked 2024-08-07T17:53:02.25+00:00
Harmony 5 Reputation points
edited a comment 2024-08-07T18:50:13.9833333+00:00
Harmony 5 Reputation points
0 answers

A Record being inexplicably deleted by Azure Traffic Manager from DNS Zone

Hello all, Recently I have been running into a mysterious issue where my App Config’s A Record in my private DNS Zone is getting inexplicably deleted by the “Azure Traffic Manager and DNS” but I do not use Azure Traffic Manager and have not touched DNS…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
674 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
504 questions
asked 2024-07-31T12:20:25.6333333+00:00
Evan Venell 0 Reputation points
commented 2024-08-01T05:43:11.33+00:00
KapilAnanth-MSFT 44,931 Reputation points Microsoft Employee
1 answer

Azure App Permission for Get-RecipientPermission

I have defined an Azure App with read only permission for unattended script use to monitor and report on Azure AD accounts and Mailboxes (Users and Shared). A script I am working on to facilitate user offboarding is to remove delegated mailbox access for…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,515 questions
asked 2024-07-19T14:11:12.32+00:00
Mark_S 0 Reputation points
commented 2024-07-29T08:11:33.7066667+00:00
Xintao Qiao-MSFT 3,205 Reputation points Microsoft Vendor
1 answer

How to access Kudu Console for an WebApp hosted in VNET

We have an App Service with VNET Integration. Therefore the Inbound IP Address is having a Private IP Address. For some troubleshooting purpose, I would like to access the Kudu Console of the App Service. In general, we access the Kudu console for…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,972 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
asked 2022-05-12T18:34:15.59+00:00
David Maryo 111 Reputation points
commented 2024-07-23T21:28:15.58+00:00
Andrea Longhitano 100 Reputation points
1 answer One of the answers was accepted by the question author.

Domain validation ASUID TXT DNS record

Hello, I have a doubt about DNS TXT record asuid.{domain}. Should I keep it while the app is active? Or I can delete it after the application validation was done? Regards, Marcelo Castro

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
674 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
229 questions
asked 2024-07-22T16:15:23.22+00:00
Marcelo Martins De Castro 20 Reputation points
accepted 2024-07-22T19:19:53.9533333+00:00
Marcelo Martins De Castro 20 Reputation points