Skip to content

Commit 62ad0da

Browse files
committed
fixing art
1 parent 15cf143 commit 62ad0da

File tree

9 files changed

+15
-58
lines changed

9 files changed

+15
-58
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53386,7 +53386,7 @@
5338653386
},
5338753387
{
5338853388
"source_path": "articles/sql-database/sql-database-glossary-terms.md",
53389-
"redirect_url": "/azure/azure-sql/glossary-terms",
53389+
"redirect_url": "/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview",
5339053390
"redirect_document_id": true
5339153391
},
5339253392
{
@@ -54338,6 +54338,8 @@
5433854338
"source_path": "articles/data-factory/connector-azure-sql-database-managed-instance.md",
5433954339
"redirect_url": "/azure/data-factory/connector-azure-sql-managed-instance",
5434054340
"redirect_document_id": true
54341-
}
54341+
},
54342+
54343+
5434254344
]
5434354345
}

articles/azure-sql/database/doc-changes-updates-release-notes.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,17 @@ We've done this because some features and functionality vary greatly between a s
2525

2626
This clarification between the different Azure SQL products should simplify and streamline the process of working with the SQL Server database engine in Azure, whether that be a single managed database in Azure SQL Database, a fully-fledged managed instance hosting multiple databases in Azure SQL Managed Instance, or the familiar on-premises SQL Server product but hosted on a virtual machine in Azure.
2727

28-
Consider that this is a work in progress and not every document has been updated yet. For example, Transact-SQL (T-SQL) statements, stored procedures, and many features shared between Azure SQL Database and Azure SQL Managed Instance are not yet complete, so please bear with us!
28+
Consider that this is a work in progress and not every article has been updated yet. For example, documentation for Transact-SQL (T-SQL) statements, stored procedures, and many features shared between Azure SQL Database and Azure SQL Managed Instance are not yet complete, so please bear with us!
29+
30+
This table provides a quick comparison for the change in terminology:
31+
32+
|Previous term |New term |Explanation |
33+
|---------|---------|---------|
34+
|Azure SQL Database managed instance | Azure SQL Managed Instance | Azure SQL Managed Instance is its own product within the Azure SQL family, rather than just a deployment option within Azure SQL Database. |
35+
|Azure SQL Database single database| Azure SQL Database| Unless explicitly specified otherwise, the product name Azure SQL Database includes both single databases and databases deployed to an elastic pool. |
36+
|Azure SQL Database elastic pool| Azure SQL Database| Unless explicitly specified otherwise, the product name Azure SQL Database includes both single databases and databases deployed to an elastic pool. |
37+
|Azure SQL Database | Azure SQL Database | Though the term stays the same, it now only applies to single database and elastic pool deployments, and does not include managed instance. |
38+
| N/A | Azure SQL | This refers to the family of SQL Server database engine products that are available in Azure: Azure SQL Database, Azure SQL Managed Instance, and SQL Server on Azure VMs. |
2939

3040

3141
## Features in public preview
-51.6 KB
Loading
-41.1 KB
Loading
17.2 KB
Loading

articles/azure-sql/glossary-terms.md

Lines changed: 0 additions & 53 deletions
This file was deleted.
-322 Bytes
Loading
Loading

articles/azure-sql/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,8 +1052,6 @@
10521052

10531053
- name: Resources
10541054
items:
1055-
- name: Glossary of terms
1056-
href: glossary-terms.md
10571055
- name: Build your skills with Microsoft Learn
10581056
href: /learn/browse/?products=azure-sql-database
10591057
- name: SQL Server Blog

0 commit comments

Comments
 (0)