Top "Azure-web-app-service" questions

Use this tag for questions relating to web applications residing on Azure.

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 …

iis azure svg azure-web-app-service
Can I invoke an Azure webjob from an Azure website and pass it parameters?

I have an Azure webjob that I want to invoke from an Azure website. I want to pass string parameters …

azure azure-web-app-service azure-webjobs
Disable chunking in ASP.NET Core

I'm using an ASP.NET Core Azure Web App to provide a RESTful API to a client, and the client …

asp.net-core asp.net-core-mvc azure-web-app-service
Azure WebJobs - Can I use Async Methods?

I was wondering if the Azure WebJobs SDK can trigger async methods? Currently I have a method that looks like …

azure azure-web-app-service azure-webjobs azure-webjobssdk
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 …

azure scalability azure-web-app-service azure-resource-manager
New-AzureRmResourceGroup : 'this.Client.SubscriptionId' cannot be null

I'm trying to create a new web app service in Azure from powershell, but running into the following error: New-AzureRmResourceGroup : …

powershell azure azure-web-app-service azure-powershell alm
CORS headers missing when deployed on Azure Web App / Azure API

I have created an OWIN hosted WebAPI 2. There's also a web app (AngularJS) that's using the API and acting as …

c# azure cors azure-web-app-service azure-api-apps
Add virtual directory to an existing WebSite

Is it possible to add a virtual directory (like in IIS) to an existing website, hosted in Azure App Service. …

azure azure-web-app-service virtual-directory azureportal azure-appservice
Where to put SQLite database file in Azure App Service?

Q1: Where do you think is the right place to put a SQLite database file (database.sqlite) in Azure Web …

database sqlite azure azure-web-app-service
Azure Web Apps are really slow

I've been investigating a slow warmup time for my production app and I got some unexpected results. Testing on various …

asp.net azure azure-web-app-service azure-virtual-machine