Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Sitecore Azure Diagnostics 7.2.1

Choose a tag to compare

@ob1dev ob1dev released this 25 Oct 01:05

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
  • Microsoft Azure SDK 2.5 for .NET

Installation Steps:

PM> Install-Package Sitecore.Azure.Diagnostics -Version 7.2.1
  • 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 the Web.Debug.config and Web.Release.config files.
  • Added the Readme.txt file with post steps.

Fixed Issues:
• In Microsoft Azure environment, the BlobsCleanupAgent did not clean up out-of-date blobs due to mismatched a search pattern and a blob name (Issue #1 ).