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 Key Vault certificate not syncing automatically with web app

I have a Let's Encrypt certificate uploaded to an Azure Key Vault and connected to a web app setup according to the instructions at https://azure.microsoft.com/en-us/blog/internals-of-app-service-certificate/ web app sync settings In the article it…
JoBe
  • 33
  • 6
3
votes
2 answers

Azure endpoint reached, but calls to API returning 404 error

We have set up an app service project in the Azure Portal and then went through deployment of the project using Visual Studio DevOps. When I go to http://MyAzureSite.azurewebsites.net (Made up URL here), I can confirm that the service is up and…
Sarah
  • 1,199
  • 2
  • 21
  • 42
3
votes
1 answer

How much memory and CPU is assigned to each container in a Web App for Containers?

In AWS you can select a combination of CPU and memory for each container, but I don't find that option in Azure. How much memory and CPU does Azure assign to each container in a Web App for containers? And How can I figure out the resources…
Jesús López
  • 8,338
  • 7
  • 40
  • 66
3
votes
0 answers

Slower azure app performance with new SQL user

I have an ASP.NET MVC app running as an Azure app service. It uses SQL Azure. The app loads pages and performs database queries much slower with a new SQL user I created with db_datareader and db_datawriter roles. When I use the sql admin account…
3
votes
1 answer

Azure App Service - Incoming connections spike without generating requests

I have a .NET Core 2.1 web app running in Azure App services. Several times lately the app has crashed after encountering a high number of "Connections". The only documentation I can find says this: Connections The number of bound sockets existing…
3
votes
2 answers

How to troubleshoot Microsoft Azure WebApp on java? How to access logs?

I have a java-application (standard springboot from default tutorial: https://spring.io/guides/gs/spring-boot-for-azure/ ) that I "successfuly" deploy to my WebApp (created during deployment) via Eclipse/maven plugin azure-webapp:deploy Once…
Andrii Plotnikov
  • 3,022
  • 4
  • 17
  • 37
3
votes
2 answers

Maximum file upload size Azure Web Application Firewall WAF

The documentation of the Azure Web Application Firewall (WAF) lists the following limits: The maximum request body size field is specified in KBs and controls overall request size limit excluding any file uploads. This field can range from 1-KB…
3
votes
2 answers

Azure Key Vault or Managed Identity for Service-To-Azure-Service

Does the Key Vault offer any benefit (security or otherwise) now that an app service can use Managed Identity to authenticate with other Azure resources? (E.g. azure storage and sql) Is there any reason to use Managed Identity to access Key Vault…
Blake
  • 33
  • 4
3
votes
1 answer

usage error when creating Webapp in Azure App service

I'm currently following azure official guide on node app deployment in azure app service. LINK Need to create a web app for the resource group and plan given by the client with below command az webapp create --resource-group myResourceGroup --plan…
3
votes
1 answer

dotnet.exe fails to start when restarting Azure app service

We have several Azure app services live and I've ran into a consistent problem when restarting any of them. We've right-click -> Published from Visual Studio upto an existing instance of an App Service which brings it online and functional…
James Gould
  • 4,492
  • 2
  • 27
  • 50
3
votes
1 answer

ASP.NET MVC 5 Very slow load time

So I am running ASP.NET MVC 5 hosted on Azure. I am suffering like so many other people for a slow down on the first request. On my local IIS it even takes 10 minutes. On the local IIS Express using by VS it takes approximately 1 min. Publishing on…
3
votes
1 answer

Azure VM SQL Server Integrated Security from an Azure Web Site

I would like to know if it's possible to use Active Directory integrated security within Azure Webapp Standard version to access Azure VM SQL Server. We have an Azure VM with SQL Server installed and joined into an Azure Directory Domain Services.…
3
votes
5 answers

AADSTS50011: The reply url specified in the request does not match the reply urls configured for the application: '

I have created a API app and deployed it to Azure. The app uses Active directory authentication. I get the following error AADSTS50011: The reply url specified in the request does not match the reply urls configured for the application:…
3
votes
1 answer

Log4net configuration is not working in production doe azure web services

I am using log4net for logging in my webapi. logging is working fine in my localhost or while i am deploying it on a app server. Same thing is not working in azure web service. Folder where log file has to be created is there but no files in…
3
votes
1 answer

Azure Web Api Jwt - Unable to obtain configuration Socket forbidden

Have an Asp.Net Core 2.2.1 Web Api that is trying to obtain OpenId Configuration so that it can authenticate a request. The authority web site happens to be IdentityServer4. The /.well-known/openid-configuration looks correct and the api site is…
richardb
  • 943
  • 1
  • 10
  • 27
1 2 3
99
100