Questions tagged [azure-web-apps]

135 questions
1
vote
1 answer

Will having 2 web app instances ensure availability incase of WPA problems?

I have an azure web app (S2 app Service plan) that is set to autoscale but has a min instance count of 1. As it mostly idles, the real instance count also is 1 almost all of the time. Last week "something" happened and the site was no longer…
1
vote
1 answer

Azure - Connecting to Blob storage from app service through vnet

I've set up a VNET with a point-to-site GW and two other subnets. VNET StorageSubnet (with service endpoint to storage) GWSubnet (with service endpoint to storage) noStorage I've connected my web app to the VNET, but I get an exception when…
1
vote
1 answer

Availability Test on Azure Application Insight fails on all location

I have set up an Availability test on one of our web apps. The test on five locations that were setup all fails but when I visit the site it is up and running. This is not a timing issue as the failed test keeps on coming, and I visit the site once…
von v.
  • 113
  • 4
1
vote
0 answers

Azure Application Insights Profiler data is not shown on Profiler blade

I have an Azure App Services web app with an Application Insights extension enabled (not in the app codebase, just injected via the Azure portal). I can see the analytics in Application Insights section of an app and in the associated Application…
1
vote
1 answer

Azure. Adding a certificate from GoDaddy CA to an Azure hosted website

I am following instructions from this website on how to add a certificate to my azure hosted website. That seems to be the most common method people use to add https to their azure website I created a CSR in IIS manager and have it fulfilled by the…
irco
  • 151
  • 1
  • 4
1
vote
1 answer

azure SSL Application Gateway with Web APPS

I am working on setting up the the Azure Application Gateway Web Application Firewall for a Web App hosted on Web Apps with everything behind SSL. I can get it to work when everything is none SSL using this…
alex Reid
  • 146
  • 4
1
vote
1 answer

100% Availability of Azure Web Apps

Is it possible to achieve 100% availability of a web application deployed in Azure App Service? We have an ASP.NET MVC Web application deployed into Azure App Service. We have this application deployed into 3 regions of Azure App Services and the…
1
vote
1 answer

Architecture behind Azure Web Apps for Linux with Node.js

I'm wondering what the underlying architecture looks like for Azure Web Apps for Linux with Node.js. I can't seem to find any information on this in the documentation I'm curious about things like whether Node sits behind Nginx or Apache, is there…
s g
  • 581
  • 3
  • 7
  • 17
1
vote
1 answer

MS Azure cannot find webspace for subscription

I have a resourcegroup in Microsoft Azure with some resources on it, nothing strange, some VMs, databases, storage accounts, and a virtual network. So far no web apps or app service plans. I am trying to add a app service plan with a simple…
Andreas
  • 299
  • 1
  • 5
  • 15
1
vote
0 answers

Recommended Perfmon counters to measure web server performance

Hi there are lots of resources in general about this question (I found this useful https://technet.microsoft.com/en-us/library/2008.08.pulse.aspx). However I would like some more specific suggestions. I'm a developer and I'm not a sys-admin, but my…
user1102550
  • 189
  • 1
  • 6
1
vote
0 answers

Azure best practice for migrating to new Repository

Right now we're hosting our website on an Azure web app. We've created a new repo for a complete overhaul of the site (as opposed to a new branch or something within the existing repo). The switchover plan was to have two webapps - the exist one and…
s g
  • 581
  • 3
  • 7
  • 17
1
vote
1 answer

Where is Azure Let's Encrypt extension's GUI?

I'm following this tutorial https://gooroo.io/GoorooTHINK/Article/16420/Lets-Encrypt-Azure-Web-Apps-the-Free-and-Easy-Way/20047 . I created the principal, configured all the Web App Settings variables described (I even configured the email address…
Csaba Toth
  • 227
  • 1
  • 5
  • 13
1
vote
0 answers

App Insights Log Files

Application Insights is generating large log files for my web app daily and eating up space. They mostly seem to contain the error pasted below. Any idea how I can either resolve the issue or configure App Insights to stop generating these log…
1
vote
1 answer

Reverse Proxy type setup on Azure

I am building an app where I have 5 different instances on Azure. I want a way to use a single IP address for all these instances. I have tried to setup the "Application Gateway" because it works as reverse proxy where I can assign ports to…
Gaurav
  • 113
  • 1
  • 5
1
vote
0 answers

ASP.NET MVC App Redirects Break in Azure

Info I'm developing a web application in ASP.NET MVC. It works great running locally (or even on a test server on my network). The moment I push it up to Azure, a couple of the redirects break giving a generic 500 error. I can't imagine what the…
trademark
  • 188
  • 1
  • 1
  • 7
1 2
3
8 9