Questions tagged [azure-app-service-plans]

594 questions
0
votes
2 answers

Azure App Service Plan Change Azure Web App

I have created a new web app using powershell with this command. new-AzureRMResourceGroupDeployment Now I am looking to change app service plan for the web app from free to shared/standard etc. having read articles…
Mandar Jogalekar
  • 3,199
  • 7
  • 44
  • 85
0
votes
1 answer

How to enable Azure Mobile App Authentication by Email/Password (Custom) and Facebook

We're trying to sign-up new users to our App - using either Facebook or Email/Password. (A very typical situation ) Facebook Auth is easy & Built in. Auth by Email/Pass - now seems to be not supported (See…
ActionFactory
  • 1,393
  • 2
  • 12
  • 19
0
votes
2 answers

Custom logs in Azure website file system combined into single log file

My Azure web app (App Service) writes a log file mywebapp.log to the d:\LogFiles directory of the VM that hosts the website. When the log file gets to a certain size I rename it to mywebapp1.log, mywebapp2.log, and so on so and a new log file is…
Howiecamp
  • 2,981
  • 6
  • 38
  • 59
0
votes
1 answer

How to set recurence of per second in Microsoft Azure logic app using Office 365 connector

I am new to Azure technology. I have created a custom logic app api connector which send SMS on getting Email from Office 365 connector. Here I could only select recurrence of 1 minute mininmum, but I need to set it minimum to 1 second. Even I…
Planet-Zoom
  • 1,005
  • 2
  • 9
  • 20
0
votes
0 answers

Azure manage does not show subscritpion

I have an office365 account that I use to access a client's azure subscription. When I log in to "https://manage.windowsazure.com", I see the azure subscription that I am looking for. Problem is that when I try to log in to the same url on a…
BriceTRockindale
  • 309
  • 1
  • 4
  • 15
0
votes
0 answers

Unable to sign up for Azure (or add a subscription)

Well, after going back and forth between various cloud services, we finally decided to use Microsoft Azure for some of our cloud needs. And I must say, the initial experience hasn't been too encouraging. However I decided to seek advice before…
r_honey
  • 883
  • 4
  • 15
  • 31
-1
votes
1 answer

How many VM instances are in an Azure pricing plan

In App Service plan overview it is written: In the dedicated compute tiers (Basic, Standard, Premium, PremiumV2, PremiumV3), the App Service plan defines the number of VM instances the apps are scaled to, so each VM instance in the App Service plan…
Martin Staufcik
  • 8,295
  • 4
  • 44
  • 63
-1
votes
1 answer

Azure Zero-downtime Deployments - separate FE/BE App Services

I have an application that consists of an Angular 2+ frontend deployed on a separate App Service to my .NET Core backend (per environment). I'm investigating zero-downtime deployments with Azure App Service staging slots, however I don't understand…
-1
votes
1 answer

App Service Plan and Reservation App Service

I am curious about the difference is when creating an App Service in the reservations for 3 years and just having an App Service Plan which I can add multiple App Services to ? The cost is much lower than an App Service Plan, but I was wondering if…
-1
votes
1 answer

What does the word 'X' GB Memory refers to in the App Service Plan Pricing Tiers Image?

In every model of App Service Plan, there is 1 word called 1.75 GB, 3.5GB, 7GB, 14 GB Memory, etc. Is that refer to RAM of the that VM?
user18200472
-1
votes
1 answer

Which VM instance is used for Azure App Service Environment (ASE) V1?

When I select Premium plan in Azure Pricing Calculator, I can see the Instances choice available (P1V3, P2V3, P3V3 etc). However when I select Isolated or Isolated V2 plan, I could not easily find which instance Isolated Plan are based on. Where is…
-1
votes
1 answer

API to get app service plan consumption details

I am searching for azure API which will give me the consumption details such as CPU Usage,Memory Usage, Data In-Out details for an App Service Plan. Can anyone help me with this?
-1
votes
1 answer

Time Zone issue in Azure Function app with consumption plan (Windows)

I'm using a Function App in consumption plan (Windows) to execute a C# function, but when the line of code DateTime.Now is executed the time it returns UTC. I already have changed the WEBSITE_TIME_ZONE in the app settings to SA Pacific Standard…
-1
votes
1 answer

Is there any best practice that describes whether host multiple azure app service on the same service plan or separate them?

We have 7 app services (microservice architecture) and we are wondering what could be the best approach of hosting them, is it to host them on the same azure service plan or separate them ? Is there any best practice or guidance ? Thanks.
KhalilG
  • 201
  • 5
  • 13
-1
votes
1 answer

Securing free API App Service behind consumption API Management

I have created a .NET Core API and deployed it as an App Service in Azure. On top of that, I have an instance of Azure API Management. Now I want the API to be only accessible through the APIM. During the free testing phase, i restricted the access…
1 2 3
39
40