Skip to content

Commit 11bf46f

Browse files
authored
Update sql-server-linux-backup-and-restore-database.md
updated word to remove "blogs" vs "blobs" as confusing
1 parent 7d52173 commit 11bf46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux/sql-server-linux-backup-and-restore-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom:
1818
You can take backups of databases from SQL Server on Linux with many different options. On a Linux server, you can use **sqlcmd** to connect to the SQL Server and take backups. From Windows, you can connect to SQL Server on Linux and take backups with the user interface. The backup functionality is the same across platforms. For example, you can backup databases locally, to remote drives, or to [SQL Server backup to URL for Microsoft Azure Blob Storage](../relational-databases/backup-restore/sql-server-backup-to-url.md).
1919

2020
> [!IMPORTANT]
21-
> SQL Server on Linux only supports backing up to Azure Blob storage using block blobs. Using a storage key for backup and restore will result in a page blog being used, which isn't supported. Use a Shared Access Signature instead. For information on block blogs versus page blogs, see [Backup to block blob vs. page blob](../relational-databases/backup-restore/sql-server-backup-to-url.md#blockbloborpageblob).
21+
> SQL Server on Linux only supports backing up to Azure Blob storage using block blobs. Using a storage key for backup and restore will result in a page blog being used, which isn't supported. Use a Shared Access Signature instead. For information on block blobs versus page blobs, see [Backup to block blob vs. page blob](../relational-databases/backup-restore/sql-server-backup-to-url.md#blockbloborpageblob).
2222
2323
## Back up a database
2424

0 commit comments

Comments
 (0)