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

Using GRIT (Gallery Resource Import) tool


GRIT, also known as Gallery Resource Import tool, is a Microsoft provided tool written in PowerShell. It can be used to ease the gallery resource downloading and installing process covered in the previous topic. The GRIT tool provides a graphical user interface for the lifecycle of gallery resource installation or import.

It is recommended to use the GRIT tool while dealing with gallery resources for ease administrator and to avoid any human errors in PowerShell scripts.

GRIT functionalities

GRIT provides the following capabilities in an easy-to-use graphical user interface:

  • It can be used with both Microsoft provided gallery resources as well as custom developed resources

  • It can download gallery resources directly from Microsoft (no need for a web PI)

  • Importing of Resource Extension files

  • Importing of Resource Definition files

  • It can compare and configure virtual disk properties (for both OS and data disks) required for gallery resource with disks available...