We have developed our Sample Trello application, and in doing so, learned concepts of Angular and TypeScript. We also looked at NativeScript, which helps to convert our web application to a native mobile application. In application development, the last step is deployment.
We have many ways to deploy a web application. We can deploy our application on any of the publicly available hosting servers. If you are working in an organization, then most likely you will have production-based servers available.
Then there is another option: the cloud. The cloud provides us with an exhaustive set of tools to enable the deployment of a web application.
In this chapter, we will do just that. We will cover the following topics:
- We will start by looking at Microsoft Azure as a cloud platform
- Then we will take a brief look at the various...