This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
August 16, 2016
Released Sitecore Azure Diagnostics 8.1.0 rev. 160816 (Initial Release).
Compatibility:
- Sitecore® Experience Platform™ 8.1 rev. 160519 (8.1 Update-3) or higher
Installation Steps:
- To install Sitecore Azure Diagnostics, run the following command in the Package Manager Console
PM> Install-Package Sitecore.Azure.Diagnostics -Version 8.1.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.config
andWeb.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.