How To Create a Debian VM in Microsoft Azure

Table of Contents

Supported Debian Versions by Microsoft Azure

The Debian image is available in Microsoft Azure and you can create a Ubuntu VM in Azure.

Debian server version in Azure Marketplace:

  • Debian Server 11.x
  • Debian Server 10.x
  • Debian Server 9.x

Create a Debian VM in Azure Portal

1. You can try the following steps to create a Ubuntu VM in Azure:

How To Create a Debian VM in Microsoft Azure

2. On the Create a virtual machine window, select the following.

  • Subscription – Select your Azure subscription.
  • Resource Group – Select the Azure resource group for Debian VM or you can create a new one.
  • Virtual Machine Name – Specify the VM name. This will be the computer name after you image VM with Debian .
  • Region – Select the region.
How To Create a Debian VM in Microsoft Azure

3. Availability options: Selecting multiple zones will create one VM per zone.

How To Create a Debian VM in Microsoft Azure

4. Image – Select the drop-down and select Debian as image. If you don’t see the Debian option, then select See all images.

How To Create a Debian VM in Microsoft Azure

5. On the Marketplace window, type Debian as the search term and press Enter key. From the results, select Debian and now select Debian edition.

How To Create a Debian VM in Microsoft Azure

6. Size: You can custom VM size to increase or reduce RAM and CPU for the VM.

How To Create a Debian VM in Microsoft Azure

7. Select VM Size as you need, depending on RAM, CPU and Cost.

How To Create a Debian VM in Microsoft Azure

8. By default, Microsoft recommended you use SSH public key authentication type. It’s more secure but for demo purpose, i’ll using the traditional way with clear text password. How to connect to a Linux VM in Azure using SSH public key authentication.

How To Create a Debian VM in Microsoft Azure

Create an account to connect to Linux VM using SSH.

How To Create a Debian VM in Microsoft Azure

9. Select OS disk type: You can select Premium SSD, Stardard SSD or Standard HDD.

Premium SSDStandard SSDStandard HDD
Disk typeSSDSSDHDD
ScenarioProduction and performance sensitive workloadsWeb servers, lightly used enterprise applications and dev/testBackup, non-critical, infrequent access
Max disk size32,767 GiB32,767 GiB32,767 GiB
Max throughput900 MB/s750 MB/s500 MB/s
Max IOPS20,0006,0002,000
How To Create a Debian VM in Microsoft Azure

10. Network configuration: By default, an IP public will created with the VM. We’ll connect to this VM over SSH using this IP.

How To Create a Debian VM in Microsoft Azure

11. Management: Disable auto-shutdown feature by uncheck the checkbox.

How To Create a Debian VM in Microsoft Azure

12. Once you see Validation passed, create the Debian virtual machine by selecting button.

How To Create a Debian VM in Microsoft Azure

13. The Debian Virtual Machine is now being created. You see the status as deployment is in progress. Wait for a few minutes while the VM is created.

How To Create a Debian VM in Microsoft Azure

14. Your Deployment is complete – Congratulations, you have successfully created Debian VM in Azure. From the same screen, you can download deployment details. Select Go to Resource.

How To Create a Debian VM in Microsoft Azure

Connect to Debian VM in Azure SSH

15. Once you create a Debian VM in Azure, you can connect to the virtual machine and access it via SSH (22) using IP Public. On the VM resource window, select Connect then select SSH.

How To Create a Debian VM in Microsoft Azure

16. In this page, Microsoft guides you how to SSH to the VM using a public key. If you using password authentication type, let open PuTTY or Windows PowerShell to connect to the VM.

How To Create a Debian VM in Microsoft Azure

Connect to the VM using PowerShell. How to SSH using PowerShell.

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\Users\mpnadmin> ssh [email protected]
[email protected]'s password:
Last login: Sun May 29 10:37:00 2022 from 20.232.18.206
[mpnroot@imapsync ~]$

Connect to the VM using PuTTY. How to connect to a Linux server using PuTTY.

How To Create a Debian VM in Microsoft Azure
How To Create a Debian VM in Microsoft Azure

Finally, your Debian VM is ready in minutes.

How To Create a Debian VM in Microsoft Azure

Leave a Comment

Required fields are marked *