Book Image

Microsoft Azure IAAS Essentials

Book Image

Microsoft Azure IAAS Essentials

Overview of this book

Table of Contents (14 chapters)
Microsoft Azure IaaS Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Introduction to Microsoft Azure Cloud Services
Index

Configuring monitoring for cloud services


In this section, we will take a look at the process that we need to follow in order to configure either verbose (detailed) or minimal monitoring using the Azure portal. In order to turn on verbose monitoring, Azure Diagnostic needs to be enabled, and a diagnostic connection string needs to be configured to allow Azure Diagnostics to access and write to the storage account that will hold the performance data.

Prerequisites

There are some prerequisites that are needed before we can configure monitoring for Cloud Services. They are as follows:

Creating a storage account

By creating a storage account in Azure, you will get a secure location that allows you to access and store data in the cloud. A storage account will provide you with a unique namespace to store your data, and it is only available to the account owner by default.

There are two types of Azure storage accounts:

  • Standard account: This includes Blob, Table, File, and Queue storage

  • Premium storage...