Questions tagged [azure-app-service-plans]

594 questions
0
votes
2 answers

Azure Active Directory not Working (After deletion of Cookies)

I've created a MVC Application and hosted in Azure App along with Active Directory. The problem here is when clicking the Submit Button (login module) with Active Directory ,it works for sometimes and not after sometimes It not working in the…
0
votes
1 answer

Kestrel Server trucating Request.Host to just subdomain

The title says it all. I'm running asp core app in azure. I'm noticing that Request.Host only returns the subdomain portion. Can't tell of this is an azure implementation issue or Kestrel or asp core. For example the following controller running on…
frigon
  • 4,979
  • 7
  • 32
  • 38
0
votes
1 answer

Find Storage For Web Job Details

Web jobs within app service plans have logging details for the specific web jobs. Where is this data stored in Azure? Another way of asking this is how to identify the storage account for an app service plan - it doesn't appear to be under…
0
votes
1 answer

Does Empty Azure App Service Plan Cost Anything?

I have deleted all web-apps inside the plan, can I retain the app service plan for later use?
Abhijeet
  • 13,562
  • 26
  • 94
  • 175
0
votes
1 answer

Azure Web Job bad encoding downloaded data from data lake store

Currently, I'm just want to download files from data lake store and store data into my sql database but I have problem with strings that shoudl containt characters like (ę, ą, ć, ł) but it is replaced by (e,a,c,l). Currently I'm tried changing…
0
votes
1 answer

Publish Azure Mobile Apps Backend

When going to publish my Mobile Service Backend there is supposed to be an option that says "Microsoft Azure App Service" but instead I get two other options: "Microsoft Azure Web Apps" & "Microsoft Azure API Apps (Preview)". The Web Apps option…
B Best
  • 1,106
  • 1
  • 8
  • 26
0
votes
2 answers

Azure App Service & SQL Server have different locations

When creating my Azure App Service I used the default South Central US location but when I made my SQL server I set it to Central Canada. Will this still work properly or do I have to remake the Service Plan? According to Develop Cloud Connected…
B Best
  • 1,106
  • 1
  • 8
  • 26
0
votes
1 answer

Azure App Service Architecture understanding: IP-based SSL

Regarding this MSDN article; https://msdn.microsoft.com/en-us/magazine/mt793270 Scale Unit Network Configuration sections has below sentences; In the case of IP-based SSL, a given application is allocated a dedicated IP address for only inbound…
Youngjae
  • 24,352
  • 18
  • 113
  • 198
0
votes
0 answers

LibGit2Sharp throwing exception in Azure App Service

I have a .NET 4.6 web app running in an Azure App Service in 64 bit. When I hit a controller that calls LibGit2Sharp, I get the following exception: [BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception…
0
votes
1 answer

How can I get reports of all memory usages and cpu usages by App Service on a single plan

Is there a way of showing memory/cpu consumption by App Service for all app services on an Azure App Service Plan? Alternatively, is there any way of generating a report of resource consumption for multiple selected App Services? UPDATE: The Metrics…
Sentinel
  • 3,582
  • 1
  • 30
  • 44
0
votes
1 answer

SSL Certificate unexpectedley available in new Azure Function App

I created a new Function App with a new App Service Plan in order to do a new release of some Functions I have. In my old App Service Plan (non-Consumption) the certificate I had been using stopped functioning as my code stopped being able to…
Simon W
  • 5,481
  • 3
  • 24
  • 35
0
votes
1 answer

Viewing file share associated to App Service

Where can I find the file share associated with the App Service? I can view the files from Kudo console, but I don't see the share on my Storage Account using either the portal or Storage Explorer.
0
votes
2 answers

Azure AppService: Accessing logs from all scaled machines

Given an Azure AppService deployment, running a WebAPI application that has scaled out to 6 instances. Our WebAPI application writes diagnostic logs using NLog and a File appender. Is there a way to inspect these log files via the Azure Portal or…
0
votes
0 answers

What happens behind the scenes when you move a web app from one app service Plan to another

We have been moving some Azure web apps from one app service plan to another. I am just wondering what happens behind the scenes. It works great but how does all the code etc get shipped to the new VMs under the hood?
RuSs
  • 1,725
  • 1
  • 29
  • 47
0
votes
1 answer

Azure with Xamarin.forms Name resolution Failure

Currently trying to executing Azure with forms TO DO sample application. When I executing I facing some issues When I trying to publish the service there is no option for Microsoft Azure App service instead of that I am getting Microsoft Azure…