For your Azure Virtual Machine (VM) setup, you need a cost-effective option that can run:
-Visual Studio 2022 Community for ASP.NET Core Web API (.NET 8)
-Node.js & Angular for your frontend
Since this is for a POC (Proof of Concept), we’ll choose a low-cost VM while ensuring performance is sufficient to run both projects simultaneously.
Recommended Azure VM Configuration
|
|
Feature |
Selection |
VM Size |
Standard B2s (2 vCPUs, 4GB RAM) (Cheapest for basic workloads) |
Image |
Windows 11 Pro / Windows Server 2022 + Visual Studio 2022 Community (Pre-installed) |
OS Disk |
Standard SSD (64GB or higher) |
CPU & RAM |
2 vCPUs, 4GB RAM (Upgrade to B2ms (8GB RAM) if needed) |
Region |
Choose a low-cost region (e.g., East US, West US, Central India) |
Useful Azure Docs & Examples
Azure VM Pricing Calculator 🔗 Azure Pricing - Windows VMs
Install Angular & Node.js on VM 🔗 Setup Angular in Windows VM
Cost Optimization Tips
- Use "Spot VM" to get up to 90% cheaper pricing for temporary workloads
- Auto Shutdown at night to save costs
Please don't forget to accept the answer if this helps you .