Book Image

Microsoft Azure Storage Essentials

By : Chukri A Soueidi
Book Image

Microsoft Azure Storage Essentials

By: Chukri A Soueidi

Overview of this book

Table of Contents (16 chapters)
Microsoft Azure Storage Essentials
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Storage Analytics


Storage Analytics is a built-in monitoring solution for Azure Storage that is used for analyzing usage trends, and diagnosing issues by performing logging and collecting of metrics on request.

The collected data from transactions falls under two types: Storage Analytics Metrics and Storage Analytics Logging:

  • Metrics calculates aggregated data for bandwidth usage, errors, server processing time, latencies, and so on, in addition to capacity monitors for blobs

  • Request logging provides traces for authenticated and anonymous requests made on the storage service

By default, when you create a storage account, and to avoid any additional storage costs, the storage analytics will be disabled. In order to enable it, the easiest way is to navigate to the portal and then to the storage account where you can enable it for blobs, tables, and queues separately, excluding the file service which currently doesn't support storage analytics. You can also enable the analytics using PowerShell...