Cake.Kudu.Client version 0.6.0 released

Mattias Karlsson
2 min readJun 3, 2018

--

This version fixes a breaking change in the Azure App Services Run-From-Zip web app deployment feature.

App Service Changes

  • App Setting: WEBSITE_USE_ZIP --> WEBSITE_RUN_FROM_ZIP
  • Marker filename: siteversion.txt --> packagename.txt

Action you need to take

App Setting now

As the App Setting has change you’ll need to change you setting name to WEBSITE_RUN_FROM_ZIP (it’s value should still be 1 )

Maker filename is handled by the new version so all you need to update scripts to use Cake.Kudu.Client version 0.6.0

nothing else needs to be changed in your Cake script.

Verifying change

You can verify the publish succeeded under App Service Advanced Tools ( Kudu ) — Debug Console by navigating to data/SitePackages and see deployment package and the new packagename.txt

Full example

If you haven’t used the feature before below is a full example

Related posts

--

--

Mattias Karlsson

Partner & Technical fellow at WCOM AB. Microsoft Azure & Developer Technologies MVP. Been coding since I 80’s (C128 & Amiga). Father of 2, husband of 1.