Month: December 2022

Multi-Cloud Server Management with Azure Arc Service

Azure Arc is a service or an offering in Microsoft Azure that provides a centralized management of all the resources that exists in on-premise and multi-cloud environments. It is specifically designed to on-board non-azure resources to Azure. The Non-azure resources will become Azure resource after on-boarding. What will you do with this service? When you […]

READ MORE

GCP to Azure VPN Connectivity

Today I am going to show how to setup VPN connectivity between GCP and Azure. I have seen this ask from many customers and they want to explore services of other clouds as well. I hope you will enjoy this article the way I enjoyed testing and making it worked. Below is high level VPN […]

READ MORE

Simple steps to generate OAuth Token in GCP for REST API

Today we will see how to generate an OAuth token to make an API call. I found two ways to generate an OAuth token. Based on this token you can make an API call. Through this call you can do CRUD (Create – Read – Update – Delete) operation so it is a powerful and […]

READ MORE

VM Image Transfer Across GCP Accounts in Easy Steps

Sometimes there is requirement to migrate vm images from GCP account to another. Sometime they have organization configured or sometimes not. We will see how to transfer images in that case. I am providing steps. First we will upload vm disk in storage account and create image out of it. Image Upload Login into GCP […]

READ MORE