DevOps as a culture has helped a lot in bridging gaps between development and operation organizations. Various practices such as Infrastructure as Code, Continuous Integration and Continuous deployment, etc. have helped teams collaborate better and deliver faster. Majorly all these practices have helped developments and operations to transform a lot but security has still been […]
Category: AzureDevOps
Introduction Infrastructure as Code is one of the important practice in DevOps culture, it enables you manage your cloud infrastructure using code. If you are getting started with this practice in Azure cloud then Azure Resource Manager template become obvious choice. ARM templates are json format files that can be pushed to Azure Resource Manager […]
sonarcloud is an online code analysis service completely free for public projects. It supports many of the popular languages like C#, Javascript, Java and many more. The best part is it has inbuilt integration with Azure DevOps, Github and BitBucket. In this article we will explore sonarcloud integration with Azure DevOps Pipelines. mn To configure […]
Introduction This is my demo project for PowerShell Module development with CI and CD to deploy on PowerShell gallery. We are using multiple tools here to achieve some of the most common DevOps practices like unit testing, CI and CD. This is just a journey to start with and here we are majorly talking about […]
My journey with community started with a YouTube recording on PowerShell in late 2017. Many friends gave encouraging comments after watching the first video and inspired me to continue. Very soon I started Telegram group https://t.me/azuredevopspro dedicated to PowerShell scripting (at that time) on the advice of one of the friend I made from community. […]