You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2017. It is now read-only.
Appender that logs Sitecore diagnostic information to Microsoft Azure Blob storage service.
1
+
# Sitecore Azure Diagnostics
2
+
3
+
The module outputs Sitecore Log statements to Microsoft Azure Storage Service using the Block Blobs.
4
+
5
+
**Features:**
6
+
+ Append regular, WebDAV, Search, Crawling and Publishing Sitecore diagnostics
7
+
+ Based on [Azure Storage Services](https://msdn.microsoft.com/en-us/library/azure/gg433040.aspx)
8
+
+ Block Blobs are used to store diagnostics as a text data
9
+
+ Text data is compatible with [Sitecore Log Analyzer](https://marketplace.sitecore.net/Modules/Sitecore_Log_Analyzer.aspx) tool
10
+
+ Support multiple WebRole Instances and Deployments
11
+
+ Reuse the same Azure Storage Service that the [Sitecore Azure](https://dev.sitecore.net/en/Downloads/Sitecore_Azure/80/Sitecore_Azure_80.aspx) module automatically creates during deployment
12
+
+ Clean up out-of-date blobs using Sitecore Agent
13
+
+ Support Sitecore Log Viewer application to open, download and deleted blobs.
14
+
15
+
**Requirements:**
16
+
+ Sitecore CMS and DMS 7.2 rev. 140228 (7.2 Initial Release) or newer
0 commit comments