-
Kudu seems to have an issue when trying to delete a deployed Tomcat WAR file on an Azure app (bridged to Java Tomcat). On drag and drop to `wwwroot/webapps` the WAR is automatically unzipped and deplo…
-
Hello.
I use kudu to deploy nodejs app which requires 64bit nodejs.
System Info shows:
> 64 bit system: True
> 64 bit process: True
However when i run node i getting ia32:
```
D:\home>node -e "co…
-
Hello everyone, I'm trying to open the Kudu Console for my Azure Web App but I'm stuck on an endless redirect loop (see a screenshot below).
When I point my browser to https://aspitalia18.scm.azurewe…
-
The idea is to have a test that:
- creates a site and uses Kudu using the previous official version (the one that's live in Azure).
- switch it over to using the latest Kudu
- Verify that everything s…
-
The /environment route, which returns version and siteLastModified data, throws an exception and returns a stack trace on a Linux site.
Culprit appears to be missing $TMP env var. I don't think Sit…
-
We do not allow setting appSettings in web.config using Kudu.Web. We should remove this configuration property because its misleading and cannot be overridden.
![untitled](https://f.cloud.github.com/…
-
e.g. it could return the same info that we currently display on `/env.aspx`, but as JSON that can be machine processed.
-
I was running Kudu locally (its path contains spaces), created a new application and tried to 'git' to push a website to the new application. An error was returned. There seem to be multiple parts of …
-
Currently when we try running the Kudu.Services.Web project directly from VS using F5 it fails since it fails to expand environment variable "%HOME%" (it's not there).
-
Hi team,
I ran into some issues when trying to deploy my Zip file using `az webapp deployment source config-zip --resource-group "HotCrossBotRG" --name "HotCrossBotPYWebApp" --src "\echo-bot.zip"`,…