Azure – How to create a SQL Server DB backup using Powershell
In this post, we will see how to create a Sql Server Db backup and save it into a Storage container, using Powershell. We will run a backup of the Db called dockertest and then, we will save it into a container called dbbackup. In order to create a complete backup, we will use a… Read More »