|
|
|
|
|
by seanalex
4845 days ago
|
|
Note: I've never used AWS. Currently, I use Azure for my projects. Primary reasons are due to being a C# developer professionally, and it just made sense to use it. In Visual Studio, it is very easy to publish projects directly to Azure without ever actually logging into the Azure dashboard. I can't comment on price comparisons, which are much different. But I'd say give Azure a try for free initially to demo it and see if it fits what you need. One thing of note that I feel is not mentioned often when discussing these two options. If you are planning on using Azure's storage options, there will be a sort of "vendor-lock-in" involved with the code-base. I have great experiences with it, but both Azure and AWS have different approaches to how they handle storage options including the NoSQL choices such as Azure Table Storage. Additionally, I have used Nodejs on Azure. I truly enjoyed it when using Azure Table Storage for my database. Overall publishing to Azure was pretty simple and required minimal setup effort. Let me know if you have any questions! |
|