by BeeFriedman on 6/18/24, 4:28 PM with 4 comments
I am building an ASP.Net Core app, what's the best and cheapest provider to host it? Does it make a difference which platform I use? Being that it could run on Windows and Linux (I am assuming that Linux is cheaper)...
by tobinfekkes on 6/18/24, 4:36 PM
Usually, "cheapest" and "best" don't go together, but if you're wanting the "most best" with the "most cheapest", Azure App Services work great for us. I don't know if it's the "cheapest", but it's mostly "set it and forget it". The integration with DevOps release pipelines also makes it a breeze to deploy. It's seamless from Visual Studio to DevOps to staging App Service to Production.
by JSDevOps on 6/18/24, 4:57 PM
I have a weird feeling your asking the wrong questions