Menu
Getting started with Terraform Azure – Provision & Manage any Infrastructure

Getting started with Terraform Azure – Provision & Manage any Infrastructure

Each organisation is different, some has dedicated teams to manage and provision resources. But if you were to manage them your self as a developer, either you login to Azure Portal and create necessary resources yourself or you CI/CD (Infrastructure as a code) do it as part of the release.

Publishing your Angular Library to your organisation DevOps npm feed

Publishing your Angular Library to your organisation DevOps npm feed

Publishing your Angular Library to your organisation DevOps npm feed

Creating Azure resources through Azure DevOps (VSTS) CI/CD pipeline

Creating Azure resources through Azure DevOps (VSTS) CI/CD pipeline

Create resources automatically using CI/CD, including creating resources such as Storage,  Azure Functions, etc.

Publishing Angular unit test and code coverage results on Azure DevOps CI/CD pipe line

Publishing Angular unit test and code coverage results on Azure DevOps CI/CD pipe line

As most of us know writing unit test is one of the hot topics among developers, and we all try to write to our best abilities and time constraints. This is about how we can publish results to DevOps as part of your Angular build.