So you what to backup directly to Azure BLOB storage? How does your T-SQL command look like?
SQL Server error Event ID 3041 and 18204 troubleshooting

I need some help in identifying and troubleshooting the SQL Server backup issue for my SQL server instance below:
Microsoft SQL Server 2019 (RTM-CU18-GDR) (KB5021124) - 15.0.4280.7 (X64)
The problem is that it always throws errors like the following:
- Event ID 3041:
BACKUP failed to complete the command BACKUP LOG model. Check the backup application log for detailed messages.
- Event ID 18204:
BackupDiskFile::CreateMedia: Backup device 'https://corporateaccount.blob.core.windows.net/azure-vm01/model_ad67e767efe673349523_20230807151537+10.log' failed to create. Operating system error 50(The request is not supported.).
Where to check the Backup settings and how to stop this from happening again?
Any help would be greatly appreciated.
Azure SQL Database
SQL Server Other
2 answers
Sort by: Most helpful
-
-
Anonymous
2023-08-07T09:09:30.47+00:00 I found a similar thread, maybe you can use it as a reference: https://blog.sqlauthority.com/2018/08/23/sql-server-fix-backup-to-url-error-operating-system-error-50the-request-is-not-supported/.
Best regards,
Aniya