225 questions with Azure App Configuration tags

Sort by: Updated
1 answer 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.
225 questions
Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
696 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,630 questions
asked 2022-01-05T11:42:49.303+00:00
AAKARSHIT CHAURASIA 21 Reputation points
commented 2022-01-06T09:29:44.017+00:00
AAKARSHIT CHAURASIA 21 Reputation points
1 answer

How to secure database and storage services from public access?

I have the below services and they have public access. Note: The virtual Machine is on-premise. Now, I want to remove public access and add some limited access policies. Regarding my research, In my opinion, I should add two…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
651 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,045 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,630 questions
asked 2021-12-12T12:05:04.923+00:00
Mohsen Akhavan 791 Reputation points
commented 2021-12-18T17:14:47.86+00:00
Mohsen Akhavan 791 Reputation points
1 answer

Is it possible to add the current value of an "Azure App Configuration Key Value" to the Event Grid Subscription Event?

Is there a way to add extra data to the Event Grid Subscription Event? The normal schema looks like this: [{ "id": "84e17ea4-66db-4b54-8050-df8f7763f87b", "topic":…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
374 questions
asked 2021-12-14T10:09:27.697+00:00
Ottens, Vincent 1 Reputation point
answered 2021-12-15T08:29:05.883+00:00
MayankBargali-MSFT 70,126 Reputation points
0 answers

how do I add client certificate on azure app service for outgoing request NOT SSL

how do I add client certificate on azure app service for outgoing request NOT SSL

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,630 questions
asked 2021-12-13T22:48:46.07+00:00
Melissa Mccullagh 1 Reputation point
commented 2021-12-15T07:46:32.967+00:00
SnehaAgrawal-MSFT 21,266 Reputation points
1 answer

Network error on updating App endpoints in azure

I have an application in Microsoft Azure . Whenever I try to update and endpoint in In redirect uris => platform , the action fails with the following error: ** `Network error: There is an issue establishing a connection to the service. Please…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,062 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 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,267 questions
asked 2021-12-02T14:20:30.113+00:00
Bernat Ferrer 1 Reputation point
answered 2021-12-09T07:43:40.47+00:00
MayankBargali-MSFT 70,126 Reputation points
1 answer

Daily login for app required. Why?

Hi, We have created an app that uses the Azure platform to send appointments on behalf of the customer. One customer gets everyday when he makes the first appointment a login screen. This is strange because other customers don't need to login…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,776 questions
asked 2021-12-08T15:31:13.523+00:00
Hans van der Graaf 1 Reputation point
answered 2021-12-08T22:37:32.45+00:00
Glen Scales 4,436 Reputation points
1 answer One of the answers was accepted by the question author.

Does Azure App Service TLS/SSL settings Protocol Settings Minimum TLS Version apply to outbound requests made by the app?

I have an Azure App Service web app that still allows inbound requests to use minimum TLS Version 1.0 because it's not sensitive data and it supports our windows app on older systems. The app makes outbound requests to third party vendor API in response…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,630 questions
asked 2021-12-02T16:50:32.453+00:00
Randall Breneman 41 Reputation points
accepted 2021-12-06T16:27:56.957+00:00
Randall Breneman 41 Reputation points
3 answers

No Features Returned from Azure App Configuration

I followed the steps at https://learn.microsoft.com/en-us/azure/azure-app-configuration/quickstart-feature-flag-aspnet-core?tabs=core3x for getting a list of features. On my Home controller, if I call var features = featureManager.GetFeatureNamesAsync();…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
asked 2020-06-04T18:10:23.247+00:00
Jason Gaylord 6 Reputation points
answered 2021-12-04T05:51:03.727+00:00
Amr Elgarhy 1 Reputation point
1 answer One of the answers was accepted by the question author.

Is it possible to increase the Keep-Alive timeout on an Application Gateway

We got some IoT devices connecting with an Azure App Service through an Azure Application gateway. The mobile connection has a limited data capacity each month and because of this we need the connection to be kept alive. But the connection drops after…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,045 questions
asked 2021-11-30T09:04:02.967+00:00
Brian Brinch 61 Reputation points
accepted 2021-12-03T07:43:50.29+00:00
Brian Brinch 61 Reputation points
1 answer One of the answers was accepted by the question author.

How can I disconnect my deployment source from my Azure Web App > Deployment center? Using Github as source

Hi all, I rarely use forums to make my own posts, usually reading others however I am new to Azure and working on an existing Web App service within my organisation. I had some changes I needed to push to the site and the setup is that the repository…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,630 questions
asked 2021-11-16T15:41:22.86+00:00
kaitlynm 21 Reputation points
commented 2021-11-30T10:25:07.287+00:00
kaitlynm 21 Reputation points
1 answer

Windows App Service - Connection to Storage File Share Fails

I am unable to connect my .net core (Windows) app service to my azure storage file share. I've been through several articles to enable the mount to storage, which is in Preview but seems unusable. Articles tried: …

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,270 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
asked 2021-11-20T00:37:35.087+00:00
Bill B 1 Reputation point
answered 2021-11-29T23:10:26.3+00:00
Ryan Hill 27,686 Reputation points Microsoft Employee
1 answer

Slash character in the name of App Configuration key

Hi, I am currently trying to define a keyvalue pair in my App configuration resource via a bicep template. However, the template does not allow me to use the slash '/' character in the name of the key. For Spring Boot applications, the default key…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
asked 2021-11-25T09:17:40.387+00:00
Filip Kubiš 1 Reputation point
answered 2021-11-29T17:30:43.587+00:00
MughundhanRaveendran-MSFT 12,471 Reputation points
1 answer

Update Azure App Service Application Settings to point to Secondary Database without restarting the service

I have an Azure App Service pointing to Azure SQL DB1 and I need to switch/replace Azure SQL DB1 with Azure SQL DB2 and vice versa. To do that, I have a powershell script which updates the application setting with new KeyVault Secret to point to…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
asked 2021-11-25T05:42:51.013+00:00
ROHITH JOGIPARTHI 1 Reputation point
answered 2021-11-25T13:02:31.673+00:00
Alan Kinane 16,901 Reputation points MVP
1 answer

App Services PHP Cannot set Cookies

I am getting to know app services, have setup a simple php app with custom domain and db access - all good. BUT PHP cannot set a cookie - what do I need to do to make this work? Same code sets cookies om my local dev env. Thanks.

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,630 questions
asked 2021-11-10T14:48:43.303+00:00
answered 2021-11-20T12:20:55.357+00:00
Pramod Valavala 20,616 Reputation points Microsoft Employee
1 answer

How to handle Cronjobs for a Docker-based Django app running on a Linux-based Webapp in Azure, using multiple instances

I have a Docker-based Django application running on a Linux based Webapp in Azure, which can scale from 1-5 instances. I want to run cronjobs which run management commands inside the Django application, but: I can't run it inside the Docker…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
asked 2021-11-19T08:35:42.213+00:00
Alexander Lindgren 31 Reputation points
answered 2021-11-20T11:28:07.347+00:00
Pramod Valavala 20,616 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Configuration in Azure Container App

How to define environment variables for Azure Container App (preview), via CLI or Portal? I am asking specifically for Azure Container App, not Instances, but there is no such tag yet. As of November 14th, 2021, there is nothing you can do from the…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
687 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
389 questions
asked 2021-11-14T13:05:45.94+00:00
François Baronnet 76 Reputation points
accepted 2021-11-16T20:37:50.67+00:00
François Baronnet 76 Reputation points
2 answers

Azure Function - CosmosDbTrigger - Bind variables from Keyvault and App configuration instead of appsettings

I'm using .NET 6 and Azure functions v4. I would like to use Keyvault and App configuration (for non secure configuration) for bind variables in CosmosDbTrigger but have been unsuccessful. For example: [Function("Function1")] …

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,249 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,855 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
asked 2021-11-11T00:44:41.01+00:00
Mecomber, Michael 1 Reputation point
commented 2021-11-14T14:41:06.087+00:00
Mecomber, Michael 1 Reputation point
1 answer One of the answers was accepted by the question author.

Azure Active Direcrtory only allows 1 person at a time to login

So I am using Azure AD to allow users to login to a website that I built the login process works fine I have the Web Application hosted in Azure, the issue is it only allows 1 person to be logged in at a time, so if I login its fine if someone else logs…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,549 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,267 questions
asked 2021-11-10T20:31:44.33+00:00
Shawn Rye 41 Reputation points
accepted 2021-11-12T14:59:15.887+00:00
Shawn Rye 41 Reputation points
1 answer

I purchased an app service domain, I am not sure how to enter cname

Hi, I purchased an App Service domain through Azure. I bought an SSL certifcate and the provider says I need to enter a CNAME. I cannot see how to enter the CNAME with my new domain. I looked at the following url for directions, but I do not see how to…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,630 questions
asked 2021-11-11T21:13:28.957+00:00
gigasoft 21 Reputation points
answered 2021-11-12T02:51:11.837+00:00
Ryan Hill 27,686 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Error handling for wrong instrumentation in azure app Insights

I'm using Azure app Insight in my app. I want to handle an error case where if we provide the wrong instrumentation key in the appinsights.js file which is used for configuration. Currently, appInsights doesn't throw any error but only data tracking is…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,182 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
225 questions
asked 2021-10-25T11:01:50.597+00:00
pavan karnalkar 21 Reputation points
commented 2021-11-05T09:22:17.84+00:00
AnuragSingh-MSFT 21,356 Reputation points