Azure App Service Web Apps (or just Web Apps) is a service for hosting web applications, REST APIs, and mobile back-ends. There are many supported languages such as .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on either Windows-based or Linux-based environments.
Questions tagged [azure-webapps]
528 questions
0
votes
1 answer
Can Azure web app use SSO to connect to on-premise application
I got a customer that has several on premises services, specifically a SMTP Server and a Sharepoint Server. Both these servers are integrated with and AD Directory that is federated with Azure AD.
My question is, if the Web API published on Azure…

Zalomon
- 553
- 4
- 14
0
votes
1 answer
Azure Portal Application Settings for Container App Service
I'm not able to update the application settings in the Azure portal to override my .net core appsetting file.
I've been following the instructions from this MS doc - https://learn.microsoft.com/en-gb/azure/app-service/configure-common
I pushed my…

robsta
- 416
- 5
- 18
0
votes
1 answer
Adding guest users to Azure AD with an automated script?
Is there a way to add guest users to Azure AD in an automated way?
The process should work like this:
A user is sending his microsoft address (e.g. john_doe@hotmail.com) via a form to our web service
The service is then adding this user to Azure…

askolotl
- 964
- 1
- 13
- 27
0
votes
1 answer
Azure SQL server instance connection string problem
I am trying to add a connection string for a SQL server instance for an Azure Function (although I have tried App Service as well). I believe it is not escaping the backslash for the instance.
My connection string that is not working…

Eric Wild
- 641
- 5
- 12
0
votes
0 answers
Customized folder when logging to Azure Storage Container
for a multi-tenant app service, I would like to have a web server logging system stored in a storage container. I followed these steps and the logs are saved with the…

Flacid_Snake
- 391
- 2
- 5
- 16
0
votes
1 answer
How to reuse AD authentication from app service in azure function?
I'm trying to utilize built-in Azure App Service / Function AD authentication for access control. I'd like to use the same authentication for both the app service (which is a UI SPA app) and the function (HTTP trigger) so that users only need to log…

Pasi
- 17
- 1
- 5
0
votes
1 answer
How to copy contents from One Azure web apps to another web in Azure portal
There are two Web apps(WebSite1, WebSite2) hosted in Azure. It is observed that WebSite1 is working fine for me. So we want whatever contents are there in WebSite1, those contents needs to be copied to Website2.
Any suggestions.

Manas Kumar
- 2,411
- 3
- 16
- 23
0
votes
1 answer
Nextjs + expressjs + Azure Web App : two factor authentication with express ('fs' can't be used on client side)
Stack : next.js/express.js/typescript/nodemon
I have a dependency on azure devops api which seems to be using 'fs' under the hood. So I can't use this library in any of the pages (including in getInitialProps).
I created a custom route (call it…

dparkar
- 1,934
- 2
- 22
- 52
0
votes
1 answer
Why I get error while trying to attached debugging process to a Microsoft Azure app service?
I am working on Azure Cloud , I have many APP services which i can explore from my visual studio by clicking View in the tool bar and select Cloud explorer .
I opened visual studio on the project that contains my API which i want to debug it…

Laila
- 549
- 1
- 13
- 30
0
votes
1 answer
Unable to deploy a webapp to Azure using local git
I'm having real trouble deploying my Microsoft teams app to azure. I've been using the local. I believe I've set up the local git correctly and the error message being returned post deployment is "Error - Changes committed to remote repository but…

andy moore
- 89
- 2
- 11
0
votes
2 answers
Limit connections to an Azure app service to one IP address
I would like my Azure app service to only allow connections from a specific IP address.
My goal is that an application I have deployed to Firebase should be the only "thing" that can invoke the Azure app service.
What I have tried so far is:
From…

Ian Carpenter
- 8,346
- 6
- 50
- 82
0
votes
1 answer
Unable to write the file in a folder hosted as a Azure Web App
I am developing a CodeIgniter App that is hosted on Azure as Web App. I have some code that writes the uploaded file in temp folder under assets/uploads folder. But I am getting following error:
The upload destination folder does not appear to be…

user1400290
- 1,682
- 5
- 23
- 43
0
votes
1 answer
Azure Web Service - How to restrict access to a public site for compliance?
I have two app services running in Azure, one is a web portal (CRM-type management system that's protected by JWT login) and the other is an API to control access to the database containing the data for the web portal (so, users log into portal,…

ataraxia
- 995
- 13
- 31
0
votes
1 answer
Azure Web App - Large files upload, Single POST Request vs multiple posts for each files
I am developing Azure Wep App (C# Wep Api 2.0).
This app will be used to receive file upload request & then save files in Azure blob & will create a record in Azure Database.
I am bit confused, whether I should opt for a method that will receives…

user1400290
- 1,682
- 5
- 23
- 43
0
votes
1 answer
Specifying path for WEB-INF in Tomcat container in an Azure "App Service"
web.xml contains the path for WEB-INF. This is how it looks on my local computer:
webInfPath
C:\\eclipse workspace\\...\\MyProject\\WEB-INF
I…

gordon613
- 2,770
- 12
- 52
- 81