Hello, readers hope you are all safe in this Covid-19 pandemic situation. For the last couple of months, I have got many requests to write about work from home solutions, and most of them are related to Citrix VDI deployment steps in Azure, so I have decided to start a 15 series blog to show
I know many of you are worried about the present Covid-19 situation and afraid of losing your jobs. Many of my friends have asked this questions to me during the entire lockdown period in India. I feel if you are a cloud engineer or admins and if you are afraid of job loss due to
Interesting to note that the Worlds number 1 Video Sharing App TikTok has surpassed 2 billion downloads across android and ios devices. Last December they have reported 1.5 billion downloads. And now, they have added another 50 million users in the last three months. In the last month, TikTok has reported 13 million downloads. As
As you know most of the enterprises have already deployed the ExpressRoute circuits in different regions in Azure across the Globe. But due to Covid-19 when there is a surge in WFH scenarios there are few use cases like Citrix VDI infrastructure in Azure IaaS, in this case, due to huge load users started complaining
If you believe Azure CLI is based on bash which should automatically installed in Ubuntu then you are wrong. The Azure command-line interface (Azure CLI) is a set of commands used to create and manage Azure resources. The Azure CLI is available across Azure services and is designed to get you working quickly with Azure,
In my last post here I have shown you how you can create a PowerShell docker image in your Ubuntu Server in Azure. Today I will show you how you can directly pull the docker image from docker hub. Picture Credit: Pexels.com In first Step you need to pull the docker image. docker pull mcr.microsoft.com/powershell:latest
Hello everyone, in the last six months I have seen lots of talks regarding administrating the Azure from Ubuntu and many were asking about the steps to create a docker image with PowerShell Core installed and Az module pre-installed in it. So I have created this post for them to go through the below steps.
In large enterprises, we have seen that the limit of 5 TiB Azure File Storage is not sufficient, and we sometimes need a huge file share due to backup or another requirement. However, as you all may know that by default, Azure standard file shares can span only up to 5 TiB, although the share
Today I will show you how you can install PowerShell Core in the Ubuntu Linux VM. If you are from Linux background and want to manage workloads in Azure it’s very important that you should install PowerShell Core in Linux VM and later you can import the Az Module. You can follow this post for
I have started writing about many PowerShell scripts in my blog after I get the request from many frequent blog followers who are connected with me on the various social platforms. Today I will show you how you can create files in Powershell.You can create a file with the following command.New-Item This below command will
O365 which is recently renamed as Microsoft 365, however it has been used in most of the corporates for a long time now. To know the users license count is one of the important task which is very common for most of the O365 admins. Here is a script written by me which can give
I got queries from many beginners to know how they can connect Azure from PowerShell. I am assuming you have already installed the Az Module and using PowerShell Core. Here is the simple command for your reference. The below command will connect to your Azure Account and it will connect to the default subscription. Connect-AzAccount
Azure VM monthly cost reporting is very important for most of the Azure Admins nowadays and you should know how to get the data from the Azure with the help of PowerShell script. You should use the new Az-Module for this task. You can find the consumption details of the Azure VM’s with the help
Hi friends, today I will show you the solution of a common error when you plan to start working with Azure Services which you have never used before in your Azure Subscription. There are many services in Azure which is not available initially unless you register them for example Azure Data Factory, Blockchain etc. In
Hi friends, for a long time I was not able to publish my articles in this portal due to work related commitmet. In my today’s post I will show you how you can easily delete orphan resources in Azure. Let’s see how it works, in any enterprise you may have multiple subscription. Once you login