Azure tricks – How to show all files in Kudu Diagnostic Console, not just the first 199 items

When navigating to your site wwwroot in Kudu Diagnostic Console on Azure by default you can only see the first 199 directories and files. For large directories with more files, it’s a problem because it hides important files that you would like to browse.

Luckily it is easy to manipulate the number of files to show:

1. Install LocalStorage Manager for Chrome

2. Open LocalStorage Manager by clicking on its shortcut on the top right corner

3. Click “Add” to add new variable “maxViewItems” and click OK

 

4. In the next window type in the number of items you want to show

 

That’s it, now you should see as many files as you set in step 4!

1 comment

comments user
Rowan

You can also do this in Chrome without an extension by loading the developer tools (F12), going to the Application tab then Local Storage on the left hand side for the site you’re on. Double click in the key/value list to add new items.

Leave a Reply

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