Microsoft Azure And Open Source

Let’s first start with what Microsoft Azure and Infrastructure as a Service (IaaS), Platform as a Service (PaaS) and Software as a Service (SaaS) Services, and MEAN Stack are. Microsoft Azure has been created by Microsoft and it’s a Cloud computing platform for building, deploying and managing the applications and services through a global network of Microsoft managed data centers.

Microsoft Azure supports many different programming languages, tools and frameworks of both Microsoft and third party software.


Image source (https://blogs.technet.microsoft.com/msuspartner/2016/06/28/azure-partner-community-the-open-source-odyssey/)

Microsoft Azure provides an Infrastructure as a Service (IaaS), Platform as a Service (PaaS) and Software as a service (SaaS) Services.



IaaS,Paas and SaaS

Infrastructure as a service (IaaS)

Infrastructure as a service (IaaS) is an instant computing infrastructure, provisioned and managed over the Internet. Quickly scale up and down with demand, and pay only for what you use.
To know more about Iaas check this link

Platform as a service (PaaS)

Platform as a service (PaaS) is a complete development and deployment environment in the cloud, with resources that enable you to deliver everything from simple cloud-based apps to sophisticated, cloud-enabled enterprise applications. You purchase the resources you need from a cloud service provider on a pay-as-you-go basis and access them over a secure Internet connection.
To know more about PaaS click here

Software as a service (SaaS)

Software as a service (SaaS) allows users to connect to and use cloud-based apps over the Internet. Common examples are email, calendars, and office tools (such as Microsoft Office 365).
To know more about SaaS click here .
Here we can see more in detail of each Infrastructure as a Service (IaaS), Platform as a Service (PaaS) and Software as a service (SaaS) services



Microsoft Azure and Mongo, Express, Angular, and Node (MEAN).

Microsoft Azure not only supports .NET applications to be deployed in the cloud. Microsoft Azure also supports deploying the technologies like PHP, Node.js, Java, Python as we can see from our first image.

Microsoft Azure also supports building and deploying Mongo, Express, Angular and Node (MEAN) Stack Applications.

If we want to develop a powerful Web Application or powerful Single Page application and we need our application to be run on multiple devices, our choice will be MEAN (Mongo, Express, Angular and Node) Stack. For example, we are working on ASP.NET core Web Application and we want to make our ASP.NET Core Web Application into a more powerful single page application, we go with JavaScript frameworks like adding Angular and Node.js with our Web Application.

To know more about MEAN and Microsoft Azure, kindly read the blog post by Koushik Biswas. 

Getting started with Microsoft Azure and MEAN Stack app development

Here are a few interesting articles to get started with Microsoft Azure and MEAN Stack.

  • https://msdn.microsoft.com/en-us/magazine/dn857363.aspx
  • https://azure.microsoft.com/en-in/resources/samples/app-service-web-dotnet-aspnetwebapi-angularjs-todoapp/
  • https://docs.microsoft.com/en-us/azure/app-service-web/app-service-web-nodejs-get-started
  • https://docs.microsoft.com/en-us/azure/app-service-web/web-sites-dotnet-store-data-mongodb-vm
  • http://adam-back.azurewebsites.net/deploy-a-mean-app-on-azure/


Similar Articles