Book Image

Robust Cloud Integration with Azure

By : Gyanendra Kumar Gautam, Ashish Bhambhani, Abhishek Kumar, James Corbould, Mahindra Morar, Martin Abbott
Book Image

Robust Cloud Integration with Azure

By: Gyanendra Kumar Gautam, Ashish Bhambhani, Abhishek Kumar, James Corbould, Mahindra Morar, Martin Abbott

Overview of this book

Any software developers, architects, and technical managers lookng to learn about Azure IaaS essentials need look no further. This book is ideal for Microsoft Enterprise developers, DevOps or any IT professionals looking to connect cloud-based and on-premises systems with Azure.
Table of Contents (23 chapters)
Robust Cloud Integration with Azure
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Tools to monitor Azure resources


With Azure, there are a set of APIs available to manage the provisioning of resources programmatically. There are two versions available; first, Azure Service Management (ASM) (For more information refer to: https://azure.microsoft.com/en-in/blog/introducing-the-windows-azure-service-management-api/), which was developed for the Classic portal and is used primarily for Azure v1 resource types. The second version is Azure Resource Manager (ARM), which is used to manage both v1 and the current version v2 of Azure resources.

Note, however, that some of the resources provisioned using ARM cannot be viewable from the Classic portal.

Deployment options

There are several options available when deploying and provisioning Azure resources, and they are listed here:

  • Azure portal-based deployment: Use the Classic or the new Azure portal to provision and manage resources individually and not as a group. You will need to manually set the order of provisioning and deletion...