Windows Azure Web Sites offers customers limited disk quota for shared-instance sites. Log files for each site are stored in the site's folder, so they count against the allowed disk quota. This utlity exposes a URL via an IHttpHandler implementation. When hit, the code for this handler zips up all of the Web Site's log files into a ZIP archive. The archive is then persisted to Windows Azure Blob Storage. A web.config transformation will be executed that adds an appSetting variable and the handler configuration for the URL will expose the functionality.
License
—
Deps
2
Install Size
—
Vulns
✓ 0
Published
Jul 31, 2012
$ dotnet add package WindowsAzure.WebSites.LogCleanerNo README available.