This repository was archived by the owner on Nov 10, 2017. It is now read-only.
Sitecore Azure Diagnostics 7.2.0
January 26, 2015
Released Sitecore Azure Diagnostics 7.2.0 rev. 150118 (Initial Release).
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:
- To install Sitecore Azure Diagnostics, run the following command in the Package Manager Console
PM> Install-Package Sitecore.Azure.Diagnostics -Version 7.2.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 the
Web.config
file under the\configuration\appSettings\add key="StorageConnectionString"
element. Replace the{account-name}
with the name of your storage account, and the{account-key}
with your account access key.