We use DatabaseBackup stored procedure to backup a load of SharePoint databases on a SQL2012 instance into Azure blob storage. We have been doing this for quite a while without any issues however for the last 6 weeks our DIFFs are randomly being promoted to FULL and we cannot see why.
This is the output from the agent step
This is the output from the agent step
BACKUP DATABASE [Database] TO URL = N'https://strorgage.blob.core.windows.net/server/instance/Database/2020/11/diff/Database_FULL_20201105_200000.bak'
WITH NO_CHECKSUM, COMPRESSION, CREDENTIAL = N'password'
DatabaseBackup is from 2019-06-14 so it needs an upgrade to be fair, but it has worked well for over 18 months.
We do not call your code directly as we have small wrapper procedure which builds up the virtual pathname for Azure, but essentially this is
how we call your code.