Questions tagged [azure-web-app-service]

Use this tag for questions relating to web applications residing on Azure. Azure App Service is a cloud-based platform for hosting web applications, REST APIs, and mobile back ends. It was formerly known as Azure Web Sites. You can deploy applications written in a variety of languages: .NET, .NET Core, Java, Ruby on Rails, Node.js, PHP and Python, using either a Windows or Linux container.

See https://learn.microsoft.com/en-us/azure/app-service/app-service-web-overview for further information.

11621 questions
3
votes
1 answer

Azure resource group deployment in azure devops failed with error ["Message": "Deployment with id '#######' exists"]

I am creating a rlease definition in azure devops incluging deployment of arm template using Azure resource group deployment step. i am getting an error that says 019-10-23T01:59:02.1607991Z There were errors in your deployment. Error code:…
3
votes
0 answers

Azure Active Directory B2C - App Service API Firewall Restrictions

I have setup some B2C Custom policies that depend on an external web API (TOTP MFA and OIDC endpoints). This API is running as an app service in Azure and everything is working correctly. Is there a way to configure the network access restrictions…
ToDevAndBeyond
  • 1,120
  • 16
  • 24
3
votes
1 answer

Runtime Stack for .NET Core 3.0 in Azure

I am trying to setup a WebAp on Azure for asp.net core 3.0 However, the drop down box for "runtime stack" only allows .net core 2.2 as maximum. Is .net core 3.0 not supported in Azure?
askolotl
  • 964
  • 1
  • 13
  • 27
3
votes
1 answer

Multiple Redis connection exception (No Connection available to service) during App service swap slots

I have a web app in production (.Net Core), I deployed it in Azure as App service which is in premium tier p2v2 4 instances. I am also using Azure Redis cache (Premium Tier) which my app is using it as cache. I have two app services (primary and…
3
votes
1 answer

Deploying .NET Core 3.0 API to Azure Web App using Release Pipeline

I'm attempting to upgrade my API from .NET Core 2.2 to 3.0, but I cannot get the Azure Web App to actually run the application using 3.0. My build pipeline configuration: trigger: - master pool: vmImage: 'ubuntu-latest' variables: …
3
votes
1 answer

Delete files from app service as part of Azure DevOps release pipeline

We have an Azure DevOps release pipeline using the deploy azure app service task to deploy an application. We would like to run a task prior to this deploy task to delete all files in the bin folder of the app service. We do not want to delete all…
Rob West
  • 5,189
  • 1
  • 27
  • 42
3
votes
1 answer

Azure Functions using App Service Plan: The remote certificate is invalid according to the validation procedure

I have problem connecting remote FTP server using certificates on Azure Functions using App Service Plan, got the exception below: The remote certificate is invalid according to the validation procedure. System.Exception …
3
votes
1 answer

Need to set Default Document and Physical path in Azure Web App

I am not able to see my SPA page after deploying it to Azure WebApp from VS Code. Its says "Hey, Node developers! Your app service is up and running. Time to take the next step and deploy your code." I have seen at so may site that I need to set…
3
votes
0 answers

Why does Front Door health probe fail consistently for hostname provided by App Service?

We have an Azure Front Door resource configured with a single backend pool and a health probe to the backend. The backend is a web API running in App Service. The App Service resource is configured with a custom domain. The Front Door health metrics…
Sam Jones
  • 160
  • 9
3
votes
1 answer

Azure Web App staging slot App Settings missing on ARM template deployment

I am working on ARM templates for some web application deployments. These templates set up a web application along with a staging slot for this application. The way I wish to handle this is to only deploy the app settings to the staging slot. By…
3
votes
1 answer

Azure Devops deploy django application to Linux Azure App Service

Before deploying to Linux App Service check status of the Virtual Network at present this is in PREVIEW and we were unable to, easily, connect back into our internal network. There is a work around for Docker deployment but you loose most of the…
Ross Halliday
  • 785
  • 6
  • 19
3
votes
2 answers

Restarting Azure App Service on Linux with Azure Active Directory authentication resets /.auth/me/

I'm using Azure App Services Authentication/Authorization to restrict access to my web app, using Azure Active Directory as sign in method. I've set the "Action to take when request is not authenticated" to "Log in with Azure Active Directory". In…
3
votes
3 answers

How do I deploy to Azure App Service with PowerShell (az module)?

I want to deploy app services from Powershell. I would like to use only publish profile (no password for azure account). I tried FTP service, but sometimes files are blocked by running users. I think I have to stop app service. There is powershell…
3
votes
1 answer

Strange deadtimes in app services requests?

We are developing an app service over Azure with Web API and .NET framework 4.6.2. We're doing some load test and these are giving us some spikes. If we go deep in the transactions that are returning these spikes, we can see this: As you can see,…
3
votes
1 answer

Azure App Service terminating https before application?

I'm building an asp.net core web application on framework 2.2 and hosting on an azure app service on a linux app service plan. Inside my application I inspect HttpRequest.Scheme. Running locally this returns https if I make a request using https. …
Philip Pittle
  • 11,821
  • 8
  • 59
  • 123