Questions tagged [kudu]

Kudu allows git push deployment for .net based web projects.

Although it was developed to deploy .net web projects to the Microsoft Azure Cloud it can also be used outside from Azure to deploy on premises IIS.

Wiki: https://github.com/projectkudu/kudu/wiki Forum: http://social.msdn.microsoft.com/Forums/en-US/azuregit/threads

428 questions
5
votes
2 answers

How to compress/zip files in Microsoft Azure App Service console?

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 new server. Is there a way to zip the data on Azure…
Arvind K.
  • 1,184
  • 2
  • 13
  • 27
5
votes
0 answers

Git deploy to Azure app service from Gitlab fails

I am attempting to deploy to an Azure app service from Gitlab but ran into a problem. The deployment fails immediatley with: Host key verification failed.\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct…
LDJ
  • 6,896
  • 9
  • 52
  • 87
5
votes
1 answer

ASP.NET Core app not working after publish to Azure

I have an ASP.NET Core app which is running fine locally. However, when I publish (Web Deploy) the site to Azure, I get a 403: You do not have permission to view this directory or page. I have a default controller and a route defined in…
Ted Nyberg
  • 7,001
  • 7
  • 41
  • 72
5
votes
1 answer

Build web application before or after deployment?

Context Web application project has a /build (or /dist) folder with front-end files, generated during build (by Gulp). This folder is not under the source control (see, for example: React.js Starter Kit) The server-side code doesn't require…
Grief Coder
  • 6,508
  • 9
  • 38
  • 51
4
votes
2 answers

How to deploy Azure function with pnpm and rush?

How do you deploy an Azure function app with pnpm? I'm using a rush monorepo and the rush deploy task which works great locally. The problem is that I'm unable to get ALL of my pnpm node_modules dependencies AND get my Azure function started in the…
Luis Naranjo
  • 649
  • 7
  • 18
4
votes
2 answers

Azure Kudu toolbar missing menu items

I'm trying to install a site extension to my Azure web app, however my Kudu toolbar only has two menu items, environment and debug console. Many tutorials about the topic have a site extensions menu item on the toolbar. What should i do to have site…
Lassi Uosukainen
  • 1,598
  • 13
  • 22
4
votes
1 answer

The view Index or master was not found azure deployment issue

I am new to Azure Deployment. I have an ASP.NET MVC app running fine locally working fine. Trying to deploy it on Azure. Using a BitBucket repository to create the app. But accessing it gives The view 'Index' or its master was not found or no view…
Nauman Zafar
  • 1,083
  • 15
  • 40
4
votes
1 answer

How to add a reference of "System.ServiceModel" from Azure Function?

I am calling an SOAP service from my Azure Function, and for that I need to add reference of System.ServiceModel assembly. I am able to add other dependencies using Nuget, but as this particular assembly is a framework assembly, so not sure how can…
Nirman
  • 6,715
  • 19
  • 72
  • 139
4
votes
1 answer

Error when running npm install gulp on kudu

I am running a setup which automatically deploys my app from Github using the Github deployment option in Azure Web Apps. However, i have just created a new Azure web app and deployed my application to it using the usual method, however this time…
Jorje Redemption
  • 809
  • 1
  • 7
  • 17
4
votes
1 answer

Azure Web Site deployment very slow

I have an Azure Website which is deployed automatically by our GitLab server. Compared to other projects we deploy with the same scripts, this one takes a really long time do deploy (15-20 minutes). Other projects are usually deployed within 1-2…
fero
  • 6,050
  • 1
  • 33
  • 56
4
votes
2 answers

How to run a Python shell in azure app service

In Azure App Service, I knew there is a Kudu debug console like the following: Can be used to trigger commands in that console. but I found this console will be gotten stuck if I trigger a python shell like this:…
Cody
  • 4,353
  • 4
  • 39
  • 42
4
votes
1 answer

How to reset Kudu cached deployment on Azure

I previously had a Node app on Azure Web App that is now a Go app. Problem is when I deploy I get this from Kudu: Using cached version of deployment script (command: 'azure -y --no-dot-deployment -r "D:\home\site\repository" -o…
Dominic St-Pierre
  • 2,429
  • 3
  • 27
  • 35
4
votes
1 answer

Kudu on Azure Webapp causes an "Invalid URI: The hostname could not be parsed." exception

Since yesterday (2016-02-11 18:32 EST), we get this mysterious error in our Azure Webapps' "New Relic" monitoring logs. It seems to happens every 5 minutes We have five applications, all were deployed yesterday around that exact time, but the…
dstj
  • 4,800
  • 2
  • 39
  • 61
4
votes
1 answer

How to further debug a 500 Internal Server Error after upgrade to ASP.NET 5 beta5

I had a site running asp.net 5 beta4, and decided to upgrade to beta5. The site runs locally fine. I pushed the changes to master and it was picked up from bitbucket and deployed successfully. When I try to hit the site in azure, I get a 500…
dtan
  • 41
  • 2
4
votes
3 answers

FileNotFoundException for Microsoft.VisualStudio.QualityTools.UTFResources when deploying to Azure Websites

I'm using Azure Websites git deploy (via Kudu), and everything has been going great, until today. When I do a new git push, and it tries to deploy, I get this error message while my tests are running: Error: System.IO.FileNotFoundException: Could…
Ken Smith
  • 20,305
  • 15
  • 100
  • 147
1 2
3
28 29