{"id":883,"date":"2014-07-24T09:00:00","date_gmt":"2014-07-24T16:00:00","guid":{"rendered":"https:\/\/blogs.technet.microsoft.com\/dataplatforminsider\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/"},"modified":"2024-01-22T22:48:50","modified_gmt":"2024-01-23T06:48:50","slug":"get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/","title":{"rendered":"Get started backing up to the cloud with SQL Server Backup to Microsoft Azure Tool"},"content":{"rendered":"<p>If you\u2019re considering backing up your SQL Server database to the cloud, there are many compelling reasons. Not only will you have an offsite copy of your data for business continuity and disaster recovery purposes, but you can save on CAPEX by using Microsoft Azure for cost-effective storage.\u00a0 And now, you can choose to backup to Microsoft Azure even for databases that aren\u2019t running the latest version of SQL Server \u2013 creating a consistent backup strategy across your database environment.<\/p>\n<p>SQL Server has these tools and features to help you back up to the cloud:<\/p>\n<ul>\n<li>In SQL Server 2014, <a href=\"\/sqlserver\/2013\/10\/24\/backup-and-restore-enhancements-in-sql-server-2014-ctp2\/?WT.mc_id=Blog_SQL_Announce_DI\">Managed Backup to Microsoft Azure<\/a> manages your backup to Microsoft Azure, setting backup frequency based on data activity.\u00a0 It is available inside the SQL Server Management Studio in SQL Server 2014.<\/li>\n<li>In SQL Server 2012 and 2014, <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/jj919148(v=sql.110).aspx?WT.mc_id=Blog_SQL_Announce_DI\">Backup to URL<\/a> provides backup to Microsoft Azure using T-SQL and PowerShell scripting.<\/li>\n<li>For prior versions, SQL Server <a href=\"http:\/\/go.microsoft.com\/fwlink\/?LinkID=324399&amp;WT.mc_id=Blog_SQL_Announce_DI\">Backup to Microsoft Azure Tool<\/a> enables you to back up to the cloud all supported versions of SQL Server, including older ones.\u00a0 It can also be used to provide encryption and compression for your backups \u2013 even for versions of SQL Server that don\u2019t support these functions natively.<\/li>\n<\/ul>\n<p>To show you how easy it is to get started with SQL Server Backup to Microsoft Azure Tool, we\u2019ve outlined the four simple steps you need to follow:<\/p>\n<p><b>Prerequisites:<\/b> Microsoft Azure subscription and a Microsoft Azure Storage Account.\u00a0In addition, you will need to create a Microsoft Azure Blob Storage Container:\u00a0 SQL Server uses the Microsoft Azure Blob storage service and stores the backups as blobs.<\/p>\n<p><b>Step 1<\/b>:<b> Download<\/b> the <a href=\"http:\/\/go.microsoft.com\/fwlink\/?LinkID=324399&amp;WT.mc_id=Blog_SQL_Announce_DI\">SQL Server Backup to Microsoft Azure Tool<\/a>, which is available on the Microsoft Download Center.<\/p>\n<p><b>Step 2:<\/b> <b>Install the tool.<\/b> From the download page, download the MSI (x86\/x64) to your local machine that has the SQL Server Instances installed, or to a local share with access to the Internet. Use the MSI to install the tool on your production machines. Double click to start the installation.<\/p>\n<p><b>Step 3:<\/b> <b>Create your rules.<\/b>\u00a0 Start the Microsoft SQL Server Backup to Microsoft Azure Tool Service by running SQLBackup2Azure.exe.\u00a0 Going through the wizard to setup the rules allows the program to process the backup files that should be encrypted, compressed or uploaded to Azure storage. The Tool does not do job scheduling or error tracking, so you should continue to use SQL Server Management Studio for this functionality<i>.<\/i><\/p>\n<p>On the <b>Rules<\/b> page, click <b>Add<\/b> to create a new rule.\u00a0 \u00a0\u00a0This will launch a three screen rule entry wizard.<\/p>\n<p><i><a href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png\"><img decoding=\"async\" src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png\" alt=\" \" border=\"0\" \/><\/a><\/i><\/p>\n<p>The rule will tell the Tool what local folder to watch for backup file creation. You must also specify the file name pattern that this rule should apply to.<\/p>\n<p><a href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-2.png\"><img decoding=\"async\" src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-2.png\" alt=\" \" border=\"0\" \/><\/a><\/p>\n<p>To store the backup in Microsoft Azure Storage, you must specify the name of the account, the storage access key, and the name of the container.\u00a0 You can <a href=\"http:\/\/go.microsoft.com\/fwlink\/?LinkId=392743&amp;WT.mc_id=Blog_SQL_Announce_DI\">retrieve the name of the storage account and the access key information<\/a> by logging into the Microsoft Azure management portal.<\/p>\n<p><a href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-3.png\"><img decoding=\"async\" src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-3.png\" alt=\" \" border=\"0\" \/><\/a><\/p>\n<p>At this time, you can also specify whether or not you wish to have the backup files encrypted or compressed.<\/p>\n<p>Once you have created one or more rules, you will see the existing rules and the option to <b>Modify<\/b> or <b>Delete<\/b> the rule.<\/p>\n<p><b>Step 4: Restore a Database<\/b> from a Backup Taken with SQL Server Backup to Microsoft Azure Tool in place. The SQL Server Backup to Microsoft Azure Tool creates a \u2018stub\u2019 file with some metadata to use during restore.\u00a0 Use this file like your regular backup file when you wish to restore a database.\u00a0 SQL Server uses the metadata from this file and the backup on Microsoft Azure storage to complete the restore.<\/p>\n<p>If the stub file is ever deleted, you can recover a copy of it from the Microsoft Azure storage container in which the backups are stored.\u00a0 Place the stub file into a folder on the local machine where the Tool is configured to detect and upload backup files.<\/p>\n<p>That\u2019s all it takes!\u00a0 Now you\u2019re up and running with Backup to and Restore from Microsoft Azure.<\/p>\n<p>To\u00a0learn more about <i>why<\/i> to back up to the cloud, join Forrester Research analyst Noel Yuhanna\u00a0in a webinar on <b>Database Cloud Backup and Disaster Recovery<\/b>.\u00a0 You\u2019ll find out why enterprises should make database cloud backup and DR part of their enterprise database strategy.<\/p>\n<p>The webinar takes place on <b>Tuesday, 7\/29 at 9 AM Pacific time<\/b>; <a href=\"https:\/\/www.eventbuilder.com\/event_desc.asp?p_event=f6c7g6t5\">register now<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you\u2019re considering backing up your SQL Server database to the cloud, there are many compelling reasons. Not only will you have an offsite copy of your data for business continuity and disaster recovery purposes, but you can save on CAPEX by using Microsoft Azure for cost-effective storage.<\/p>\n","protected":false},"author":1457,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[],"product":[],"content-type":[2424,2448],"topic":[],"coauthors":[2487],"class_list":["post-883","post","type-post","status-publish","format-standard","hentry","content-type-best-practices","content-type-updates","review-flag-1593580427-503","review-flag-1-1593580431-15","review-flag-2-1593580436-981","review-flag-3-1593580441-293","review-flag-4-1593580446-456","review-flag-7-1593580462-294","review-flag-9-1593580472-173","review-flag-new-1593580247-437"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Get started backing up to the cloud with SQL Server Backup to Microsoft Azure Tool - Microsoft SQL Server Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Get started backing up to the cloud with SQL Server Backup to Microsoft Azure Tool - Microsoft SQL Server Blog\" \/>\n<meta property=\"og:description\" content=\"If you\u2019re considering backing up your SQL Server database to the cloud, there are many compelling reasons. Not only will you have an offsite copy of your data for business continuity and disaster recovery purposes, but you can save on CAPEX by using Microsoft Azure for cost-effective storage.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft SQL Server Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/sqlserver\" \/>\n<meta property=\"article:published_time\" content=\"2014-07-24T16:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-23T06:48:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png\" \/>\n<meta name=\"author\" content=\"SQL Server Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:site\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"SQL Server Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/\"},\"author\":[{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/\",\"@type\":\"Person\",\"@name\":\"SQL Server Team\"}],\"headline\":\"Get started backing up to the cloud with SQL Server Backup to Microsoft Azure Tool\",\"datePublished\":\"2014-07-24T16:00:00+00:00\",\"dateModified\":\"2024-01-23T06:48:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/\"},\"wordCount\":755,\"commentCount\":5,\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/\",\"name\":\"Get started backing up to the cloud with SQL Server Backup to Microsoft Azure Tool - Microsoft SQL Server Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png\",\"datePublished\":\"2014-07-24T16:00:00+00:00\",\"dateModified\":\"2024-01-23T06:48:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#primaryimage\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Get started backing up to the cloud with SQL Server Backup to Microsoft Azure Tool\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"name\":\"Microsoft SQL Server Blog\",\"description\":\"Official News from Microsoft\u2019s Information Platform\",\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\",\"name\":\"Microsoft SQL Server Blog\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft SQL Server Blog\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/www.facebook.com\/sqlserver\",\"https:\/\/x.com\/SQLServer\",\"https:\/\/www.youtube.com\/user\/MSCloudOS\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Get started backing up to the cloud with SQL Server Backup to Microsoft Azure Tool - Microsoft SQL Server Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/","og_locale":"en_US","og_type":"article","og_title":"Get started backing up to the cloud with SQL Server Backup to Microsoft Azure Tool - Microsoft SQL Server Blog","og_description":"If you\u2019re considering backing up your SQL Server database to the cloud, there are many compelling reasons. Not only will you have an offsite copy of your data for business continuity and disaster recovery purposes, but you can save on CAPEX by using Microsoft Azure for cost-effective storage.","og_url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/","og_site_name":"Microsoft SQL Server Blog","article_publisher":"http:\/\/www.facebook.com\/sqlserver","article_published_time":"2014-07-24T16:00:00+00:00","article_modified_time":"2024-01-23T06:48:50+00:00","og_image":[{"url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png","type":"","width":"","height":""}],"author":"SQL Server Team","twitter_card":"summary_large_image","twitter_creator":"@SQLServer","twitter_site":"@SQLServer","twitter_misc":{"Written by":"SQL Server Team","Est. reading time":"3 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#article","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/"},"author":[{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/","@type":"Person","@name":"SQL Server Team"}],"headline":"Get started backing up to the cloud with SQL Server Backup to Microsoft Azure Tool","datePublished":"2014-07-24T16:00:00+00:00","dateModified":"2024-01-23T06:48:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/"},"wordCount":755,"commentCount":5,"publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/","name":"Get started backing up to the cloud with SQL Server Backup to Microsoft Azure Tool - Microsoft SQL Server Blog","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#primaryimage"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png","datePublished":"2014-07-24T16:00:00+00:00","dateModified":"2024-01-23T06:48:50+00:00","breadcrumb":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#primaryimage","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2018\/03\/dpi-jul24-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2014\/07\/24\/get-started-backing-up-to-the-cloud-with-sql-server-backup-to-microsoft-azure-tool\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/"},{"@type":"ListItem","position":2,"name":"Get started backing up to the cloud with SQL Server Backup to Microsoft Azure Tool"}]},{"@type":"WebSite","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","name":"Microsoft SQL Server Blog","description":"Official News from Microsoft\u2019s Information Platform","publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization","name":"Microsoft SQL Server Blog","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft SQL Server Blog"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/sqlserver","https:\/\/x.com\/SQLServer","https:\/\/www.youtube.com\/user\/MSCloudOS"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"_links":{"self":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/users\/1457"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/comments?post=883"}],"version-history":[{"count":0,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/883\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/media?parent=883"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/post_tag?post=883"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/product?post=883"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/content-type?post=883"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/topic?post=883"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/coauthors?post=883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}