DBhaskar

DBhaskar

How to increase the Azure VM Disk size on Linux.

When working with an Azure Linux Virtual Machine (VM), you may need to expand the root disk (OS disk) or data disk to accommodate growing storage requirements. This guide walks you through increasing the disk size from the Azure portal…

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…