Create Your First Website on Azure: A Beginner-Friendly Guide
- Sharon Rajendra Manmothe

- Jan 22
- 2 min read
Updated: Feb 16
Aim of This Guide
In this guide, I will walk you through the process of creating and publishing a simple website on Azure using Azure App Service (Free Tier). This is the best first practical step after setting up Azure for Students.
What You Will Learn
How Azure works
What a Resource Group is
What Azure App Service is
How to open a live website on the internet
How to avoid credit usage
Cost
₹0 / $0 (Free Tier)
Step 1: Login to Azure Portal
Open your browser.
Go to 👉 https://portal.azure.com.
Log in with your Azure for Students account.
You should see the Azure dashboard.

Step 2: Create a Resource Group
In the search bar at the top, type: Resource groups.
Click on Resource groups.
Click on + Create.

Fill in the Details:
Subscription: Azure for Students
Resource group name: rg-first-practical
Region: Central India (or the nearest region)
Click on Review + Create.
Click on Create.
Your resource group is now created!
Step 3: Create a Web App (Website)
In the search bar, type: App Services.
Click on App Services.
Click on + Create.
Select Web App.
Step 4: Fill in Web App Basic Details (IMPORTANT)
On the Basics tab, fill in ONLY this:
Subscription: Azure for Students
Resource Group: rg-first-practical
Name: myfirstazureweb123 (must be unique – change the number if needed)
Publish: Code
Runtime stack: HTML
Operating System: Windows
Region: Central India
Step 5: Choose FREE Hosting Plan (MOST IMPORTANT STEP)
Scroll down to the Pricing Plan section.
Click on Change size.
Select F1 – Free.
Click on Apply.
Do NOT choose any paid plan.
Step 6: Create the Web App
Click on Review + Create.
Azure will validate your settings.
Click on Create.
Wait for 1–2 minutes while Azure sets up your web app.
Step 7: Open Your Live Website
After the deployment completes:
Click on Go to resource.
At the top, click the URL (it looks like https://myfirstazureweb123.azurewebsites.net).
Congratulations! Your first Azure website is now LIVE on the internet.
Step 8: Customize Your Website
Now that your website is live, it's time to make it your own. You can add content, images, and styles to personalize your site.
Adding Content
To add content, you can use HTML files. Simply upload your HTML files through the Azure portal or use FTP to transfer files directly.
Using Azure's Features
Azure offers many features to enhance your website. You can integrate databases, use Azure Functions for serverless computing, and even set up custom domains.
Conclusion
Creating your first website on Azure is an exciting step into the world of web development. By following these steps, you've not only learned how to set up a website but also gained insights into Azure's powerful features.
If you want to dive deeper into Azure and explore more advanced topics, consider checking out additional resources. The world of cloud computing is vast and full of opportunities. Happy coding!
---
This guide is designed to help you get started with Azure and is perfect for tech enthusiasts and curious learners. Enjoy your journey into web development!

$50
Product Title
Product Details goes here with the simple product description and more information can be seen by clicking the see more button. Product Details goes here with the simple product description and more information can be seen by clicking the see more button

$50
Product Title
Product Details goes here with the simple product description and more information can be seen by clicking the see more button. Product Details goes here with the simple product description and more information can be seen by clicking the see more button.

$50
Product Title
Product Details goes here with the simple product description and more information can be seen by clicking the see more button. Product Details goes here with the simple product description and more information can be seen by clicking the see more button.




Comments