*"Step 1: Create an Azure Free Trial Account *
To use Azure, you need an account. Visit portal.azure.com and sign up for a free trial. Azure gives you $200 in free credits to test its services.
๐น Why this step? You need an account before creating anything in Azure.
Step 2: Log in to Your Azure Account
Go to the Azure portal and log in with your email and password. You will see the Azure Dashboard, where you can manage everything.
๐น Why this step? This is the main control centre where you create and manage services.
Step 3: Search for "Virtual Machines"
At the top of the Azure portal, there is a search bar. Type "Virtual Machines" and select the option when it appears.
๐น Why this step? Instead of searching manually, this helps you quickly find what you need.
Step 4: Click on "Virtual Machine"
From the search results, click on "Virtual Machine" to open the page where you can create one.
๐น Why this step? This takes you to the section where you can set up a new Virtual Machine.
Step 5: Click "Create" to Start the Process
Click the "Create" button. Choose "Create a Virtual Machine" from the options.
๐น Why this step? You need to start the setup process before selecting details for your VM.
Step 6: Select a Subscription & Resource Group
Azure asks for a Subscription and a Resource Group.
โข A subscription is your Azure account type (Free Trial, Pay-as-you-go, etc.).
โข A resource group is a folder where you organize related items. Click "Create new" to make one if needed.
๐น Why this step? This keeps your resources organized and helps manage billing.
Step 7: Enter Virtual Machine Details
Now, you need to provide some details about your VM:
โข VM Name โ Choose a name (e.g., "MyFirstVM").
โข Size โ Keep the default option unless you have specific needs.
๐น Why this step? The VM needs a name and an operating system before it can be created.
Step 8: Create an Admin Account
Choose a username and password for your VM. This will be used to log in later.
โข For Linux: Use SSH authentication.
โข For Windows: Use RDP authentication.
๐น Why this step? You need login details to access and control your VM later.
Step 9: Set Inbound Port Rules
โข If you picked Linux, allow SSH connections.
โข If you picked Windows, allow RDP connections.
๐น Why this step? This ensures you can connect to your VM remotely.
Step 10: Check Licensing
By default, licensing is unchecked. Click the checkbox to agree to the terms.
๐น Why this step? You need to accept the terms before proceeding.
Step 11: Disable Boot Diagnostics
Click Next until you reach the Monitoring tab, then disable Boot Diagnostics to speed up deployment.
๐น Why this step? This reduces unnecessary settings that can slow things down.
Step 12: Add Tags to an Azure Resource
Select a Resource โ Click on the virtual machine, storage account, or any other resource.
Navigate to "Tags" โ Find the Tags option in the left menu.
Enter Tag Key & Value โ Example: Key = Environment, Value = Production.
Save Changes โ Click Apply to confirm.
๐น Why this step? Tags help you organize, track costs, and manage Azure resources efficiently.
Step 13: Review and Create
Click "Review + Create" to check all details. If everything looks good, click "Create" to start the deployment.
๐น Why this step? Azure double-checks your setup before creating the VM.
Step 14: Wait for Deployment
Azure will take about 3-5 minutes to create your VM. You will see a progress bar.
๐น Why this step? Creating a virtual machine takes a little time, just like setting up a new computer.
Step 15: Check VM Status
Once the VM is created, check its status. If it says "Running", itโs ready to use!
๐น Why this step? This confirms that everything is working fine.
Step 16: Connect to the Virtual Machine
โข Click "Connect" in the Azure portal.
โข If using Windows, download the RDP file.
โข If using Linux, connect using SSH.
๐น Why this step? This allows you to control the VM from your own computer.
Step 17: Open the RDP File (For Windows Users)
For Windows, open the downloaded RDP file and click "Connect".
๐น Why this step? This opens a remote connection to your VM.
Step 18: Enter Login Details
Use the username and password you created earlier to log in.
๐น Why this step? This is required to access the virtual machine.
Step 19: Follow the Prompts
Click "Continue" if a security warning appears.
๐น Why this step? Sometimes Windows shows a warning when connecting to a new remote computer.
Step 20: Wait for Configuration
The remote desktop will configure itself for first-time use.
๐น Why this step? The first connection takes a little time to set up.
Step 21: Start Using Your Virtual Machine!
Congratulations! Your VM is ready to use. You can now install apps, run programs, and do anything you would on a regular computer.
๐น Why this step? This is the final stepโyour VM is now live and ready for work!
Top comments (0)