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

Deploying a virtual machine in Azure


Within this part of the chapter, we will deploy a virtual machine by using the Azure Resource Manager portal. When you followed the guidance in the chapters before, you should have the following things already configured:

  • Resource groups
  • Virtual networks
  • Azure storage

These parts are also the basics for deploying an Azure virtual machine:

If you have a Resource groups, network and storage ready, you can start to deploy a virtual machine.

  1. First you open the side bar and select Virtual machines:
  1. Within the new window, click on the Add button:
  1. Afterwards, you need to select the image and operating system you want to deploy. In the current scenario, we will select Windows Server:
  1. Select the version you want to deploy. In this scenario, we will select Windows Server 2016 Datacenter:
  1. Select the deployment model as Resource Manager from the drop-down menu. It is not recommended to use Classic any more. Click on the Create button to start the VM configuration blade:
  1. Within...