Move Azure resources across regions using Azure Resource Mover

Have you been ever in a situation where you had to move Azure resources socially VMs, Disk and Storage Accounts across the regions using some PowerShell scripts? I have encountered this situation multiple times where I moved VMs, Disks across regions. Using PowerShell is time consuming and tedious process. Most of the resources cannot move….

Access Azure SQL Database over Private endpoint using Azure Private Link

Have you ever been in a situation where you wanted to have Private endpoint for Azure PaaS services like Azure SQL Database, Azure Storage Account etc.? Or, If any customer/user asked you for this? Then the answer was mostly no since these services have a Public endpoint which means the Traffic will route through the…