Skip to content

Instantly share code, notes, and snippets.

View eduardolaureano's full-sized avatar

Eduardo Laureano eduardolaureano

  • Microsoft Corporation
  • Seattle, WA
View GitHub Profile
@eduardolaureano
eduardolaureano / BackupRetentionPolicyWebJob
Last active August 29, 2015 13:57
Windows Azure Web Sites: Sample C# Web Job code to perform a simple retention policy over website backup files
// ----------------------------------------------------------------------------------
// Windows Azure Web Sites
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
// EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
// OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
// ----------------------------------------------------------------------------------