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
0 answers

Authenticate to Azure Web App Service from Azure Dev Ops

My team is looking at migrating from our on premise Team Foundation Server to Azure Dev Ops (In the cloud). We have a ASP.Net core 2.1 web app on our intranet that responds to a POST from a service hook when work items are updated, and then does…
3
votes
1 answer

Persistent application logs for NodeJS app on azure app service

I have a nodejs app which is nothing but a BOT built using Microsoft's bot builder framework. I created an azure app service to host this app. I would like to find a way to persist all the application logs and web server logs as well (if possible)…
3
votes
2 answers

Azure App Service - Running Solr on Jetty - LockObtainFailedException after Azure maintenance

I'm running a single (not scaled) solr instance on a Azure App Service. The App Service runs Java 8 and a Jetty 9.3 container. Everything works really well, but when Azure decides to swap to another VM sometimes the JVM doesn't seem to shutdown…
Rob
  • 4,927
  • 12
  • 49
  • 54
3
votes
2 answers

Deploy Code from GitLab Repository to Azure Web App using PowerShell and Azure CLI

I would like to setup continuous deployment from a GitLab repository to an Azure App using a PowerShell script and the Azure CLI. There is already an answer for doing this using the Azure RM module and Windows PowerShell, but as these are now…
Tangiest
  • 43,737
  • 24
  • 82
  • 113
3
votes
1 answer

Azure's new Deployment slot (preview) traffic % seems very confusing

I have noted that in the new Deployment Slot (Preview), the traffic% is 100% for the production slot if one is on the production slot. If one enters a deployment slot, then the traffic% is then 100% for that deployment slot. Clearly one does not…
SamJolly
  • 6,347
  • 13
  • 59
  • 125
3
votes
1 answer

Redirect after authentication is to http when it should be https

Starting point here is a standard template from Microsoft for ASP.NET Core: I used Visual Studio => New Project => .NET Core => ASP.NET Core Web Application I then ticked the box for HTTPS support and configured Work or School account authentication…
Masterfu
  • 1,191
  • 3
  • 14
  • 26
3
votes
1 answer

Azure Time series Insights visualization in html web application using javascript

I have IoT sensor Data in IoT Hub connected I can see Azure Time Series Insights where i can Query Data by DeviceId and avg and sum . How can i make it available in my HTML website show data in as web-socket continuously. I have designed the chart…
3
votes
3 answers

Add AppInsights support to WebApp or FunctionApp from azure-cli

Is there a way to create and/or activate AppInsights for a WebApp or FunctionApp from the azure-cli? Digging through the documentation now.
3
votes
2 answers

Do Azure App Service Plan slots share CPU/memory?

In a Azure App Service Plan, one can have several slots in addition to the production one. Do they share resources? For example, do they each share the same CPU resource or have their own? In other words, can one slot impact another if it consumes…
Clement
  • 3,990
  • 4
  • 43
  • 44
3
votes
0 answers

".AspNetCore.Correlation." state property not found. Azure B2C

".AspNetCore.Correlation." state property not found We have been getting a number of these errors in our Web App whilst hitting the standard /signin-oidc callback url. I am using .net core 2.1 and using the .AddAzureAdB2C(... from the Azure…
nat
  • 2,185
  • 5
  • 32
  • 64
3
votes
2 answers

How to clean up azure web app LogFiles directory?

We had quite a big issue with our azure web app service. All of a sudden we started getting 'disk out of space' errors. Sure enough, the LogFiles directory was huge. We weren't sure how to clear this directory. After a while and without finding any…
Clement
  • 3,990
  • 4
  • 43
  • 44
3
votes
3 answers

What's the correct Windows Base Image for ASP.NET Core 2.1 Docker Containers on Azure App Services

I want to create a Docker Image that can be hosted on Azure App Services for Windows. My application is based on ASP.NET Core 2.1 and according to the official list of .NET images images, I should be able to simply use…
3
votes
2 answers

Application manifest for azure enterprise applications

I have an enterprise application hosted with azure. Authentication page is refreshing again and again even after putting credentials and users are not able to log-in. I tried to resolve this issue by following this document. But as my application is…
MrDj05
  • 65
  • 1
  • 7
3
votes
2 answers

Enable Diagnostics Logs for App Service using ARM Template

I am trying to setup enable diagnostics logs for app service using portal, which is working fine as below : The same settings i am trying create using ARM Template but it is not working. My ARM Template looks like below : Is there anything wrong…
3
votes
0 answers

Let's Encrypt Certificate in Azure Web App for Containers with Custom Domain

My goal is to create an Azure Web App for Containers, map a custom domain to it and secure this domain with an SSL certificate from Let's Encrypt which is automatically renewed every month. So far I have successfully configured a docker-compose for…
Bruno Zell
  • 7,761
  • 5
  • 38
  • 46
1 2 3
99
100