Kudu console for backup

We host our own nuget server in azurewebsites. To make backups of the packages we use Kudu console.

Kudu is the engine behind git deployments in Azure Web Sites. It can also run outside of Azure.

Read more info about the Kudu console.

In general open a browser with [yourwebsite].scm.azurewebsites.net. After login the Kudu interface is shown. I’ll be using the Debug console from the top menu.

kudu.fileexplorer

With the file explorer you can browse your websites folders and files. Downloads are offered per file or per folder (as a ZIP). The Console window displayed below the file explorer is ‘in-sync’ and offers cmd or powershell access.

kudu.console

Be careful not to break anything 😉

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.
This entry was posted in Tooling and tagged , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.