Questions tagged [azure-app-service-envrmnt]

Azure App Service Environment provides apps with higher scale options and direct corporate connectivity. Apps have expanded scaling head-room with new compute resources and gain secure, direct access over virtual networks to corporate resources connected via Site-to-Site or ExpressRoute connections.

Azure App Service Environment provides apps with higher scale options and direct corporate connectivity. Apps have expanded scaling head-room with new compute resources and gain secure, direct access over virtual networks to corporate resources connected via Site-to-Site or ExpressRoute connections.

Lean more at http://azure.microsoft.com/en-us/marketplace/partners/microsoft/appserviceenvironment/

376 questions
54
votes
5 answers

Azure App Service vs Azure Service Fabric

Can anyone direct me to something that will explain when I should create an Azure Service Fabric application vs an Azure App Service application? I have an application I want to build but can not determine whether I should build it using the Azure…
34
votes
3 answers

How to restart Azure App Service Instance

I have an Azure App Service that contains 1 Web App with 1 slot. I have 2 instances assigned to the App Service. This week, the App Service shows about 60% CPU usage, and its usually about 10-15%. Upon further investigation, it looks like 1 of…
15
votes
1 answer

How Azure load balances scaled out App Service plan?

I have one Azure App Service in which I have created 5 instances using App Service Plan Scale Out option. Now I am not sure how does Azure load balances requests between this instances? I am not seeing any load balancer for it. Also how can I know…
11
votes
1 answer

Is Azure app service environment a good fit for microservices architecture

I am looking at deploying a collection of REST services into azure. These services are to support a mobile app front end and a web based front end. I want them to be independently deployable and scalable. They will need to communicate with each…
devo
  • 1,290
  • 1
  • 15
  • 28
11
votes
4 answers

Disable CORS middleware of Azure app service

I wrote some code to handle CORS into my Web Api(.Net Core). These code perfectly works on my local and test server(Azure app service) but it is not working on production(Azure app service). It gives error- XMLHttpRequest cannot load…
11
votes
1 answer

HTTP 502 from one instance of an Azure Web App

We suddenly began experiencing HTTP 502 errors (The specified CGI application encountered an error and the server terminated the process) from one of the instances of our web app. I was able to determine this using Kudu's "Support" tab whereby you…
8
votes
3 answers

Making requests to localhost within Azure App Services application

I have a continuous web job that listens for requests containing diagnostic information. In order to test connectivity I try to hit a health check in my web job but am unable to make requests to localhost per azure app services documentation. The…
8
votes
4 answers

Move Azure website between App Service Plans

Is it possible to move an Azure Website to a different (or new) App Service Plan? I have already tried both the old and new portals but cannot find the options for this.
7
votes
0 answers

Azure App Service and Microsoft.Office.Interop.Word

I am developing .Net Core APIs using C#. In my use case, I have password protected Word documents. I need to open these documents programatically and read all the contents from it. I cannot use OpenXML SDK, since it does not support processing of…
7
votes
1 answer

Azure: How to reload the Environment Variables without rebooting the App Service

What I’m trying to achieve: In an ASP.NET Core Web App, I want to listen for the configuration change event, and reload the new configuration value at run time. I'm changing the configuration setting by using the following CLI operation: For…
7
votes
2 answers

ILogger Not Respecting Log Level for Application Insights

I've been trying to set up Application Insights with an ASP.NET Core 2.0 application. While running my application locally, logs are showing up in Application Insights as expected. However, when deployed to an Azure App Service, while logs are…
7
votes
1 answer

.NET Core 2.1 Azure Web App: The specified CGI application encountered an error and the server terminated the process

I host my ASP.NET .NET Core 2.1 project in Azure Web App service. I recently upgraded to 2.1 (From 2.0) and I started getting these errors: The specified CGI application encountered an error and the server terminated the process. The application…
7
votes
3 answers

Cannot warm up pages using applicationInitialization in webconfig

I have a simple Umbraco 7.7.2 application and I'm hosting it on Azure (app-service). When I restart the server it takes 20-40 seconds for first time requesting a page which is really annoying specially when the load is high and you are Scaling out…
Ashkan S
  • 10,464
  • 6
  • 51
  • 80
7
votes
5 answers

How can I merge the outputs from a For_Each loop in an Azure Logic App to a single flat array?

I have a For_Each loop in an Azure Logic App that calls another, nested, Logic App. The result from each iteration of the nested Logic Apps is a JSON object that contains an array of strings, like this: { "Results": ["string a", "string b"] } So…
7
votes
2 answers

Where is the key in new Azure App service?

While using the classic Azure Mobile services, you used to get a key along with a URL for your Mobile Service app. This key was also used to explore the APIs on your backend site & was used as a password. With new Azure App services all you need to…
Supreet
  • 831
  • 1
  • 9
  • 30
1
2 3
25 26