214 questions with Azure App Configuration tags

Sort by: Updated
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.
214 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,446 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.
214 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,806 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.
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-11-10T14:48:43.303+00:00
answered 2021-11-20T12:20:55.357+00:00
Pramod Valavala 20,606 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.
214 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,606 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.
670 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
329 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,176 questions
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-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.
214 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,480 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,371 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.
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-11-11T21:13:28.957+00:00
gigasoft 21 Reputation points
answered 2021-11-12T02:51:11.837+00:00
Ryan Hill 26,866 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.
2,971 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 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,236 Reputation points
1 answer One of the answers was accepted by the question author.

Does auto-instrumentation (without using the SDK) of application insight available for asp.net core app running in a Linux VM on Azure?

My app had been deployed to a Redhat 7.8 VM running on Azure. I want now to get a reading of the memory and CPU usage for a 20 concurrent access. I am investigating how to use the Application Insights with auto-instrumentation (without changing the code)…

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,971 questions
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-11-02T06:39:31.433+00:00
Andrew Choi 21 Reputation points
accepted 2021-11-02T16:46:20.653+00:00
Andrew Choi 21 Reputation points
1 answer One of the answers was accepted by the question author.

Azure application & graphapi scope

Hi, I have an application xxx-client and a custom application scope defined as xxx-app. ![145319-image.png][2] By defining the scope xxx-app in the [v2-oauth2-auth-code-flow][1], I am able to fetch the custom roles claim like 'Role.Reader'. {…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,270 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
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,371 questions
asked 2021-11-01T08:10:20.64+00:00
Steven-6130 46 Reputation points
accepted 2021-11-02T06:07:00.097+00:00
Steven-6130 46 Reputation points
0 answers

App Service instance to run the reports on the serve

I have an App that creating PDF report from MSSQL. It work perfectly on my local server but when I deploy to Azure I get an error message. I need a dedicate App Service instance to run the reports on the serve. How can I do that? Thanks AJ

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
asked 2021-10-31T01:01:20.943+00:00
A J 1 Reputation point
commented 2021-10-31T06:31:57.103+00:00
KalyanChanumolu-MSFT 8,316 Reputation points
1 answer

Azure Function Authentication error using powershell script accessing azure services

I am trying to update My Azure App Service Settings through PowerShell Script and execute the Powershell Script From ADF using an Azure Function Activity. But My Azure Function is failing with below Error. Please Find below my code to update the AAP…

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-10-28T11:07:12.867+00:00
ROHITH JOGIPARTHI 1 Reputation point
commented 2021-10-29T03:17:19.6+00:00
MayankBargali-MSFT 69,946 Reputation points
1 answer One of the answers was accepted by the question author.

Update azure app configuration from azure data factory pipeline with managed identity

I would like to update an azure app configuration value at the end of my azure data factory pipeline with the managed identity authentication. The Azure data factory has permission to manage the app configuration keys (App Configuration Data Owner). …

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,028 questions
asked 2021-10-18T14:16:39.157+00:00
Eric Fitskie 96 Reputation points
accepted 2021-10-26T06:40:09.867+00:00
Eric Fitskie 96 Reputation points
1 answer One of the answers was accepted by the question author.

MS Graph cannot send sharing invite with Sites.Selected permission

I have an application that has been granted the Sites.Selected permission and given write access to a specific sharepoint site. I can successfully access the site via the Graph API, create folders, files, download files etc. However the application…

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,270 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,784 questions
asked 2021-10-22T10:43:38.013+00:00
Emma 36 Reputation points
commented 2021-10-25T10:22:22.173+00:00
CarlZhao-MSFT 39,736 Reputation points
1 answer

Publishing .net core API from visual studio

I am getting this error when trying to publish my .net core API project from visual studio. I tried to clear nuget cache and re-run but no change. If I tick off this 2 in the publishing wizard the db get configured properly. But I cant see…

Azure SQL Database
Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
214 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,827 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-10-15T20:06:35.183+00:00
rmllbrathnayaka@gmail.com 1 Reputation point
answered 2021-10-19T21:03:10.603+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Difference between Azure App Service plans & Webapp for containers

Please help me with the difference between the Azure app service plan & Webapp for containers. we have deployed the webapps,functions on webapp for containers plan and lately realized that its not an azure app service plan. One of my devops…

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-09-30T09:31:08.177+00:00
rewanth 1 Reputation point
commented 2021-10-14T17:25:15.027+00:00
Grmacjon-MSFT 17,286 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Function Publish local.settings.json Value Formatting

I'm curious about the setup when publishing an Azure Function App via Visual Studio 2019. Let's take an example local.settings.json. { "IsEncrypted": false, "Values": { "MySetting1": "asdfsdf", …

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-09-16T06:26:22.977+00:00
상준 이 251 Reputation points
accepted 2021-10-12T08:27:08.173+00:00
상준 이 251 Reputation points
1 answer

Azure Timer Trigger Function Failure without error details

I created a timer trigger using javascript. I deployed this function app following the instructions given in the documentation here : https://video2.skills-academy.com/en-us/azure/azure-functions/create-first-function-vs-code-node I tried deploying via…

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-10-04T15:55:39.557+00:00
Shreeti Upreti 1 Reputation point
commented 2021-10-11T23:09:49.34+00:00
Samara Soucy 76 Reputation points
1 answer

Enterprise Application in Azure is routing to the wrong one

Hi, I created an enterprise application in Azure that is meant to be used as an SSO for user. It works for everyone except one user. When they click on the SSO, it routes them to a completely different application that is disabled and that they have…

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,371 questions
asked 2021-09-23T14:27:39.62+00:00
Aaron Gallardo 6 Reputation points
commented 2021-10-11T17:34:54.077+00:00
Rakesh Jagatap 6 Reputation points