Questions tagged [azure-web-app-service]

Use this tag for questions relating to web applications residing on Azure. Azure App Service is a cloud-based platform for hosting web applications, REST APIs, and mobile back ends. It was formerly known as Azure Web Sites. You can deploy applications written in a variety of languages: .NET, .NET Core, Java, Ruby on Rails, Node.js, PHP and Python, using either a Windows or Linux container.

See https://learn.microsoft.com/en-us/azure/app-service/app-service-web-overview for further information.

11621 questions
60
votes
32 answers

Authentication failed for Azure Git

I'm trying to clone my webapp in Azure. When I run git clone https://username@appname.scm.azurewebsites.net:443/appname.git the terminal asks me for my password. But when I fill in my password, it keeps saying that the authentication has…
Arn Vanhoutte
  • 1,779
  • 4
  • 16
  • 28
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…
53
votes
2 answers

Use SVG in Windows Azure Websites

Does anyone know if it is possible to add the SVG mime type to a Windows Azure Website? I tried with a web.config file but that only broke my website. Is this a limitation of the current preview or am I missing something? thanks for your help!
cmplieger
  • 7,155
  • 15
  • 55
  • 83
51
votes
15 answers

"Manifest: Line: 1, column: 1, Syntax error"

I'm using Vue.js to create a Progressive Web Application (PWA) as a school project. Whenever I host the website with Azure I get "Manifest: Line: 1, column: 1, Syntax error". I don't have this problem on localhost … Chrome DevTools responds with…
Glaxer
  • 633
  • 1
  • 5
  • 8
50
votes
5 answers

asp.net core in Docker container vs Azure App service

We can obviously now deploy our asp.net core apps into docker container. I went through docs about 'how to do it' but i couldn't find some proper explanation about 'why to do it'? Could anyone explain why would one choose deploying asp.net core app…
dee zg
  • 13,793
  • 10
  • 42
  • 82
48
votes
7 answers

Why are Azure Resource Groups associated with a specific region?

I'm new to Azure architecture and am trying to understand why Azure Resource Groups, which are logical deployment buckets for applications built on Azure, are associated with a region when they are defined. At first I thought it was to provide…
Josh
  • 4,009
  • 2
  • 31
  • 46
47
votes
5 answers

Azure website resource template error

I'm attempting to use the AzureResourceManager PowerShell module to create and configure a website. I started with a template file generated by Visual Studio, which works fine when I use it via New-AzureResourceGroup -TemplateFile website.json. So…
BenV
  • 12,052
  • 13
  • 64
  • 92
46
votes
5 answers

Adding custom properties for each request in Application Insights metrics

I d'like to add custom properties to metrics taken by Application Insights to each request of my app. For example, I want to add the user login and the tenant code, such as I can segment/group the metrics in the Azure portal. The relevant doc page…
JYL
  • 8,228
  • 5
  • 39
  • 63
45
votes
4 answers

VSTS: Pass build/release variables into Powershell script task

Ideally, I would want to configure our Azure Web App application settings using build variables (on VSTS), for example: We perform our publish tasks using Powershell scripts. In order to set app settings, the following script could be…
Dave New
  • 38,496
  • 59
  • 215
  • 394
45
votes
2 answers

How to take web app offline while publishing?

Very often, when I hit Publish in VS13, I get the site to compile but when uploading I get the error saying that a file is busy. Updating file (MyAzureSite\PrecompiledApp.config). C:...\v12.0\Web\Microsoft.Web.Publishing.targets(4255,5): Error…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
45
votes
2 answers

Using a LocalDb MDF file on Azure

I am developing an ASP.NET MVC website, which I want to host on Azure Websites. While in development, I have been using an MDF file in my App_Data directory with a connection string looking like this:
Mark Heath
  • 48,273
  • 29
  • 137
  • 194
44
votes
1 answer

Difference between Azure Container Service and Web App for Containers

What is the difference between Azure Container Service and Web App for Containers? They both seem to offer a fully managed platform on which we can deploy containers. I feel that Web App for Containers must be offering something more, but I don't…
Maxime
  • 2,192
  • 1
  • 18
  • 23
44
votes
6 answers

Can I write to file system on azure web site?

Can I write to file system on azure Web Site? for example updating or installing plugins/themes in Wordpress from dashboard. AFAIK, it is not possible on Heroku so what about Azure Web Sites?
Ansd
  • 1,865
  • 3
  • 19
  • 30
43
votes
8 answers

Docker fails to pull the image from within Azure App Service

The Container Setting on the App Service it self look solid: But the log pane shows errors: 2020-02-11 06:31:40.621 ERROR - Image pull failed: Verify docker image configuration and credentials (if using private repository) 2020-02-11 06:31:41.240…
mark
  • 59,016
  • 79
  • 296
  • 580
43
votes
9 answers

Error : The resource you are looking for has been removed, had its name changed, or is temporarily unavailable

Offlate almost every website/api service/mobile service I deploy, When I hit any route apart from default one, I get the following error 'The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.' For…
Pooran
  • 1,640
  • 2
  • 18
  • 25