Posts

Showing posts from August, 2019

Azure DevOps : How to Host Angular 8+ application - CI/CD Implementation

Image
Deployments have never been easier! All the buzz words might sound complex and scary. But it is really simple and easy to learn.   You can understand and implement the CI/CD pipeline in Azure in less than a day. It does not take much time to grasp the overall idea.   Without further delay, lets get to the working of it.   If you are completely new to cloud and its concepts, please checkout this link: . It is hardly a 5 minute read.   Pre-requisite Have an Azure account Have at least one basic angular application ready in GITHUB repository Overall idea: Create an App Service here :  https://portal.azure.com/#create/Microsoft.WebSite Link this service later during the CI/CD Pipeline creation Creation of App Service Service is created in the Azure App Services. Azure Portal:  https://portal.azure.com/#home This is the screen you will be redirected to on clicking of the above link. Here, create a new Servic...