Monday, August 11, 2025

How to Create a Virtual Machine in Azure

In this document we are going to Create, Connect & Delete a Virtual Machine.


Things Should Be Known Before Starting.......

What is a Subscription?

  • An Azure Subscription is a logical container that organizes resources under a unique subscription ID, and manages billing, access control, and resource quotas.
  • You can have multiple subscriptions for different teams, projects, or environments in single account.


What is a Resource Group?

  • A Resource Group is a logical container within a subscription that holds related Azure resources (e.g., VMs, storage accounts, databases).
  • Example: You can create a resource group called WebAppRG and put your VM, database, and storage used for a web app inside it.





IMP ! This document highlights only key subpoints to serve as a quick reference for the main steps. You may jump on the official document for each subpoints in detail.


Create a Virtual Machine:-


Step 1:  Create Virtual Machine

  • Select a Resource Group.
  • Choose OS and VM size.
  • Configure SSH access

Step 2: Configure Networking

  • Assign a Static IP if needed. (Optional)
  • Allow Inbound Firewall Rule

Step 3: Connect Virtual Machine

  • Make SSH Connection 
  • Use Azure Console

Step 4: Delete Virtual Machine

  • Go to the VM in Azure Portal.
  • Click Delete to remove the VM and associated resources.


 

No comments:

Post a Comment

testing