DBhaskar

DBhaskar

Dockerfile best practices

In this blog, we are going to talk about the best practices to be followed when writing the Dockerfile on your own. It is recommended to make the resulting docker image optimal and the minimum in size. Here, I came…

Desired State Configuration with Azure Automation

Desired State Configuration (DSC) is a management platform in Windows PowerShell that helps ensure configuration consistency and compliance for on-premises and cloud-based environments. Azure Automation is a cloud-based platform for automating manual and repetitive IT processes. Together, DSC and Azure…

Export iFlow from SAP CPI integration suite

iFlow is an integration flow which is a graphical tool that helps you to configure integration scenarios. Engineers design the iFlows and test them in lower environments. to move them to higher environments. This blog explains how to extract iFlow…

PowerShell commands for Beginners – Part 2

PowerShell-Objects

We have seen few fundamental commands in the previous article and now discuss few more commands in this PowerShell Commands for Beginner – Part 2 article that talks about working on the PowerShell object. What is PowerShell Object: PowerShell is…

PowerShell commands for Beginners

PowerShell for Beginners

PowerShell is the de-facto tool to automate the day to day task in windows environment and however, Microsoft is now providing the PowerShell for all the operating systems. To help to start with, this blog post will give you a…