DEV Community

Kenny Whyte
Kenny Whyte

Posted on

What is the best alternative to Azure?

Hello everyone,

I want to deploy a .NET application. What is the best (free) alternative to Azure?

Thanks!

Oldest comments (7)

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

There are 2 free options for hosting on AWS that could work:

  • 1) is on AWS Lambda, see this article
  • 2) EC2 (VPS) free tier, see here
Collapse
 
kawhyte profile image
Kenny Whyte

Thanks, I will have to check these out.

Collapse
 
djnitehawk profile image
Dĵ ΝιΓΞΗΛψΚ • Edited

i personally wouldn't touch managed cloud services with a 50ft pole 😜
i've done that before and the bills kept piling on as usage increased.
now i'm much happier with DIY vps or dedicated boxes where i have total control.
it's more work but waaaaay cheaper in the longrun.
noisy neighbors are a real issue on the cloud and you won't get the full performance you pay for.
also you'd get better performance with a $5 vps than with most free-tiers of cloud services.
in case anybody's interested, here's some concise instructions for getting a linux server ready for deploying a .net core app in less than 10mins.

Collapse
 
kawhyte profile image
Kenny Whyte

"i personally wouldn't touch managed cloud services with a 50ft pole" - YEP!

"bills kept piling on as usage increased" - This is what happened to me. The pricing is crazy too.

Thank you.

Collapse
 
kawhyte profile image
Kenny Whyte

Thank you. More control is always good for me.

Collapse
 
endy_tj profile image
Endy Tjahjono

AppHarbor used to be quite popular.

Collapse
 
lamouetterieuse profile image
Antoine GAY

It depends on the kind of Application.
Some things are free (but limited) even on Azure such as Azure Function. And you can have some free credits when you register, to pay the outbound bandwith: azure.microsoft.com/en-us/offers/m....