Skip to content

Commit b91f0f3

Browse files
authored
Merge pull request #115181 from MashaMSFT/move8
Move8
2 parents eeb08d7 + 539379f commit b91f0f3

File tree

159 files changed

+475
-410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+475
-410
lines changed

.openpublishing.redirection.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52521,6 +52521,71 @@
5252152521
"source_path": "articles/sql-database/sql-database-machine-learning-services-overview.md",
5252252522
"redirect_url": "/azure/azure-sql/database/machine-learning-services-overview",
5252352523
"redirect_document_id": true
52524+
},
52525+
{
52526+
"source_path": "articles/sql-database/sql-database-networkaccess-overview.md",
52527+
"redirect_url": "/azure/azure-sql/database/network-access-controls-overview",
52528+
"redirect_document_id": true
52529+
},
52530+
{
52531+
"source_path": "articles/sql-database/sql-database-private-endpoint-overview.md",
52532+
"redirect_url": "/azure/azure-sql/database/private-endpoint-overview",
52533+
"redirect_document_id": true
52534+
},
52535+
{
52536+
"source_path": "articles/sql-database/sql-database-query-performance.md",
52537+
"redirect_url": "/azure/azure-sql/database/query-performance-insight",
52538+
"redirect_document_id": true
52539+
},
52540+
{
52541+
"source_path": "articles/sql-database/sql-database-quickstart-r-create-script.md",
52542+
"redirect_url": "/azure/azure-sql/database/quickstart-r-create-script",
52543+
"redirect_document_id": true
52544+
},
52545+
{
52546+
"source_path": "articles/sql-database/sql-database-quickstart-r-train-score-model.md",
52547+
"redirect_url": "/azure/azure-sql/database/quickstart-r-train-score-model",
52548+
"redirect_document_id": true
52549+
},
52550+
{
52551+
"source_path": "articles/sql-database/sql-database-resource-limits-database-server.md",
52552+
"redirect_url": "/azure/azure-sql/database/resource-limits-logical-server",
52553+
"redirect_document_id": true
52554+
},
52555+
{
52556+
"source_path": "articles/sql-database/sql-database-server-level-firewall-rule.md",
52557+
"redirect_url": "/azure/azure-sql/database/quickstart-firewall-create-server-level-portal",
52558+
"redirect_document_id": true
52559+
},
52560+
{
52561+
"source_path": "articles/sql-database/sql-database-security-tutorial.md",
52562+
"redirect_url": "/azure/azure-sql/database/tutorial-secure-database",
52563+
"redirect_document_id": true
52564+
},
52565+
{
52566+
"source_path": "articles/sql-database/sql-database-serverless.md",
52567+
"redirect_url": "/azure/azure-sql/database/serverless-tier-overview",
52568+
"redirect_document_id": true
52569+
},
52570+
{
52571+
"source_path": "articles/sql-database/sql-database-servers.md",
52572+
"redirect_url": "/azure/azure-sql/database/logical-servers",
52573+
"redirect_document_id": true
52574+
},
52575+
{
52576+
"source_path": "articles/sql-database/sql-database-service-tier-hyperscale.md",
52577+
"redirect_url": "/azure/azure-sql/database/service-tier-hyperscale",
52578+
"redirect_document_id": true
52579+
},
52580+
{
52581+
"source_path": "articles/sql-database/sql-database-service-tiers-dtu.md",
52582+
"redirect_url": "/azure/azure-sql/database/dtu-service-tiers",
52583+
"redirect_document_id": true
52584+
},
52585+
{
52586+
"source_path": "articles/sql-database/sql-database-single-database.md",
52587+
"redirect_url": "/azure/azure-sql/database/single-database-overview",
52588+
"redirect_document_id": true
5252452589
}
5252552590
]
5252652591
}

articles/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This tutorial shows you how to use a system-assigned identity for a Windows virt
3939

4040
## Grant access
4141

42-
To grant your VM access to a database in Azure SQL Database, you can use an existing [logical SQL server](../../sql-database/sql-database-servers.md) or create a new one. To create a new server and database using the Azure portal, follow this [Azure SQL quickstart](https://docs.microsoft.com/azure/sql-database/sql-database-get-started-portal). There are also quickstarts that use the Azure CLI and Azure PowerShell in the [Azure SQL documentation](https://docs.microsoft.com/azure/sql-database/).
42+
To grant your VM access to a database in Azure SQL Database, you can use an existing [logical SQL server](../../azure-sql/database/logical-servers.md) or create a new one. To create a new server and database using the Azure portal, follow this [Azure SQL quickstart](https://docs.microsoft.com/azure/sql-database/sql-database-get-started-portal). There are also quickstarts that use the Azure CLI and Azure PowerShell in the [Azure SQL documentation](https://docs.microsoft.com/azure/sql-database/).
4343

4444
There are two steps to granting your VM access to a database:
4545

articles/app-service/app-service-web-tutorial-dotnet-sqldatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can keep the generated web app name, or change it to another unique name (va
109109

110110
### Create a server
111111

112-
Before creating a database, you need a [logical SQL server](../sql-database/sql-database-servers.md). A logical SQL server is a logical construct that contains a group of databases managed as a group.
112+
Before creating a database, you need a [logical SQL server](../azure-sql/database/logical-servers.md). A logical SQL server is a logical construct that contains a group of databases managed as a group.
113113

114114
1. Click **Create a SQL Database**.
115115

articles/app-service/app-service-web-tutorial-dotnetcore-sqldb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In this step, you create a database in [Azure SQL Database](/azure/sql-database/
8383

8484
### Create a server in Azure SQL Database
8585

86-
In the Cloud Shell, create a [server](../sql-database/sql-database-servers.md) in Azure SQL Database with the [`az sql server create`](/cli/azure/sql/server?view=azure-cli-latest#az-sql-server-create) command. A server is a logical construct that contains a group of databases managed as a group.
86+
In the Cloud Shell, create a [server](../azure-sql/database/logical-servers.md) in Azure SQL Database with the [`az sql server create`](/cli/azure/sql/server?view=azure-cli-latest#az-sql-server-create) command. A server is a logical construct that contains a group of databases managed as a group.
8787

8888
Replace the *\<server-name>* placeholder with a *unique* name. This name is used as the part of the globally unique SQL Database endpoint, `<server-name>.database.windows.net`. Valid characters are `a`-`z`, `0`-`9`, `-`. Also, replace *\<db-username>* and *\<db-password>* with a username and password of your choice.
8989

@@ -130,7 +130,7 @@ az sql server firewall-rule create --name AllowLocalClient --server <mysql_serve
130130

131131
### Create a database in Azure SQL Database
132132

133-
Create a database with an [S0 performance level](../sql-database/sql-database-service-tiers-dtu.md) in the server using the [`az sql db create`](/cli/azure/sql/db?view=azure-cli-latest#az-sql-db-create) command.
133+
Create a database with an [S0 performance level](../azure-sql/database/dtu-service-tiers.md) in the server using the [`az sql db create`](/cli/azure/sql/db?view=azure-cli-latest#az-sql-db-create) command.
134134

135135
```azurecli-interactive
136136
az sql db create --resource-group myResourceGroup --server <server-name> --name coreDB --service-objective S0

articles/app-service/containers/tutorial-dotnetcore-sqldb-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ In this step, you create a database in [Azure SQL Database](/azure/sql-database/
8282

8383
### Create a server in Azure SQL Database
8484

85-
In the Cloud Shell, create a [server](../../sql-database/sql-database-servers.md) in Azure SQL Database with the [`az sql server create`](/cli/azure/sql/server?view=azure-cli-latest#az-sql-server-create) command. A server is a logical construct that contains a group of databases managed as a group.
85+
In the Cloud Shell, create a [server](../../azure-sql/database/logical-servers.md) in Azure SQL Database with the [`az sql server create`](/cli/azure/sql/server?view=azure-cli-latest#az-sql-server-create) command. A server is a logical construct that contains a group of databases managed as a group.
8686

8787
Replace the *\<server-name>* placeholder with a *unique* SQL Database name. This name is used as the part of the globally unique SQL Database endpoint, `<server-name>.database.windows.net`. Valid characters are `a`-`z`, `0`-`9`, `-`. Also, replace *\<db-username>* and *\<db-password>* with a username and password of your choice.
8888

@@ -129,7 +129,7 @@ az sql server firewall-rule create --name AllowLocalClient --server <mysql_serve
129129

130130
### Create a database in Azure SQL Database
131131

132-
Create a database with an [S0 performance level](../../sql-database/sql-database-service-tiers-dtu.md) in the server using the [`az sql db create`](/cli/azure/sql/db?view=azure-cli-latest#az-sql-db-create) command.
132+
Create a database with an [S0 performance level](../../azure-sql/database/dtu-service-tiers.md) in the server using the [`az sql db create`](/cli/azure/sql/db?view=azure-cli-latest#az-sql-db-create) command.
133133

134134
```azurecli-interactive
135135
az sql db create --resource-group myResourceGroup --server <server-name> --name coreDB --service-objective S0

articles/azure-resource-manager/templates/template-tutorial-deploy-sql-extensions-bacpac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: jgao
1111

1212
Learn how to use Azure SQL Database extensions to import a BACPAC file with Azure Resource Manager (ARM) templates. Deployment artifacts are any files, in addition to the main template files, that are needed to complete a deployment. The BACPAC file is an artifact.
1313

14-
In this tutorial, you create a template to deploy a [logical SQL server](../../sql-database/sql-database-servers.md) and a single database and import a BACPAC file. For information about how to deploy Azure virtual machine extensions by using ARM templates, see [Tutorial: Deploy virtual machine extensions with ARM templates](./template-tutorial-deploy-vm-extensions.md).
14+
In this tutorial, you create a template to deploy a [logical SQL server](../../azure-sql/database/logical-servers.md) and a single database and import a BACPAC file. For information about how to deploy Azure virtual machine extensions by using ARM templates, see [Tutorial: Deploy virtual machine extensions with ARM templates](./template-tutorial-deploy-vm-extensions.md).
1515

1616
This tutorial covers the following tasks:
1717

articles/azure-sql/database/active-geo-replication-configure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following steps create a new secondary database in a geo-replication partner
3535

3636
To add a secondary database, you must be the subscription owner or co-owner.
3737

38-
The secondary database has the same name as the primary database and has, by default, the same service tier and compute size. The secondary database can be a single database or a pooled database. For more information, see [DTU-based purchasing model](../../sql-database/sql-database-service-tiers-dtu.md) and [vCore-based purchasing model](../../sql-database/sql-database-service-tiers-vcore.md).
38+
The secondary database has the same name as the primary database and has, by default, the same service tier and compute size. The secondary database can be a single database or a pooled database. For more information, see [DTU-based purchasing model](dtu-service-tiers.md) and [vCore-based purchasing model](../../sql-database/sql-database-service-tiers-vcore.md).
3939
After the secondary is created and seeded, data begins replicating from the primary database to the new secondary database.
4040

4141
> [!NOTE]

articles/azure-sql/database/active-geo-replication-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ If you decide to create the secondary with lower compute size, the log IO percen
120120
Transaction log rate throttling on the primary due to lower compute size on a secondary is reported using the HADR_THROTTLE_LOG_RATE_MISMATCHED_SLO wait type, visible in the [sys.dm_exec_requests](/sql/relational-databases/system-dynamic-management-views/sys-dm-exec-requests-transact-sql) and [sys.dm_os_wait_stats](/sql/relational-databases/system-dynamic-management-views/sys-dm-os-wait-stats-transact-sql) database views.
121121

122122
> [!NOTE]
123-
> Transaction log rate on the primary may be throttled for reasons unrelated to lower compute size on a secondary. This kind of throttling may occur even if the secondary has the same or higher compute size than the primary. For details, including wait types for different kinds of log rate throttling, see [Transaction log rate governance](../../sql-database/sql-database-resource-limits-database-server.md#transaction-log-rate-governance).
123+
> Transaction log rate on the primary may be throttled for reasons unrelated to lower compute size on a secondary. This kind of throttling may occur even if the secondary has the same or higher compute size than the primary. For details, including wait types for different kinds of log rate throttling, see [Transaction log rate governance](resource-limits-logical-server.md#transaction-log-rate-governance).
124124
125125
For more information on the SQL Database compute sizes, see [What are SQL Database Service Tiers](../../sql-database/sql-database-purchase-models.md).
126126

articles/azure-sql/database/automatic-tuning-enable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ On the server level you can choose to inherit automatic tuning configuration fro
4141
4242
### Azure portal
4343

44-
To enable automatic tuning on a [server](../../sql-database/sql-database-servers.md) in Azure SQL Database, navigate to the server in Azure portal and then select **Automatic tuning** in the menu.
44+
To enable automatic tuning on a [server](logical-servers.md) in Azure SQL Database, navigate to the server in Azure portal and then select **Automatic tuning** in the menu.
4545

4646
![Server](./media/automatic-tuning-enable/server.png)
4747

@@ -121,4 +121,4 @@ See [automatic tuning e-mail notifications](automatic-tuning-email-notifications
121121

122122
- Read the [Automatic tuning article](../../sql-database/sql-database-automatic-tuning.md) to learn more about automatic tuning and how it can help you improve your performance.
123123
- See [Performance recommendations](database-advisor-implement-performance-recommendations.md) for an overview of Azure SQL Database performance recommendations.
124-
- See [Query Performance Insights](../../sql-database/sql-database-query-performance.md) to learn about viewing the performance impact of your top queries.
124+
- See [Query Performance Insights](query-performance-insight.md) to learn about viewing the performance impact of your top queries.

articles/azure-sql/database/connect-query-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Completing this quickstart requires the AdventureWorksLT sample database. If you
3131
If you get one of the following errors in the query editor: *Your local network settings might be preventing the Query Editor from issuing queries. Please click here for instructions on how to configure your network settings*, or *A connection to the server could not be established. This might indicate an issue with your local firewall configuration or your network proxy settings*, the following important information should help resolve:
3232

3333
> [!IMPORTANT]
34-
> The query editor uses ports 443 and 1443 to communicate. Ensure you have enabled outbound HTTPS traffic on these ports. You also need to [add your outbound IP address to the server's allowed firewall rules](../../sql-database/sql-database-server-level-firewall-rule.md) to access your databases and data warehouses.
34+
> The query editor uses ports 443 and 1443 to communicate. Ensure you have enabled outbound HTTPS traffic on these ports. You also need to [add your outbound IP address to the server's allowed firewall rules](quickstart-firewall-create-server-level-portal.md) to access your databases and data warehouses.
3535
3636

3737
## Open the SQL Database Query Editor

0 commit comments

Comments
 (0)