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.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Sitecore Azure Diagnostics
2
2
3
-
The module outputs Sitecore Log statements to Microsoft Azure Storage Service using the Block Blobs.
3
+
The module outputs Sitecore Log statements to [Microsoft Azure Storage](https://azure.microsoft.com/en-us/services/storage/) service using the Append Blobs.
4
4
5
5
## Features
6
6
7
7
+ Append regular, WebDAV, Search, Crawling and Publishing Sitecore diagnostics
8
-
+ Based on [Azure Storage Services](https://azure.microsoft.com/en-us/services/storage/blobs/)
8
+
+ Based on [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/)
9
9
+ Append Blobs are used to store diagnostics as a text data
10
10
+ Text data is compatible with [Sitecore Log Analyzer](https://marketplace.sitecore.net/Modules/Sitecore_Log_Analyzer.aspx) tool
11
-
+ Support multiple WebRole Instances and Deployments
11
+
+ Support multiple Web Apps instances
12
12
+ Clean up out-of-date blobs using Sitecore Agent
13
13
+ Support Sitecore Log Viewer application to open, download and deleted blobs.
0 commit comments