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