I need to take a backup of my database on Azure and I need to recover that backup into my local machine. Since SQL and Azure SQL are different, would I be able to backup the Azure SQL through the PowerShell commands and use it to recreate the database on a non-Azure SQL server without too much trouble.
could some one help me on this ?