Sitecore.Azure.Diagnostics 7.2.1

dotnet add package Sitecore.Azure.Diagnostics --version 7.2.1
NuGet\Install-Package Sitecore.Azure.Diagnostics -Version 7.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Sitecore.Azure.Diagnostics" Version="7.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sitecore.Azure.Diagnostics --version 7.2.1
#r "nuget: Sitecore.Azure.Diagnostics, 7.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Sitecore.Azure.Diagnostics as a Cake Addin
#addin nuget:?package=Sitecore.Azure.Diagnostics&version=7.2.1

// Install Sitecore.Azure.Diagnostics as a Cake Tool
#tool nuget:?package=Sitecore.Azure.Diagnostics&version=7.2.1

Sitecore CMS extension to output Sitecore Log statements to Microsoft Azure Storage Service using the Block Blobs.

Features:
• Append regular, WebDAV, Search, Crawling and Publishing Sitecore diagnostics
• Based on Azure Storage Services
• Block Blobs are used to store diagnostics as a text data
• Text data is compatible with Sitecore Log Analyzer tool
• Support multiple WebRole Instances and Deployments
• Clean up out-of-date blobs using Sitecore Agent
• Support Sitecore Log Viewer application to open, download and deleted blobs.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.2.1 72 4/29/2015
7.2.0 148 1/27/2015

April 28, 2015

Released Sitecore Azure Diagnostics 7.2.1 rev. 150428 (Update-1).

Compatibility:
• Sitecore CMS and DMS 7.2 rev. 140228 (7.2 Initial Release) or any 7.2 Update

Installation Steps:
• Select the '[Y] Yes' option for the following file conflict:

File 'sitecore\Shell\download.aspx' already exists in project 'Sitecore'. Do you want to overwrite it?

Post installation Steps:
• Modify both the Web.Debug.config and  Web.Release.config files under the \configuration\appSettings element. Replace the {account-name} with the name of your storage account, and the {account-key} with your account access key.

Improvements:
• The Web.config transformation moved to Web.Debug.config and Web.Release.config files.
• Added the Readme.txt file with post steps.

Fixed Issues:
• In Microsoft Azure enviroment, the BlobsCleanupAgent did not clean up out-of-date blobs due to missmatched a search pattern and a blob name.