This is also known as “SQL Server Backup to URL”.
This blog covers below topics as a reference :
1. Minimum requirement:
2. Process to perform the Backup:
Step 1 : Create Windows Azure Storage Objects:
Create a Windows Azure storage account and then a blob container.
Step 2: Create a SQL Server Credential
Create a Credential to store security information used to access the Windows Azure storage account.
Step 3: Write a Full Database Backup to the Windows Azure Blob Storage Service
Issue a T-SQL statement or via SQL Server management Studio to write a backup of the sample database to the Windows Azure Blob storage service.
Step 4: Perform a Restore From a Full Database Backup
Issue a T-SQL statement or via SQL Server management Studio to restore from the database backup you created in the previous step.
3. Windows Azure Backup tool
In case SQL Server Database is older than 2012 , use Windows Azure Tool to create Rules,
to be continued….