Skip to content

Instantly share code, notes, and snippets.

@bradygaster-zz
Created August 9, 2012 03:14
Show Gist options
  • Save bradygaster-zz/3300590 to your computer and use it in GitHub Desktop.
Save bradygaster-zz/3300590 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0" />
</system.web>
<appSettings>
<add key="LogStorageConnectionString"
value="DefaultEndpointsProtocol=https;AccountName=[YOUR-ACCOUNT];AccountKey=[YOUR-KEY]" />
</appSettings>
<system.webServer>
<handlers>
<add path="CleanTheLogs.axd"
name="LogCleaner"
type="WindowsAzure.WebSites.LogCleaner.LogCleaningHandler, WindowsAzure.WebSites.LogCleaner" verb="GET" />
</handlers>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment