Questions tagged [azure-app-service-plans]

594 questions
60
votes
6 answers

Azure: Moving an App Service to another existing App Service Plan

I'm attempting to move an App Service from one service plan to another. When I use the portal to do so, the other App Service plan is not displaying. Both App Services are in the same Location and Resource Group. The two App Services Plans are in…
47
votes
3 answers

Server farm (service plan) SKUs

Is there documentation in the wild that lists the sku names and tiers supported by Azure app service plans (server farms). eg: name: "S1", tier: "Standard" = an S1 Standard. and name: "Y1", tier: "Dynamic" = A function consumption plan. A list of…
45
votes
9 answers

Can't delete Azure App Service plan

I am trying to delete everything related to a mobile app back-end I previously created, and I was able to delete everything but the app service plan. It shows that the App service plan has no connected apps and no pricing tier, but I still can't…
Albert_S
  • 599
  • 1
  • 4
  • 5
35
votes
4 answers

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 no luck. My understanding is that an App Service Plan defines the capacity and the pricing, all apps assigned to a specific App Service plan will…
Nasser AlNasser
  • 1,725
  • 2
  • 11
  • 12
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…
32
votes
3 answers

Azure: How to change location of App service and App Service plan on BizSpark subscription

My startup company got an Azure BizSpark subscription. I have just created an API App and App service plan. Our company is located in Northern Europe but the location of both the API service and the App service plan is "South Central US". I did not…
AndersBaumann
  • 407
  • 1
  • 5
  • 11
23
votes
1 answer

ThreadPool SetMinThreads - the impact of setting it

I am trying to understand the impact of setting ThreadPool.SetMinthreads. I have multiple virtual applications running in one Azure App Service. My understanding is that all these virtual applications will share the App Pool, and will have only one…
Thomas
  • 1,970
  • 4
  • 28
  • 59
22
votes
3 answers

How to see Azure App Service memory usage?

We have an Azure subscription through a Cloud Service Provider (CSP), which causes some limitations on what we can get and see in Azure. Nevertheless, we can see CPU and Memory usage per App Service Plan. How can we see the same for specific App…
Kirill Yunussov
  • 1,955
  • 1
  • 21
  • 24
18
votes
2 answers

Is it possible to rename an Azure App Service?

I created an Azure Function but didn't pay attention to the name of the App Service being created. Is it possible to rename an Azure App Service from the Azure Portal? I couldn't find an obvious way to do it.
Randy Minder
  • 47,200
  • 49
  • 204
  • 358
16
votes
4 answers

Explanation for CPU minutes/ day azure

Will I be charged if I host my application on Azure App Service more than 60 min even if my app does not do any processing?
16
votes
2 answers

Azure move app service to a different app service plan

I have the following setup: Resource group 1 App service plan 1 App Service 1 (app service plan 1) Resource group 2 App service plan 2 App Service 2 (app service plan 2) App Service 3 (app service plan 1) I would like to move App Service 3…
Lorenzo
  • 29,081
  • 49
  • 125
  • 222
15
votes
5 answers

React App not starting in azure app service

I've deployed a simple react app to azure app service and it won't start: How do I get the app to run index.html?
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…
15
votes
4 answers

how to prevent azure from scaling out additional instances until they are ready?

We are having issues with an Azure Application Service. One of our webservices (MVC) caches data from the database at startup (Application_Start) - this takes approximately 3 minutes. Until this is ready we can't handle requests. This is known so…
Lance
  • 312
  • 4
  • 11
14
votes
1 answer

Troubleshooting Web App process restarting

Our web app process is restarting regularly and we are unable to determine the reason. When looking into Application Events (using the 'Diagnostics and solve problems' blade in the Azure Portal), there exists a bunch of the following Info logs by…
Dave New
  • 38,496
  • 59
  • 215
  • 394
1
2 3
39 40