Book Image

Building Clouds with Windows Azure Pack

By : Amit Malik
Book Image

Building Clouds with Windows Azure Pack

By: Amit Malik

Overview of this book

Windows Azure Pack is an on-premises cloud solution by Microsoft, which can be leveraged by Organizations and Services providers for building an enterprise class cloud solution. WAP provides consistent experience to Microsoft Azure, along with capabilities such as multi-tenancy, high density, self-service, automated. WAP can be leveraged to provide both IaaS & PaaS Offerings to internal and external customers. In this book, we will learn about planning and deployment of Cloud Fabric for Windows Azure Pack, Azure Pack components, VM Clouds and IaaS offerings, PaaS Offering including WebSites & Service Bus, DBaaS offerings, Automation with SMA, and extending capabilities with third party products integration and tenant experience for all services.
Table of Contents (18 chapters)
Building Clouds with Windows Azure Pack
Credits
About the Author
Acknowledgement
About the Reviewer
www.PacktPub.com
Preface
Index

Dealing with SMA assets


Assets in a SMA-based automation solution for WAP provide global configurations and parameters that can be leveraged by runbooks. For example, it is very likely that any runbook being executed for VM cloud's operations may require VMM server connection info and credentials. In large environments having hundreds of runbooks, instead of defining VMM server connection information and credentials per runbook, these can be declared as assets and can be leveraged by all runbooks.

Declaring such variables at global level in asset also helps in handling changes at a later stage in a very smooth manner.

Assets in Windows Azure Pack automation include the following:

  • Connections

  • Credentials

  • Variables

  • Schedules

  • Modules

Asset types and functionalities

The following are the types of assets and their functionalities:

  • Connections: Connections include connectivity details and authorized credentials for common services used by runbooks. Examples include services such as SCVMM, Azure, or any...