Monday, April 30, 2018

[AZURE] Quick Start–Create a Windows virtual machine in the Azure Portal

Azure virtual machines (VMs) can be created through the Azure portal. This method provides a web-based user interface to create VMs and their  resources including virtual network, and storage account. This quick start shows you how to use the Azure portal to deploy a virtual machine (VM) in Azure that runs Windows Server 2016. To see your VM in action, you then RDP to the VM.


Step 1: Login to Azure Portal

1. Login to the Azure portal at https://portal.azure.com

image

2. On the Microsoft Azure Portal page, insert your Email Address and click Next

image

3. Insert password and click Sign in

image

4. This is view for Microsoft Azure Portal. In this Portal, you are able to manage all your Azure Services under your subscriptions.

Step 2: Create Virtual Machine

1. On the left pane of the dashboard, click Virtual Machines

2. In the Virtual machine pane, click Add

3. Search and select Windows Server 2016 Datacenter in the Compute pane, then choose Create

image
image

4. Provide a VM name, such as firdaus-dc01, leave the disk type as HDD, then provide a username, such as firdaus.adm. The password must be at least 12 characters long and meet the defined complexity requirements.

image

5. Choose to Create new/ Use existing resource group, then provide a name, such as rg_firdaus_adfs. Choose your desired Location, then select OK

Note: If you already create resource group, then choose Use existing resource group else Create new resource group. Later I will show you how to Create new resource group in Quick Start – Create a Resource Group in the Azure Portal

image

6. Select a size for the VM, You can filter by Compute type or Disk type, for example. Mine using VM size is B2S Standard, then click Select

clip_image001[8]
image

7. Under Settings, leave the defaults and select OK

Note:If you are new user, this configuration just leave the defaults else you can configure Virtual Network, Subnet, Public IP Address, Network Security Group (Firewall),Monitoring and etc

image

8. Verify the configuration on the summary page, select Create to start the VM deployment

9. The VM is pinned to the Azure Portal dashboard. Once the deployment has completed, the VM summary automatically opens

Step 3: Connect to Virtual Machine

1. Navigate to the left pane by clicking to the Resource Groups > rg_firdaus_adfs

image

2. Choose your VM. E.g. firdaus-dc01

image

3. Click the Connect button on the virtual machine properties. A Remote Desktop Protocol file (.rdp file) is created and downloaded.

4. To connect to you VM, Open the downloaded RDP file, If prompted, click Connect.

5. Enter the username and password you specified when creating the virtual machine , then click OK

6. You may receive a certificate warning during the sign-in process. Click Yes or Continue to proceed with the connection

You also able to RDP using Azure VM Public IP

No comments:

Post a Comment