This repository was archived by the owner on Nov 10, 2017. It is now read-only.
Sitecore Azure Diagnostics 7.5.0
June 16, 2015
Released Sitecore Azure Diagnostics 7.5.0 rev. 150616 (Initial Release).
Compatibility:
- Sitecore® Experience Platform™ 7.5 rev. 150212 (7.5 Update-2) or higher
- Microsoft Azure SDK 2.6 for .NET
Installation Steps:
- To install Sitecore Azure Diagnostics, run the following command in the Package Manager Console
PM> Install-Package Sitecore.Azure.Diagnostics -Version 7.5.0- 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.configandWeb.Release.configfiles under the\configuration\appSettingselement. Replace the{account-name}with the name of your storage account, and the{account-key}with your account access key.
Improvements:
- The
Web.configtransformation moved toWeb.Debug.configandWeb.Release.configfiles. - Added the
Readme.txtfile with post steps.