Questions tagged [azure-app-service-plans]

594 questions
0
votes
1 answer

azure app service plan memory abstraction

Does the Azure app service(specifically App service plan) offering provide memory abstraction? https://azure.microsoft.com/en-us/pricing/details/app-service/ If i create an app service with say 2 standard skew instances(1 CPU 1.75 giga bytes…
sri
  • 3
  • 2
0
votes
1 answer

Azure autoscale odd behaviour

I have an app service plan, which scales in the following way: Range: 2-20 instances CPU > 20%: scale to 20 instances CPU < 15%: scale to 2 instances The actual number of instances that I see over time is the following: 20 instances (CPU ~…
0
votes
1 answer

New or existing App service plan in Azure deployment

When I publish an api to azure from visual studio I see an existing app-service plan and also an option to create a new plan. The api I am going deploy will be used by the web application which was deployed using the existing service. I have the…
Blue Clouds
  • 7,295
  • 4
  • 71
  • 112
0
votes
2 answers

How to allow IP addresses in my Azure App Services firewall

I am Integrating sage pay payment gateway to my Asp.net MVC 4 web site ,that currently running on azure app services. so i need to open above ports in my azure app services to get response from Sagepay. This is what they asked to do. "Please ensure…
0
votes
1 answer

How can I remote login to App Service under Free | Basic plan?

I tried finding a lot but not getting any option to remote desktop to a App Service hosted on Windows Azure public cloud under Free | Basic plan. Please suggest how can I remote login to AppService?
Vipul
  • 1,563
  • 4
  • 22
  • 46
0
votes
0 answers

Elevated rights for HttpListener

I have created a WCF service (wsHttpDualBinding) and published it over azure as app service. Next I created an azure web job to consume this service. When I call this wcf service (hosted over azure). It gives AddressAccessDeniedException. The…
0
votes
1 answer

Azure: Switching app to another App Service Plan

I have a lot of web apps, each has their own app service plan. I'm looking to consolidate them into a few plans to better managing the resources that they need. Will switching to a new app service plan cause any down times on the apps? Thanks
vbn
  • 789
  • 1
  • 6
  • 16
0
votes
1 answer

Azure Web App - HTTP time out

After a deploy to our Azure Web App, we are getting 500 timeouts on any request to the service: 500 - The request timed out. The web server failed to respond within the specified time. This has come out of the blue and we cannot determine what's…
Dave New
  • 38,496
  • 59
  • 215
  • 394
0
votes
0 answers

How to turn on/off Azure web apps during office hours

I would like to shutdown my azure Web App over night and automate this. I already set it up on my Azure Virtual Machines with a run book. Problem with azure web apps: when you stop it, you're still being billed, the CI still works, the monitoring…
0
votes
2 answers

Azure App Service - instance count

We'd like to add instances to our Azure App Service plan to scale out. Everything we've got is stateless, apart from one app. Because of the way that app is used, if there is more than one instance of it things will quickly go crazy. We can work fix…
Scott
  • 711
  • 7
  • 19
0
votes
0 answers

Azure resource throttling for Shared App Service pricing tier?

Is there a page explaining how this actually works? We're developing an API-only webservice and it's getting hit reasonably hard every day, but fairly consistently around mid-afternoon it starts spitting back "403 - Site Disabled". I'm assuming it's…
0
votes
3 answers

multiple app service plans with single (bizspark) subscription

We have BizSpark subscription with shared app service plan, where we are hosting our product. I need to host another version of the project for testing purpose, which fits into a free tier. I have checked the azure portals, but there is no provision…
Krishna Sarma
  • 1,852
  • 2
  • 29
  • 52
0
votes
1 answer

Azure App Services different Notifications Hubs in Deployment Slots

I set up a development deployment slot for a mobile app in Azure App Services, in this slot I want to use a different Notification Hub as in the main slot. Once I select a Notification Hub for the development slot - the push settings for the main…
0
votes
4 answers

Azure App Service Facebook

I've migrated from Azure Mobile Service to an App Service but I'm having difficulty working out how best to implement extended Facebook auth. In my old implementation I inherited from FacebookLoginProvider and fetched the token from the claims. I…
0
votes
1 answer

Unable to Publish .Net backend Service Project into Mobile App service

I have recently migrated my .NET backend Mobile service to App Service, then I tried to publish the updated Service Project to the App Service but it is failing and getting an error saying Severity Code Description Project File Line Suppression…