Filtering backups in Azure App service

In today’s post I am going to show you how to filtering backups in Azure App Service and keep your application protected. Regardless the App Service Plan tier, the backup cannot exceed 10GB, and this is the total even if you are backing up databases along with your application. Backup exceeding 10GB If your application … Ler mais

Get a bacpac from Azure SQL Database

There are several ways to get a bacpac from an Azure SQL Database to a storage. However, you take some precautions for the export be transactionally consistent. Transactionally Consistent One thing not to forget is that behind the scenes the Azure SQL Database is sitting in an SQL Server, therefore the same concepts are still … Ler mais