Top "Azure-web-app-service" questions

Use this tag for questions relating to web applications residing on Azure.

How does scaling out work in Azure App Services?

I am trying to wrap my head around the concept of Azure App Service plan and Azure App Services, with …

azure azure-web-app-service azure-app-service-plans
How to take web app offline while publishing?

Very often, when I hit Publish in VS13, I get the site to compile but when uploading I get the …

azure publish azure-web-app-service
How to read Azure web site app settings values

I am trying to configure some key/value pairs for my Azure web application using app settings section on Windows …

c# .net asp.net-mvc azure azure-web-app-service
How to get public URL of Azure Files file?

I am using Azure Files to store files for my Web Application, which I have previously mentioned here. I am …

asp.net-mvc azure azure-storage azure-web-app-service azure-storage-files
Accessing uploaded certificates in azure web sites

When I was using the web role I was just uploading the certificate in azure portal and I was able …

c# azure ssl-certificate x509certificate azure-web-app-service
App pool timeout for azure web sites

is there a way to set the timeout of an app pool of a web-site running under azure sites. I …

azure application-pool azure-web-app-service
Upgrading Node on an Azure website?

I'm trying to run some pre deployment tasks (unit tests etc) with NPM on an Azure website, however the version …

node.js azure azure-web-app-service
Azure Websites Application Insights - switching config

I have an Azure Website. For the sake of this question, the production version of the website runs on example.…

azure azure-web-app-service azure-application-insights
VS to Azure Publish failure: Socket Error 10054

I've seen a few posts around on this, none have solved my issue. I'm trying to complete a web deploy …

asp.net sockets visual-studio-2013 azure-web-app-service webdeploy