Moving Bakup to Azure Storage Account using Maintainance Plan

Sarvesh Pandey 141 Reputation points
2021-07-17T20:03:45.093+00:00

I am trying to create job through SQL Server Maintenance Plan which takes Full Backup every 1 hour and stores the bak file to azure storage account but its working can you please help me with this.

SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. AmeliaGu-MSFT 14,006 Reputation points Microsoft External Staff
    2021-07-19T02:59:16.193+00:00

    Hi SarveshPandey-7139,

    If you already have both the Access keys and the storage URL, you need to create a credential in SQL Server to use the Azure storage. Then on the maintenance plan under the Back Up Database Task, ensure to select the URL option, and on the Destination tab, select the credential that you created and enter the name and URL of your Azure storage container.
    Please refer to SQL Server database backups using maintenance plans to Azure Blob Storage for more details.

    Best Regards,
    Amelia


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.