Skip to content

Commit 7aee63d

Browse files
committed
Links: Azure (2021-04) - 4
1 parent 26cef43 commit 7aee63d

30 files changed

Lines changed: 126 additions & 129 deletions

azure-sql/database/saas-tenancy-app-design-patterns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Other management features that scale well include the following:
109109

110110
#### Automation
111111

112-
The management operations can be scripted and offered through a [devops](https://docs.microsoft.com/azure/devops/user-guide/what-is-azure-devops) model. The operations can even be automated and exposed in the application.
112+
The management operations can be scripted and offered through a [devops](/azure/devops/user-guide/what-is-azure-devops) model. The operations can even be automated and exposed in the application.
113113

114114
For example, you could automate the recovery of a single tenant to an earlier point in time. The recovery only needs to restore the one single-tenant database that stores the tenant. This restore has no impact on other tenants, which confirms that management operations are at the finely granular level of each individual tenant.
115115

@@ -214,4 +214,4 @@ The following table summarizes the differences between the main tenancy models.
214214

215215
[image-mt-app-db-per-tenant-pool-153p]: media/saas-tenancy-app-design-patterns/saas-multi-tenant-app-database-per-tenant-pool-15.png "Design of multi-tenant app with database-per-tenant, using elastic pool."
216216

217-
[image-mt-app-sharded-mt-db-174s]: media/saas-tenancy-app-design-patterns/saas-multi-tenant-app-sharded-multi-tenant-databases-17.png "Design of multi-tenant app with sharded multi-tenant databases."
217+
[image-mt-app-sharded-mt-db-174s]: media/saas-tenancy-app-design-patterns/saas-multi-tenant-app-sharded-multi-tenant-databases-17.png "Design of multi-tenant app with sharded multi-tenant databases."

azure-sql/database/security-baseline.md

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

azure-sql/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ landingContent:
135135
- text: High availability & disaster recovery
136136
url: virtual-machines/windows/business-continuity-high-availability-disaster-recovery-hadr-overview.md
137137
- text: Performance guidelines
138-
url: virtual-machines/windows/performance-guidelines-best-practices.md
138+
url: ./virtual-machines/windows/performance-guidelines-best-practices-checklist.md
139139

140140
# Card
141141
- title: Migrate from SQL Server

azure-sql/managed-instance/machine-learning-services-differences.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 03/17/2021
1616

1717
# Key differences between Machine Learning Services in Azure SQL Managed Instance and SQL Server
1818

19-
This article describes the few, key differences in functionality between [Machine Learning Services in Azure SQL Managed Instance](machine-learning-services-overview.md) and [SQL Server Machine Learning Services](https://docs.microsoft.com/sql/advanced-analytics/what-is-sql-server-machine-learning).
19+
This article describes the few, key differences in functionality between [Machine Learning Services in Azure SQL Managed Instance](machine-learning-services-overview.md) and [SQL Server Machine Learning Services](/sql/advanced-analytics/what-is-sql-server-machine-learning).
2020

2121
## Language support
2222

@@ -39,8 +39,8 @@ There is no support in SQL Managed Instance for packages that depend on external
3939

4040
For more information about managing Python and R packages, see:
4141

42-
- [Get Python package information](https://docs.microsoft.com/sql/machine-learning/package-management/python-package-information?context=/azure/azure-sql/managed-instance/context/ml-context&view=azuresqldb-mi-current&preserve-view=true)
43-
- [Get R package information](https://docs.microsoft.com/sql/machine-learning/package-management/r-package-information?context=/azure/azure-sql/managed-instance/context/ml-context&view=azuresqldb-mi-current&preserve-view=true)
42+
- [Get Python package information](/sql/machine-learning/package-management/python-package-information?context=%2fazure%2fazure-sql%2fmanaged-instance%2fcontext%2fml-context&preserve-view=true&view=azuresqldb-mi-current)
43+
- [Get R package information](/sql/machine-learning/package-management/r-package-information?context=%2fazure%2fazure-sql%2fmanaged-instance%2fcontext%2fml-context&preserve-view=true&view=azuresqldb-mi-current)
4444

4545
## Resource governance
4646

@@ -62,7 +62,7 @@ sp_configure 'external scripts enabled', 0;
6262
RECONFIGURE WITH OVERRIDE;
6363
```
6464

65-
The total resources available to SQL Managed Instance depend on which service tier you choose. For more information, see [Azure SQL Database purchasing models](/azure/sql-database/sql-database-service-tiers).
65+
The total resources available to SQL Managed Instance depend on which service tier you choose. For more information, see [Azure SQL Database purchasing models](../database/purchasing-models.md).
6666

6767
### Insufficient memory error
6868

@@ -82,4 +82,4 @@ Machine Learning Services is currently not supported on [Azure SQL Managed Insta
8282

8383
- See the overview, [Machine Learning Services in Azure SQL Managed Instance](machine-learning-services-overview.md).
8484
- To learn how to use Python in Machine Learning Services, see [Run Python scripts](/sql/machine-learning/tutorials/quickstart-python-create-script?context=/azure/azure-sql/managed-instance/context/ml-context&view=azuresqldb-mi-current&preserve-view=true).
85-
- To learn how to use R in Machine Learning Services, see [Run R scripts](/sql/machine-learning/tutorials/quickstart-r-create-script?context=/azure/azure-sql/managed-instance/context/ml-context&view=azuresqldb-mi-current&preserve-view=true).
85+
- To learn how to use R in Machine Learning Services, see [Run R scripts](/sql/machine-learning/tutorials/quickstart-r-create-script?context=/azure/azure-sql/managed-instance/context/ml-context&view=azuresqldb-mi-current&preserve-view=true).

azure-sql/migration-guides/database/access-to-sql-database-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 03/19/2021
1515

1616
In this guide, you learn [how to migrate](https://azure.microsoft.com/migration/migration-journey) your Microsoft Access database to an Azure SQL database by using [SQL Server Migration](https://azure.microsoft.com/en-us/migration/sql-server/) Assistant for Access (SSMA for Access).
1717

18-
For other migration guides, see [Azure Database Migration Guide](https://docs.microsoft.com/data-migration).
18+
For other migration guides, see [Azure Database Migration Guide](/data-migration).
1919

2020
## Prerequisites
2121

@@ -184,4 +184,4 @@ The Data SQL Engineering team developed these resources. This team's core charte
184184

185185

186186
- To assess the application access layer, see [Data Access Migration Toolkit (preview)](https://marketplace.visualstudio.com/items?itemName=ms-databasemigration.data-access-migration-toolkit).
187-
- For information about how to perform Data Access Layer A/B testing, see [Overview of Database Experimentation Assistant](/sql/dea/database-experimentation-assistant-overview).
187+
- For information about how to perform Data Access Layer A/B testing, see [Overview of Database Experimentation Assistant](/sql/dea/database-experimentation-assistant-overview).

azure-sql/migration-guides/database/db2-to-sql-database-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 11/06/2020
1616

1717
In this guide, you learn [how to migrate](https://azure.microsoft.com/migration/migration-journey) your IBM Db2 databases to Azure SQL Database, by using [SQL Server Migration](https://azure.microsoft.com/en-us/migration/sql-server/) Assistant for Db2.
1818

19-
For other migration guides, see [Azure Database Migration Guides](https://docs.microsoft.com/data-migration).
19+
For other migration guides, see [Azure Database Migration Guides](/data-migration).
2020

2121
## Prerequisites
2222

@@ -172,4 +172,4 @@ The Data SQL Engineering team developed these resources. This team's core charte
172172
- [Cloud Migration Resources](https://azure.microsoft.com/migration/resources)
173173

174174
- To assess the application access layer, see [Data Access Migration Toolkit](https://marketplace.visualstudio.com/items?itemName=ms-databasemigration.data-access-migration-toolkit).
175-
- For details on how to perform data access layer A/B testing, see [Database Experimentation Assistant](/sql/dea/database-experimentation-assistant-overview).
175+
- For details on how to perform data access layer A/B testing, see [Database Experimentation Assistant](/sql/dea/database-experimentation-assistant-overview).

azure-sql/migration-guides/database/mysql-to-sql-database-guide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 03/19/2021
1616

1717
In this guide, you learn [how to migrate](https://azure.microsoft.com/migration/migration-journey) your MySQL database to an Azure SQL database by using [SQL Server Migration](https://azure.microsoft.com/en-us/migration/sql-server/) Assistant for MySQL (SSMA for MySQL).
1818

19-
For other migration guides, see [Azure Database Migration Guide](https://docs.microsoft.com/data-migration).
19+
For other migration guides, see [Azure Database Migration Guide](/data-migration).
2020

2121
## Prerequisites
2222

@@ -174,5 +174,4 @@ The Data SQL Engineering team developed these resources. This team's core charte
174174

175175
- For migration videos, see [Overview of the migration journey and recommended migration and assessment tools and services](https://azure.microsoft.com/resources/videos/overview-of-migration-and-recommended-tools-services/).
176176

177-
- For more [cloud migration resources](https://azure.microsoft.com/migration/resources/), see [cloud migration solutions](https://azure.microsoft.com/migration).
178-
177+
- For more [cloud migration resources](https://azure.microsoft.com/migration/resources/), see [cloud migration solutions](https://azure.microsoft.com/migration).

azure-sql/migration-guides/database/oracle-to-sql-database-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 08/25/2020
1717

1818
In this guide, you learn [how to migrate](https://azure.microsoft.com/migration/migration-journey) your Oracle schemas to Azure SQL Database by using [SQL Server Migration](https://azure.microsoft.com/en-us/migration/sql-server/) Assistant for Oracle (SSMA for Oracle).
1919

20-
For other migration guides, see [Azure Database Migration Guides](https://docs.microsoft.com/data-migration).
20+
For other migration guides, see [Azure Database Migration Guides](/data-migration).
2121

2222
## Prerequisites
2323

@@ -184,4 +184,4 @@ The Data SQL Engineering team developed these resources. This team's core charte
184184
- [Cloud Migration Resources](https://azure.microsoft.com/migration/resources)
185185

186186
- For video content, see:
187-
- [Overview of the migration journey and the tools and services recommended for performing assessment and migration](https://azure.microsoft.com/resources/videos/overview-of-migration-and-recommended-tools-services/)
187+
- [Overview of the migration journey and the tools and services recommended for performing assessment and migration](https://azure.microsoft.com/resources/videos/overview-of-migration-and-recommended-tools-services/)

azure-sql/migration-guides/database/sap-ase-to-sql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 03/19/2021
1717

1818
In this guide, you learn [how to migrate](https://azure.microsoft.com/migration/migration-journey) your SAP Adapter Server Enterprise (ASE) databases to an Azure SQL database by using [SQL Server Migration](https://azure.microsoft.com/en-us/migration/sql-server/) Assistant for SAP Adapter Server Enterprise.
1919

20-
For other migration guides, see [Azure Database Migration Guide](https://docs.microsoft.com/data-migration).
20+
For other migration guides, see [Azure Database Migration Guide](/data-migration).
2121

2222
## Prerequisites
2323

@@ -121,4 +121,4 @@ For more information about these issues and the steps to mitigate them, see the
121121
- [Cloud Migration Resources](https://azure.microsoft.com/migration/resources)
122122

123123
- To assess the application access layer, see [Data Access Migration Toolkit (preview)](https://marketplace.visualstudio.com/items?itemName=ms-databasemigration.data-access-migration-toolkit).
124-
- For details on how to perform Data Access Layer A/B testing see [Database Experimentation Assistant](/sql/dea/database-experimentation-assistant-overview).
124+
- For details on how to perform Data Access Layer A/B testing see [Database Experimentation Assistant](/sql/dea/database-experimentation-assistant-overview).

azure-sql/migration-guides/database/sql-server-to-sql-database-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can migrate SQL Server running on-premises or on:
2424
- Compute Engine (Google Cloud Platform - GCP)
2525
- Cloud SQL for SQL Server (Google Cloud Platform – GCP)
2626

27-
For more migration information, see the [migration overview](sql-server-to-sql-database-overview.md). For other migration guides, see [Database Migration](https://docs.microsoft.com/data-migration).
27+
For more migration information, see the [migration overview](sql-server-to-sql-database-overview.md). For other migration guides, see [Database Migration](/data-migration).
2828

2929
:::image type="content" source="media/sql-server-to-database-overview/migration-process-flow-small.png" alt-text="Migration process flow":::
3030

@@ -209,4 +209,4 @@ To learn more, see [managing Azure SQL Database after migration](../../database/
209209
- [Cloud Migration Resources](https://azure.microsoft.com/migration/resources)
210210

211211
- To assess the Application access layer, see [Data Access Migration Toolkit (Preview)](https://marketplace.visualstudio.com/items?itemName=ms-databasemigration.data-access-migration-toolkit)
212-
- For details on how to perform Data Access Layer A/B testing see [Database Experimentation Assistant](/sql/dea/database-experimentation-assistant-overview).
212+
- For details on how to perform Data Access Layer A/B testing see [Database Experimentation Assistant](/sql/dea/database-experimentation-assistant-overview).

0 commit comments

Comments
 (0)