It's about open source softwares

Wednesday, May 27, 2015

Docker on Windows

      Day by day, Docker becoming very famous as it changes the process of building, deployment, shipping of applications with the help of operating system level virtualization technology called containers.  Docker, What it is?        Docker is an...
Share:

Thursday, May 21, 2015

Provision SQL server with powershell on azure

In this post I am explaining steps to provision SQL server on Azure cloud using powershell. Am also going to explain how to access newly provisioned SQL server using SQL Server Management Studio(SSMS).  Provisioning SQL Server Provisioning of SQL server mainly consists of below high level...
Share:

Wednesday, May 6, 2015

Execute Bash commands with Powershell on Azure VM

Recently, I had to provision and configure Linux machine through powershell on Azure cloud. We can create the linux machine very easily using powershell script. But i am more interested in configuring linux machine through powershell. For this i have to somehow SSH into linux machine to execute the bash scripts and commands. There is module based on SSH.NET library for powershell which...
Share: