Questions tagged [kudu]

Kudu enables seamless git push deployment for web projects built on the .NET framework.

Installing npm packages on Kudu doesn't seem to have any effect

Earlier today, I executed npm install and the node_modules directory was created with all the necessary files. However, a few hours later, when I ran the same command with the same package.json file, there were no errors, but the node_modules directory wa ...

An issue arose while attempting to run the `npm install gulp` command on K

Recently, I set up an automated deployment process for my app from Github to Azure Web Apps using the Github deployment option. However, when I created a new Azure web app and deployed my application using the usual method, the Gulp functions in my gulpfil ...

What could be causing the Kudu node version to not update even after the setting has been applied?

Struggling to deploy an Angular Application on Azure App Service, encountering a failed deployment with the following log: Command: "D:homesitedeployments oolsdeploy.cmd" Handling ASP.NET Core Web Application deployment. Restore completed in 862 ms ...

The Kudu console is freezing up during the npm install process

I have been experimenting with Azure Functions and wanted to incorporate some dependencies into my code. I followed the instructions provided HERE. However, after running 'npm install' and waiting for an extended period of time, the Kudu console ...