Have you deleted Azure Storage Account accidentally and want to recover it? Or, maybe someone deleted, and now you need to recover that? Fortunately, we now have the option to recover deleted Azure Storage account. We can use Azure Portal or, PowerShell to recover it. But before we start recovering, keep below things in mind:…
Category: Azure Storage
Swap OS Disk of an Azure VM
Have you ever been in a situation where you did the troubleshooting for a VM by attaching its OS Disk as Data Disk to other Azure VM? Then created Azure VM out of that OS Disk. It’s a painful process. What if we can swap the existing OS Disk of an Azure VM? So you…
Recover deleted data of Azure Storage
Have you thought about recovering deleted Blobs from Azure Storage? Or, have you ever been in a situation where you deleted something accidentally but couldn’t recover the data? Azure Storage Blobs has a feature called Soft Delete which can help you recover deleted data if it enabled on the Azure Storage Account. This feature must…
Migrate Azure Classic resources to ARM using Azure Portal
If you are one of those who started using Azure long ago, then you probably know in Azure has two types of deployment Classic (ASM – Azure Service Manager) and ARM (Azure Resource Manager). A few years back Azure moved focus to towards ARM only. And, new capabilities and features coming to ARM only. We…
Migrate Azure VM to Managed Disks using Azure Portal
If you have created VMs in Azure then might have seen Managed Disk, or you probably know about Managed Disk. But have you thought about the old VMs you created before Managed Disk or, are you thinking to migrate them to Managed Disk? It is the right time to take advantages of Managed Disks, also…
Generate a SAS Token in Azure Storage Account using Azure Portal
In this blog post, I will show you how can you generate a SAS (Shared Access Signature) token in Azure Storage Account using Azure Portal. A shared access signature (SAS) provides you with a way to grant limited access to objects in your storage account to other clients, without exposing your account key. You can…