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 […]
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 […]
Data Science is another buzz word today and every industry is looking forward to IT for solutions which can utilise Data Science research outcomes and brings the innovation it claims. So that makes Data Science another job hiring hot skill like Cloud, DevOps, Blockchain etc. an ideal candidate for people looking for transition their roles in […]
Azure Active Directory(aka AAD or Azure AD) is default identity provider for all the resources in Azure. Azure AD is used for all kind of role based access control in Azure. If your organization already using Azure cloud and have organization user in Azure AD then why don’t you use Azure for letting your organization […]
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. […]