Skip to main content

Posts

Showing posts from October, 2024

Create a Free Windows VM (B1s) server in Azure and host .Net Core website 2024

Create a Free Windows VM (B1s) server in Azure and host .Net Core website 2024 To create a free Windows VM in Azure (B1s tier) and install and host a .NET Core application, follow these steps: Step 1: Create a Free Windows VM (B1s) in Azure Login to Azure Portal : Go to Azure Portal . Log in with your credentials. Create a Virtual Machine : Click on "Create a resource" > "Compute" > "Virtual Machine." Fill out the basics: Subscription : Select your free subscription. Resource Group : Create a new resource group or select an existing one. Virtual Machine Name : Give your VM a name. Region : Choose a region where the B1s instance is available. Image : Select "Windows Server 2019 Datacenter" or "Windows Server 2022 Datacenter". Size : Click "Change size" and select "B1s" (part of the free tier if you’re eligible). Administrator Account : Set a username and password for your VM. Networking : Ensure that the VM ha...