-
Manage Resource Group Deployment History
Recently, I have faced an issue, where our CD pipeline start failing (in Dev Envrionment, few second back things were working fine).
We found that, there is no issue with code but it was due to resource deployment history quota against resoruce group.
Deployment histories are very important. They not only help to keep track of changes but also useful for audit and compliance purposes.
-
Enable CI against all Branches
Branching strategies varies from Client to Client/ Project to Project, but the common practices teams are looking for enabling CI against all your branches.
In this post, I will show how we can configure CI against all the branchs.
-
Deploy SonarQube as Azure Web App Container
Deploy SonarQube as PaaS (Azure Web App)
We all know the power of PaaS and its edge over IaaS. Clients are now looking for more and more PaaS and SaaS based solutions. It’s really an intelligent idea to deploy SonarQube as PaaS (Azure Web App Container).
-
VSTS Extension - SOAP UI Test
SOAP UI
SoapUI is the world’s leading Functional Testing tool for SOAP and REST testing. With its easy-to-use graphical interface, and enterprise-class features, SoapUI allows you to easily and rapidly create and execute automated functional, regression, and load tests. In a single test environment, SoapUI provides complete test coverage - from SOAP and REST-based Web services, to JMS enterprise messaging layers, databases, Rich Internet Applications, and much more.
-
Design VM Scale Sets - 1
Scale Sets Overview
Scale sets provide high availability to your applications.
With virtual machine scale sets, you can build large-scale services for areas such as compute, big data, and container workloads.
In this post we will discuss about design VM Scale Sets.
-
Include Pester Test as part of VSTS Build
In this post, I will walk you through how to include pester test as part of your CI pipeline in VSTS.
Read more about IaC Unit Test using Pester Test
-
Design solutions using virtual machines - 2
In this post we will discuss about Planned maintenance for virtual machines in Azure.
Read more about Maintenance and Downtime
-
Design solutions using virtual machines - 1
In this post we will discuss about Design VM deployments by leveraging availability sets, fault domains, and update domains in Azure.
-
IaC Unit Test using Pester Test
A unit test is a way of testing a unit - the smallest piece of code that can be logically isolated in a system.
What about unit testing on IaC, after all it’s a code. Yes we need to write unit test cases for them as well. Pester Test help us here.
In this post I will walk you through, how you can use Pester Testing framework to write unit test cases for IaC.
-
People, Process, Product - DevOps - SonarQube Tool Assessment- 2
This post will help you to quickly understand SonarQube pricing and licening as part of tool assessment.
