DEV Community

Discussion on: Welcome Thread - v33

Collapse
 
koskila profile image
Antti K. Koskela

Hey Bartholomew!

Yeah, I've got some :) The way I got started was that my employer pushed me there - or rather, the market pulled, and I was happy to jump in. Luckily, both Microsoft and many 3rd parties have tons of content available on getting you started - edX and Microsoft Learn are both generally speaking free, Pluralsight might be the best paid option for courses.

Check out these examples:
medium.com/microsoftazure/5-micros...

edx.org/course/getting-started-azu...

Depending on your previous experience, you might want to jump straight into development (App Service or Azure Functions, for example). You can sign up for a free dev subscription on Azure, free developer tenant on Office 365 (if that's the way you want to go) and tools like Visual Studio Community and Visual Studio Code are also freely available for learning purposes!

See for example:
azure.microsoft.com/en-ca/free/

The corporate world might be all about expensive licenses, but at least Microsoft makes most tools available for development and learning purposes for free :)

Have fun!

Thread Thread
 
ballen2713 profile image
Bartholomew Allen

Thank you so much for the resources! I am excited just getting started with learning how Azure works! This will prove useful to me when I want to host my site using Azure :3. As far as experience I am a complete beginner in terms of Azure but I have played around with AWS a bit but never really set anything up to intensely but I wasn't as into it I was with Azure though.

Thread Thread
 
koskila profile image
Antti K. Koskela

My pleasure! Also, be aware that both performance and costwise some things are smart to host on Azure, some not - for example, a static site that's built from your source hosted on Azure DevOps or GitHub works well in a free/shared app service instance, a fancy modern webapp completely hosted on Azure Functions would be interesting and reasonably cost-effective, but hosting for example, a WordPress site is going to give you a questionable performance with above average cost, unless you spend a lot of time tweaking it... Been there, done that ;)

It's a rewarding journey, though - have fun!

Thread Thread
 
ballen2713 profile image
Bartholomew Allen

Well luckily I am coding my entire website from scratch using React for the front end so I should be fine plus I heard Azure plays well with React and NodeJs so it should be easy to deploy it when the times comes šŸ˜

Thread Thread
 
koskila profile image
Antti K. Koskela

With that stack, you should be good. Have fun coding and be sure to blog about your findings! šŸ˜‰

Thread Thread
 
getsiful profile image
Siful Islam

Hi! My name is Siful. This is the first community Iā€™m joining and I hope to be active for a long time.