kudu Questions
5
Solved
I've been wrestling with this issue forever now. I'm trying to get my ASP.NET Core 2.1 app to run on Azure App Service.
Here's the strange behavior I'm seeing in Kudu.
I see the dll file for my p...
Haroldharolda asked 26/4, 2018 at 17:11
2
We have multiple AspNetCore applications hosted on an Azure Web App as OutOfProcess and deployed as virtual applications with separate paths.
We have the same setup in different environments, all i...
Viaticum asked 23/7, 2020 at 8:11
11
Solved
Hoping someone has seen this also.
Our last successful build was on Dec 6th 2019.
New deployment attempts are failing at the deployment step (Same issue in the Build and Release pipelines).
Err...
Leonoreleonsis asked 14/1, 2020 at 20:35
1
Solved
There is a menu on top of Kudu in the Azure Portal when using a App Service on Linux: Debug console.
The "Debug console" menu has two choices: Bash and SSH.
What is the difference between...
1
Solved
I have a simple Node.js server that I'm deploying to Azure App Service using the following workflow in GitHub Actions. It includes artifact zip and unzip steps as per this answer, to improve deploy...
Paddle asked 29/4, 2022 at 0:33
2
Solved
I am deploying a python web app using Web App on Linux service and using a DevOps release pipeline. The pipeline task that I am using is called AzureRmWebAppDeployment@4.
Between deployments, the ...
Fabiano asked 1/6, 2020 at 19:2
6
Solved
For the first time I deployed a Python function app to Azure using a deployment pipeline:
https://learn.microsoft.com/bs-latn-ba/azure/azure-functions/functions-how-to-azure-devops
The package is...
Leialeibman asked 14/11, 2019 at 15:58
2
I have a customized deploy.cmd file that I use for deploying my Azure website. It does a few custom things like installing nodejs versions of Typescript and a minifier, and then running unit tests,...
Her asked 22/12, 2014 at 20:21
2
Solved
I know about the KUDU service in Microsoft Azure and it works great. However I have got very large data, which is greater than 3GB and it takes very long time to download and then upload to my ne...
Litchfield asked 27/2, 2019 at 12:29
0
I have a Azure DevOps release pipeline which deploy a container to app service in Azure. When I run it, the task to deploy the container fails with message
2020-10-23T16:12:20.8516547Z ##[error]Err...
Tabulate asked 23/10, 2020 at 16:20
2
Solved
We use automatic deployment process in Azure by KUDU scripts and by today we see strange error in Azure deployment center:
Command dotnet publish (and also 'dotnet build') returns:
MSBUILD : error ...
Transubstantiation asked 26/6, 2020 at 13:7
2
Trying to access Azure App log stream from curl, as suggested by Azure Kudu web page. I'm on Windows 10 command prompt. This is a sample command line I'm trying:
curl -u myUserName https://myApp.s...
Unbelt asked 12/6, 2018 at 14:56
1
Solved
I have set up Continuous Deployment of my aspnet core 2.2 app using Kudu build service (directly connected through GitHub). It was fine until the day before yesterday but started getting Unauthoriz...
Gesundheit asked 11/4, 2020 at 22:0
4
Solved
I've deployed a .Net Core web application to Azure App Service using Azure DevOps. Now, when I try to create file in 'D:\home\site\wwwroot' using Kudu it says:
409 Conflict: Could not write to l...
Favoritism asked 8/4, 2019 at 12:57
3
Is any way to restart the Azure Web App programmatically, i.e. Kudu or some another kind?
I'v found that it is possible using Management Libraries, but it is not applicable for me since I can't cr...
3
Microsoft.Net.Compilers is only supported on MSBuild v15.0 and above
whatever the auto detect tooling is for KUDU, it always selects 14
is there a way for force it to select 15?
2
Solved
From how I understand it, the only reason a staging site would require restart is if there exists app settings or connection strings configured as slot settings.
Although this doesn't always seem ...
Roband asked 13/7, 2017 at 10:24
3
Main Issue:
"No route registered for
'/api/continuouswebjobs/WebJobName/run'" or /stop or
/start but that is what is offered on the Azure portal under the
webhook copy to clip board button if...
Did asked 9/8, 2017 at 18:2
1
I am trying to deploy a Function in node that has dependencies into a Linux container. According to the docs (https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-node) if th...
Araby asked 25/10, 2018 at 7:30
1
Solved
I am using the Kudu Dashboard to browse the folder of my Azure App Service. Specifically, I am browsing the D:\local\Temp\ since that is supposed to be (as far as I understand) the folder used to s...
Cryosurgery asked 25/8, 2018 at 1:52
2
Solved
I'm trying to find details of the function executions of a particular WebJob. Unfortunately the function dashboard in Kudu is showing duplicates, exclamation marks, and no function executions for o...
Guyenne asked 21/4, 2016 at 3:16
2
Solved
I created an Azure Function App in Visual Studio 2015. The App has a trigger for service bus queues. The app works perfectly when I run it locally. It is able to read the data from the Service Bus ...
Dulla asked 23/3, 2017 at 23:30
1
I thought this would be a pretty straightforward task and there is quite a bit of documentation out there but I've had zero luck with any of it and am assuming that it is pretty much all out of dat...
Emmanuel asked 12/8, 2016 at 13:53
1
Solved
we are trying to debug a connectivity issue and I can't seem to run tracert from my azure app service (azure website) instance. If I use the kudu cmd console and run tracert www.ibm.com I get the e...
Coper asked 22/7, 2016 at 10:4
2
Solved
My problem is that I need to run a custom cmd file after the build.
Instead of modifying the deployment scripts I just want to run few MSDOS commands to my deployment easily.
The task I need to do...
Healthy asked 13/10, 2014 at 22:56
1 Next >
© 2022 - 2025 — McMap. All rights reserved.