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
Happy New Year to all my blog readers, for many months I was busy with Azure Projects so unable to write any blog post. In mid of 2019, lately I have started working with Terraform. Once you have completed the Terraform installation you can verify it by running the below command. Terraform Once you verify
Azure Accelerated networking enables single root I/O virtualization (SR-IOV) to a VM, greatly improving its networking performance. This high-performance path bypasses the host from the datapath, reducing latency, jitter, and CPU utilization, for use with the most demanding network workloads on supported VM types. Now if the azure accelarated networking is enabled you can’t resize
Dear Friends, as you are aware PowerShell 7 Preview has been released recently. PowerShell 7 was designated to become the replacement product for PowerShell Core 6.x products as well as Windows PowerShell 5.1, which is the last supported Windows PowerShell version and now you can install the PowerShell 7.0 Preview in your computer by running
Picture Credit: Pexels.com Today I will show you how we can encrypt the disks of an azure VM. Encrypion of VM now a days becoming a compliance requirement and all the enterprises are following one or the other way to encrypt their servers. Azure Disk Encryption helps protect and safeguard your data to meet your
As you are aware in my last post I have written about the first part of migrating a SQL database to SQL Managed instance with the help of Data Migration Service. The post you can read here. Today I will show you how you can actually migrate the database. As you have seen in the
Today I have completed the AZ-301 & AZ-300 exam I have already completed earlier. After passing these two exams I have successfully completed the requirements to be recognized as a Microsoft Certified Azure Solutions Architect Expert. This was something which is long due.
As you are aware in my last post I have shown you the steps to create the Azure SQL Managed instance, today I will show you how you can migrate SQL databases easily to SQL managed instance. For our PoC we have used the Azure DMS tool. What is Azure Data Migration Service? Azure Database
In August 2018, I have written a blog post regarding Azure SQL Managed Instance which you can read here. This blog post has more than 2700 views so far and has been referred in other blogs as well. Today in this post I am going to show you how quickly we can create SQL managed
When I was young, Dr. Albaan Hello Africa was one of my top favorites. I don’t remember how many times I have listened to that Album. As an Indian from that time I have grown lots of curiosity about Africa and started reading lots of books (the Internet was not available during that time) about
I have received another Global Award in the Azure Migration Project from Unisys Today. Thanks to the entire team who have closely worked with me. A snap while discussing a few migration experiences at the Global Award Program Stage. For a few of the followers who have requested me why no new posts in March.
At last another most awaited feature is enabled now for the Azure VM, it now enables you to reboot your VM from within the console experience. This ability will help you if you want to reboot a stuck VM or enter the boot menu of your VM. I have just tested it with one of
Yesterday Microsoft has released new features for the Azure Disaster Recovery Services. The following disaster recovery support are available now: Azure VMs in availability zones Encrypted VMs VMs using accelerated networking VMs using Storage Spaces Direct VMs using Standard Solid State Drive (SSD) disks Unmanaged VMs using firewall-enabled storage accounts New Linux versions A new
Azure File Sync has became a mega hit among all the recent infrastructure solutions provided by MS Azure, many enterprise are already moving their File Servers to Azure File Share and DFSR is widely replaced by Azure File Sync. But there are another side of it, you may face multiple errors while you move your
Hello Friends, from this month onwards, I will write about the few interesting Tips & Ticks which may help you in your day to day Azure deployments. I think you might have faced situation where you need to isolate the VM from the production or QA network for the troubleshooting purpose. This is mostly required
Many enterprises users across the globe were unable to sign into Microsoft Azure and Office 365 on Monday, as the result on ongoing multi-factor authentication (MFA) issues. The problem, which arose in the early hours of Monday morning and remains unresolved. As per the last update Engineers have explored mitigating a back-end service via deploying
There are lots of different types of logs generated in Azure, it’s very much confusing when you don’t know which logs to use for monitoring your resources and how to access them. Logs contain different kinds of data organized into records with different sets of properties for each type. Logs can contain numeric values like
There is no blog post in Why Azure from last one month and many people have contacted me for this. Actually, I was on vacation so didn’t get the time to write. PowerShell on CloudShell is now available in GA and it was announced in the Ignite 2018, the interesting fact is that it’s running
For the admins who are still thinking to replace their large file servers DFSR replication with Azure File Sync may hit a bottleneck if they do not have done the advance planning. Recently we have encountered an issue as you can see below, we have faced this issue when we have tried to run a
MS Ignite 2018 conference, has ended last week at Orlando, Florida. Similar to my last year post after the ignite, I thought to choose my top two takeaway from Ignite this year as well. Image: Orlando, Florida. Microsoft Ignite Venue. Last year after the end of Ignite 2017, I have posted details about Cloudnyn, which
Picture Credit: Pexels.com Almost a year back in the 17th of Sept. 2017, in one of my blog post, I have shown you how to add a disk to the Azure VM without any downtime,If you want to read more about that post you can click here. Today I have received a requirement where I