Azure: Creating a VM

This article was written using chatGPT.

To create an Azure Linux virtual machine (VM), you can follow these steps:

  1. Log in to the Azure portal at https://portal.azure.com/.
  2. Click on "Virtual machines" in the left-hand menu.
  3. Click on the "Create" button to create a new VM.
  4. Select Azure virtual machine.
  5. In the "Basics" tab, fill out the following information:
  6. Subscription: Select the subscription you want to use.
  7. Resource group: Select an existing resource group or create a new one.
  8. Virtual machine name: Enter a name for the virtual machine.
  9. Region: Select the region where you want to deploy the virtual machine. Make sure this region also has the resources this VM will need. See?Resource Group, Step 7 for more details.
  10. Availability options: Select the availability option that best suits your needs. You can choose from options such as availability zones and availability sets. For this demo, no infrastructure redundancy required.
  11. Image: Select the image that you want to use. I am using a Linux OS for this demo.
  12. Size: Select the size of the VM that you want to create.
  13. For "Authentication type", select Password.
  14. Enter the username and password that you want to use to log in to the VM.
  15. For "Inbound port rules", select NONE. We will use a previously created Network Security Group to allow traffic discussed later.
  16. Under "Disks", select the disk type that you want to use for the virtual machine. You can choose between a standard hard disk drive (HDD) or a solid-state drive (SSD). For demo, choose standard SSD. Since we are not doing Zone Availability, we can select the "locally-redundant storage" version. Leave the rest at default.
  17. Under "Networking", configure the following settings:
  18. Virtual network: Select the virtual network that the virtual machine should be connected to.
  19. Subnet: Select the subnet that the virtual machine should use.
  20. Public IP address: Select "Create new" to create a new public IP address for the virtual machine or select "None" if you do not need a public IP address. For this demo, I am choosing NONE so I can demonstrate how to attach a public IP address to a vNIC.
  21. Network security group (NSG): Select an existing network security group (by choosing Advanced) or create a new one (by choosing None) to control the inbound and outbound traffic for the virtual machine.
  22. Under "Management", configure the following settings:
  23. Leave Microsoft Defender for Cloud, Identity and Azure AD in default for this demo (depending on subscription plan, Microsoft Defender for Cloud may or may not be cover). These topics are beyond the scope of this article.
  24. Auto-shutdown: Select "On" if you want to enable auto-shutdown for the virtual machine. I am de-selecting this feature as I may be working well pass the auto-shutdown time window.
  25. Under "Monitoring", leave everything at default.
  26. Under "Advanced", leave everything at default.
  27. Review your settings and click on the "Review + create" button.
  28. Review your settings and click on the "Create" button to create the new virtual machine.

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

Once the virtual machine is created, you can attach a public IP address by stopping the VM and going to the vNIC created in this process.

Access your new Linux VM by going to the Help section and console in.

  1. Start your VM.
  2. Go to Console.
  3. Log in once the console connects.

No alt text provided for this image


要查看或添加评论,请登录

Tai?? Tran的更多文章

  • Wiz Security, an Intro to

    Wiz Security, an Intro to

    Over the weekend, I had the chance to dive into a demo from Wiz.io, and it’s pretty damn cool! Wiz.

  • Azure: Deploying Palo Alto Networks VM-series Part-3

    Azure: Deploying Palo Alto Networks VM-series Part-3

    In this article, we'll explore how to set up the VM-series firewall to protect your Azure resources. We will configure…

  • Azure: Creating a vnet Peering

    Azure: Creating a vnet Peering

    Virtual network (vnet) peering enable communication between two different vnets. In this demo, I want to peer my vnet…

    1 条评论
  • Generate Certificate Request using OpenSSL

    Generate Certificate Request using OpenSSL

    This article was written using chatGPT. You must have OpenSSL installed in your machine in order to do this.

  • Generating a server certificate

    Generating a server certificate

    This article was written using chatGPT. Creating a server identity certificate involves purchasing one from a trusted…

  • TLS Certificates

    TLS Certificates

    This article was written using chatGPT. Transport Layer Security (TLS) certificates play a crucial role in securing…

  • Crypto scam: pig butchering

    Crypto scam: pig butchering

    Hi everyone! I want to talk to you about this thing called Pig Butchering, which is a scam with crypto money. You might…

    16 条评论
  • Azure: Deploying Palo Alto Networks VM-series Part-2

    Azure: Deploying Palo Alto Networks VM-series Part-2

    This is a continuation of Part-1. Configure Security Zones There should only be INSIDE (trust) and OUTSIDE (untrust)…

  • Azure: Deploying Palo Alto Networks VM-series Part-1

    Azure: Deploying Palo Alto Networks VM-series Part-1

    This is Part 1 of 2-parts article. Refer to the diagram above for the design description: a Palo Alto Networks…

    2 条评论
  • Azure: Creating Network Security Group

    Azure: Creating Network Security Group

    This article was written using chatGPT. To create a Network Security Group (NSG) in Azure, you can follow these steps:…

社区洞察

其他会员也浏览了