Backup SharePoint and Teams Channel Data on Azure Storage

Microsoft SharePoint and Teams are popular collaboration platforms used by organizations of all sizes to share files, communicate with team members, and manage projects. With so much critical data stored in these platforms, it’s essential to have a reliable backup and recovery plan in place. In this blog post, I’ll show you how to backup

Step by Step – Azure Application Gateway

Azure Application Gateway

​Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications. Traditional load balancers operate at the transport layer (OSI layer 4 – TCP and UDP) and route traffic based on source IP address and port, to a destination IP address and port. ​Prerequisites This guide blogpost

FIXED – Not a valid Base-64 string error by Azure CLI on a storage queue

​Using Azure CLI a lot recently, it has made interactions with Azure so much easier using PowerShell. https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest I had to write a simple PowerShell script that added items to a Storage queue. Once the items were added to a queue an Azure function picked up the items and processed them. According to the documentation

Migrating your Server to Azure

Lets admit that migration of any sort is a pain and migrating something to the cloud for the first time is always challenging. I have been going through this for quite some time and finally had the chance to play with Azure Migrate and it has been a good experience overall. ​If you plan to

Playing with Azure Storage Explorer

After being in preview for quite some time, Azure Storage Explorer is now available in general availability (GA). You can get it from: With Azure Storage Explorer you can directly access your Azure Storage from your preferred client to download/upload content, manage you blobs, files, queues, tables or even your Cosmos DB Entities. To connect

Microsoft Azure: Azure Managed Disk

Microsoft has rolled out Azure Managed Disks this month and its available for all to simplify the management, scaling, sizing of disk, etc for VMs. Since i am still pretty much a .Net guy so download the Azure Management Libraries for .Net to manage Managed Disks. GitHub Link: https://github.com/Azure/azure-sdk-for-net/tree/Fluent Time to play 🙂 Things to note: