Book Image

Implementing Azure Solutions

By : Florian Klaffenbach, Oliver Michalski, Jan-Henrik Damaschke
Book Image

Implementing Azure Solutions

By: Florian Klaffenbach, Oliver Michalski, Jan-Henrik Damaschke

Overview of this book

Microsoft Azure has numerous effective solutions that shape the future of any business. However, the major challenge that architects and administrators face are implementing these solutions appropriately. Our book focuses on various implementation scenarios that will help overcome the challenge of implementing Azure’s solutions in a very efficient manner and will also help you to prepare for Microsoft Architect exam. You will not only learn how to secure a newly deployed Azure Active Directory but also get to know how Azure Active Directory Synchronization could be implemented. To maintain an isolated and secure environment so that you can run your virtual machines and applications, you will implement Azure networking services. Also to manage, access, and secure your confidential data, you will implement storage solutions. Toward the end, you will explore tips and tricks to secure your environment. By the end, you will be able to implement Azure solutions such as networking, storage, and cloud effectively.
Table of Contents (17 chapters)
Title Page
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Managed Disks


With the progress, Microsoft is changing and evolving the Azure environment, Microsoft recently added a new option to virtual machines in Azure.

The option is called Managed Disks. These disks are abstracted from the Storage account and Storage account limitations.

You only have to specify the type which can be standard or premium storage and the size of the disk you need, and Azure creates and manages the disk.

Currently Microsoft offers you following types of Managed Disks:

Disk type

Disk name

Disk size

Premium

P10

128 GB

Premium

P20

512 GB

Premium

P30

1024 GB

Standard

S4

32 GB

Standard

S6

64 GB

Standard

S10

128 GB

Standard

S20

512 GB

Standard

S30

1024 GB

To create a virtual machine with Managed Disks, you can do so during the deployment process, we will go through later in the chapter.

If you want to manage the disks of a virtual machine, you now can find a configuration blade within the virtual machine settings where you can Edit or Add data disk the managed disks of the VM.

Note

If you are currently working...