Questions tagged [azure-appservice]
700 questions
5
votes
0 answers
How much specific RID should I use for Azure App Service app?
I have an Azure App Service where .NET Core 5.0 app is hosted.
Previously all projects had runtime win-x64, same RID was used in restore-build-publish commands.
I added new NuGet dependency which cannot be restored using this RID so I changed it to…

Alexander
- 119
- 7
5
votes
0 answers
Azure App Insights Operation count is inexplicably high
We are currently monitoring a web API using the data in the Performance page of Application Insights, to give us the number of requests received per operation.
The architecture of our API solution is to use APIM as the frontend and an App Service as…

DanielM
- 51
- 3
5
votes
1 answer
How does the ARR Affinity Cookie actually do the Application Request Routing and Load Balancing in an Azure App service environment
I understand that ARR affinity cookie pairs a client request to a specific server. And if it is enabled, then the requests will always go only to the server tied to the Affinity cookie. Azure Web Apps being a stateless platform this is not always…

RB-2902
- 105
- 1
- 7
5
votes
2 answers
Unable to deploy React JS application on Azure App service
I was going through the some of the links to deploy React Js application on the azure app service. But i am facing some problem while deploying the application.
I have added all the necessary things like web.config file to public folder and also…

Prateek Naik
- 2,522
- 4
- 18
- 38
4
votes
1 answer
Azure App Service - Auto-Heal vs Health Check
Health Check can restart an instance. Auto-Heal also can restart an instance.
So, when should I use Health Check and when should I use Auto-Heal. Should I use them both together?

Jess Chen
- 3,136
- 1
- 26
- 35
4
votes
1 answer
Azure App Services: assembly specified in application dependencies manifest (Microsoft.AspNetCore.AzureAppServices.HostingStartup.deps.json) not found
I have a .net core 2.1 application that is hosted on Microsoft Azure App Service.
It worked for a couple of years and hasn't been updated in the last year.
But it stop with error in stdout:
Error:
An assembly specified in the application…

Nikita Treguobv
- 45
- 1
- 5
4
votes
2 answers
Azure SQL Single Database DTU Timeout Expired Error
I am using Azure SQL Single database DTU purchase model. The average load seems to be under 10%. From time to time I am receiving an error, now it's happening almost each day. I am using EF Core 3.1 for database access. The database is accessed from…

Emanuel Paul
- 81
- 1
- 8
4
votes
2 answers
Azure App Service - How to block MsDeploy.axd on port 8172
We have an App Service running in Azure that hosts a website. We've recently had a security review on the web site and one of the items found was that the end point below was exposed.
https://.azurewebsites.net:8172/msdeploy.axd
The…

Matthew van Boheemen
- 1,087
- 3
- 13
- 21
4
votes
1 answer
How to create app services for feature branches dynamically in Azure DevOps
I'm working on an API in core3.1. We have a build pipeline that builds and unit tests any change for any branch. And release pipelines for development and master branches. These deploy to designated app services in Azure.
Now we would like a…

Martijn
- 739
- 9
- 26
3
votes
1 answer
Intermittent Azure App Service "hang" issue - Thread Pool starvation?
Update 2023-05-04
We created a logic app that pings a basic diagnostics endpoint every 30 seconds and logs the result. What we find is that the endpoint usually takes around 300-400ms to run, and then we see a sudden spike where it can take up to 50…

SimonGoldstone
- 5,096
- 3
- 27
- 38
3
votes
1 answer
How to read application setting of Azure App service in ASP.NET Core 6.0 Web API
I am working on a .NET Core 6.0 "Hello World" app and it'll be deployed as an Azure web service.
I am trying to read value from Azure App Service -> Configuration -> ApplicationSetting -> mykey, but I am not able to access value of mykey after…

F11
- 3,703
- 12
- 49
- 83
3
votes
0 answers
Blank logs for Azure App service in multi-container configuration
I have been running an App Service with a multi-container configuration for years, but recently the container logs are completely blank.
They used to be accessible from the SCM site via this…

Oscar Hermoso
- 302
- 2
- 12
3
votes
1 answer
Unable to access Video file from Azure web app
I Have an Angular application which is hosted in azure web app. I want to access video file by requesting url like https://something.azurewebsites.net/htmldelivery/assets/videos/test.mp4 But I was not able to served requested video file from web…

Pramod Lawate
- 615
- 1
- 7
- 21
3
votes
1 answer
Dummy Connection String Stopped Working When the Azure Web App was Migrated to .Net 6
We have a Web Api 2 application that is using .Net Framework 4.6.1. Since we don't want our connection string to be exposed, the app has a dummy connection string in web.config when deployed to Azure App Service.
That dummy connection string is…

CodeLinguist
- 173
- 1
- 7
3
votes
0 answers
Dotnet core 6 starter app with angular and identity shows certificate error when deployed to Azure App Service
I used the starter application in visual studio for dotnet core 6 and angular with identity and https.
I am working on a mac and I had to set up a certificate for localhost. My app works fine locally. However, after deploying it to Azure App…

mo_maat
- 2,110
- 12
- 44
- 72