Skip to content

Commit 555f370

Browse files
authored
Merge pull request #17241 from shkale-msft/patch-13
Added note about public preview
2 parents 913651a + 5149978 commit 555f370

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/t-sql/statements/create-database-transact-sql.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "CREATE DATABASE (Transact-SQL) | Microsoft Docs"
33
description: Create database syntax for SQL Server, Azure SQL Database, Azure Synapse Analytics, and Analytics Platform System
4-
ms.custom: ""
4+
ms.custom: "references_regions"
55
ms.date: 09/29/2020
66
ms.prod: sql
77
ms.prod_service: "sql-database"
@@ -1009,6 +1009,9 @@ Specifies the default collation for the metadata catalog. *DATABASE_DEFAULT* spe
10091009
BACKUP_STORAGE_REDUNDANCY
10101010
Specifies how the point-in-time restore and long-term retention backups for a database are replicated. Geo restore or ability to recover from regional outage is only available when database is created with 'GEO' backup storage redundancy. Unless explicitly specified, databases created with T-SQL use geo-redundant backup storage.
10111011

1012+
> [!IMPORTANT]
1013+
> BACKUP_STORAGE_REDUNDANCY option for Azure SQL Database is available in public preview in Southeast Asia Azure region only.
1014+
10121015
EDITION
10131016
Specifies the service tier of the database.
10141017

0 commit comments

Comments
 (0)