Recover deleted Azure Storage account using Azure Portal

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:…

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…