Skip to content

Commit f05ddf7

Browse files
committed
fixing redirection
1 parent a9929f6 commit f05ddf7

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53387,7 +53387,7 @@
5338753387
{
5338853388
"source_path": "articles/sql-database/sql-database-glossary-terms.md",
5338953389
"redirect_url": "/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview",
53390-
"redirect_document_id": true
53390+
"redirect_document_id": false
5339153391
},
5339253392
{
5339353393
"source_path": "articles/sql-database/sql-database-high-availability.md",

articles/azure-sql/database/single-database-overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ The single database resource type creates a database in Azure SQL Database with
2020
> [!IMPORTANT]
2121
> Single database is one resource type for Azure SQL Database. The other is [elastic pools](elastic-pool-overview.md).
2222
23-
> [!NOTE]
24-
> For a glossary of terms in Azure SQL Database, see [SQL Database terms glossary](../glossary-terms.md)
25-
2623
## Dynamic scalability
2724

2825
You can build your first app on a small, single database at low cost in the serverless compute tier or a small compute size in the provisioned compute tier. You change the [compute or service tier](single-database-scale.md) manually or programmatically at any time to meet the needs of your solution. You can adjust performance without downtime to your app or to your customers. Dynamic scalability enables your database to transparently respond to rapidly changing resource requirements and enables you to only pay for the resources that you need when you need them.

articles/azure-sql/database/sql-database-paas-overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ Azure SQL Database is based on the latest stable version of the [Microsoft SQL S
2525

2626
SQL Database enables you to easily define and scale performance within two different purchasing models: a [vCore-based purchasing model](service-tiers-vcore.md) and a [DTU-based purchasing model](service-tiers-dtu.md). SQL Database is a fully managed service that has built-in high availability, backups, and other common maintenance operations. Microsoft handles all patching and updating of the SQL and operating system code. You don't have to manage the underlying infrastructure.
2727

28-
> [!NOTE]
29-
> For relevant terms and their definitions, see the [SQL Database terms glossary](../glossary-terms.md).
30-
3128
## Deployment models
3229

3330
Azure SQL Database provides the following deployment options for an Azure SQL database:

0 commit comments

Comments
 (0)