Questions tagged [azure-appservice]
700 questions
-1
votes
1 answer
Laravel queue And Azure WebJob
I have a Laravel project in Azure App Service ..
I'm using Laravel queue to run long jobs in the background, so I've added a WebJob to run the queue .. the problem is the jobs execute sequentially and not parallelly.
After searching I found that I…

Lama Youz
- 23
- 3
-1
votes
1 answer
Azure app service scale up or scale out for function app
I have function app which process XML files from Azure blob and put the data in Azure SQL DB. This is working fine when the Size of the file is in kb ( we have told the sender to send the file up to 100kb).
The problem comes when the file size…

AskMe
- 2,495
- 8
- 49
- 102
-1
votes
1 answer
Issue while deploying Azure App Service / API
We have .NET Web service which we developed. We had deployed the Azure App Service, Azure API Management and configured the API to point to the Azure App Service.
When we deployed the code directly to Azure App Service using the Azure Devops and…

krishna
- 49
- 2
- 6
-1
votes
1 answer
Running a windows task scheduler job on Azure webjob (scheduled event)
I have a question on windows task scheduler job running on Azure.
I already have a console app that is ought to run as a windows task scheduler job (5th day of every month).
I was finding options to run it on Azure and found function app or…

Ananth Asamani
- 207
- 2
- 15
-1
votes
1 answer
How many App Services for one application?
As an a Azure app service plan can host unlimited apps (api or web), for the same service plan, would API apps function any differently (e.g. perform worse or better) if they are deployed to multiple Web API apps or a single app?
E.g. I have 500…

OEDev
- 98
- 8
-1
votes
1 answer
##[error]Error: NO JSON file matched with specific pattern: **/appsettings.json
I'm trying to deploy an Azure App Service using Azure Devops.
I'm using the Task Azure App Service deploy version 4.*
I started noticing the following error in the log recently with the deployment failing (saw it first on 24th September)
Applying…

Alen Alex
- 897
- 4
- 15
- 31
-1
votes
1 answer
Azure Web App created with stack 3.1 but --version shows 2.2
I created a Azure Web App to deploy a asp.net core 3.1 project on it. I have selected the 3.1 stack but when I SSH into the web app service and type dotnet --version, it shows 2.2 rather than 3.1 Why is that the case and how can I fix this?

M Yil
- 877
- 1
- 14
- 35
-1
votes
1 answer
How azure app services app settings works in .net core?
net core application. I am deploying it in app service using azure. I have created my app service using arm template and I have passed all the app settings value in arm template itself. Also I deployed my application. I have appsettings.json file…

Niranjan godbole
- 721
- 3
- 13
- 28
-1
votes
1 answer
Access specific Azure appservice managed by Traffic Manager
We have an appservice hosting some odata api's in Azure. We are running an instance in Central US and another in East US 2. We have a Traffic Manager profile set up so a single url is balanced between the two instances. There is an intermittent…

Mark
- 803
- 3
- 11
- 21