Skip to content

Commit 39b2c42

Browse files
committed
Links: SQL - sql-server - 0
1 parent 12d1151 commit 39b2c42

50 files changed

Lines changed: 184 additions & 212 deletions

File tree

Some content is hidden

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

docs/sql-server/azure-arc/assess.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ You can enable SQL assessment for your SQL Server instances by following these s
1717

1818
* Your SQL Server instance is connected to Azure Arc. Follow these the instructions to [onboard your SQL Server instance to Arc-enabled SQL Server](connect.md).
1919

20-
* The MMA extension is installed and configured on the machine. Follow these the instructions to [Install Microsoft Monitoring Agent (MMA)](configure-advanced-data-security.md#install-microsoft-monitoring-agent-mma). For more information, see [Log Analytics Agent](https://docs.microsoft.com/azure/azure-monitor/platform/log-analytics-agent).
20+
* The MMA extension is installed and configured on the machine. Follow these the instructions to [Install Microsoft Monitoring Agent (MMA)](configure-advanced-data-security.md#install-microsoft-monitoring-agent-mma). For more information, see [Log Analytics Agent](/azure/azure-monitor/platform/log-analytics-agent).
2121

2222
* Your SQL Server has the [TCP/IP protocol enabled](../../database-engine/configure-windows/enable-or-disable-a-server-network-protocol.md).
2323

2424
* The [SQL Server browser](../../tools/configuration-manager/sql-server-browser-service.md) is running if you are operating a named instance of SQL Server.
2525

26-
* You reviewed the SQL Server document at [Services Hub On-Demand Assessments Prerequisites](https://docs.microsoft.com/services-hub/health/assessment-prereq-docs#on-demand-assessment-prerequisite-documents).
26+
* You reviewed the SQL Server document at [Services Hub On-Demand Assessments Prerequisites](/services-hub/health/assessment-prereq-docs#on-demand-assessment-prerequisite-documents).
2727

2828
## Enable on-demand SQL Assessment
2929

@@ -69,6 +69,6 @@ The Microsoft Monitoring Agent scans the working folder every 15 minutes looking
6969
7070
## Next steps
7171
72-
See the SQL Server document at [Services Hub On-Demand Assessments Prerequisites](https://docs.microsoft.com/services-hub/health/assessment-prereq-docs#on-demand-assessment-prerequisite-documents) for more information.
72+
See the SQL Server document at [Services Hub On-Demand Assessments Prerequisites](/services-hub/health/assessment-prereq-docs#on-demand-assessment-prerequisite-documents) for more information.
7373
74-
To obtain comprehensive support of the On-demand SQL Assessment, a Premier or Unified support subscription is required. See [Azure Premier Support](https://azure.microsoft.com/support/plans/premier) for details.
74+
To obtain comprehensive support of the On-demand SQL Assessment, a Premier or Unified support subscription is required. See [Azure Premier Support](https://azure.microsoft.com/support/plans/premier) for details.

docs/sql-server/azure-arc/configure-advanced-data-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Explore security anomalies and threats in Azure Security Center.
7171

7272
![Vulnerability report](media/configure-advanced-data-security/vulnerabilities-report.png)
7373

74-
1. Click on any security alert for full details and further explore the attack in [Azure Sentinel](https://docs.microsoft.com/azure/sentinel/overview). The following diagram is an example of the brute force alert.
74+
1. Click on any security alert for full details and further explore the attack in [Azure Sentinel](/azure/sentinel/overview). The following diagram is an example of the brute force alert.
7575

7676
![Brute force alert](media/configure-advanced-data-security/brute-force-alert.png)
7777

@@ -84,4 +84,4 @@ Explore security anomalies and threats in Azure Security Center.
8484
8585
## Next steps
8686

87-
You can further investigate the security alerts and attacks using [Azure Sentinel](/azure/sentinel/overview). Follow these instructions to [on-board Azure Sentinel](/azure/sentinel/connect-data-sources).
87+
You can further investigate the security alerts and attacks using [Azure Sentinel](/azure/sentinel/overview). Follow these instructions to [on-board Azure Sentinel](/azure/sentinel/connect-data-sources).

docs/sql-server/azure-arc/connect-at-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.prod: sql
1212

1313
# Connect SQL Server instances to Azure Arc at scale
1414

15-
You can connect multiple SQL Server instances installed on multiple Windows or Linux machines to Azure Arc using the same [script your generated for a single machine](connect.md). The script will connect and register each machine and the installed SQL Server instances on it to Azure Arc. For the best experience, we recommend using an Azure Active Directory [service principal](https://docs.microsoft.com/azure/active-directory/develop/app-objects-and-service-principals). A service principal is a special limited management identity that is granted only the minimum permission necessary to connect machines to Azure and to create the Azure resources for Azure Arc enabled server and Azure Arc enabled SQL Server. This is safer than using a higher privileged account like a Tenant Administrator, and follows our access control security best practices.
15+
You can connect multiple SQL Server instances installed on multiple Windows or Linux machines to Azure Arc using the same [script your generated for a single machine](connect.md). The script will connect and register each machine and the installed SQL Server instances on it to Azure Arc. For the best experience, we recommend using an Azure Active Directory [service principal](/azure/active-directory/develop/app-objects-and-service-principals). A service principal is a special limited management identity that is granted only the minimum permission necessary to connect machines to Azure and to create the Azure resources for Azure Arc enabled server and Azure Arc enabled SQL Server. This is safer than using a higher privileged account like a Tenant Administrator, and follows our access control security best practices.
1616

1717
The installation methods to install and configure the Connected Machine agent requires that the automated method you use has administrator permissions on the machines. On Linux, by using the root account and on Windows, as a member of the Local Administrators group.
1818

@@ -123,4 +123,4 @@ After you register SQL Server instances with Azure Arc enabled SQL Server (previ
123123

124124
- Learn how to [Configure your SQL Server instance for periodic environment health check using on-demand SQL assessment](assess.md)
125125

126-
- Learn how to [Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)
126+
- Learn how to [Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)

docs/sql-server/azure-arc/connect.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can connect your SQL Server instance on premises to Azure Arc by following t
1616
## Prerequisites
1717

1818
* Your machine has at least one instance of SQL Server installed
19-
* For Windows machines, you have installed Azure PowerShell. Follow the instructions to [install Azure PowerShell](https://docs.microsoft.com/powershell/azure/install-az-ps).
19+
* For Windows machines, you have installed Azure PowerShell. Follow the instructions to [install Azure PowerShell](/powershell/azure/install-az-ps).
2020
* For Linux machines, you have downloaded Azure CLI and connected your Azure account. Follow the instructions to [install Azure CLI](/cli/azure/install-azure-cli-apt).
2121

2222

@@ -33,7 +33,7 @@ In this step you generate a script that discovers all SQL Server instances insta
3333
3. Select the the subscription, resource group, Azure region and the host operating system. If required, also specify the proxy that your network uses to connect to Internet.
3434

3535
> [!IMPORTANT]
36-
> If the machine hosting the SQL Server instance is already [connected to Azure Arc](https://docs.microsoft.com/azure/azure-arc/servers/onboard-portal), make sure to select the same resource group that contains the corresponding __Machine - Azure Arc__ resource.
36+
> If the machine hosting the SQL Server instance is already [connected to Azure Arc](/azure/azure-arc/servers/onboard-portal), make sure to select the same resource group that contains the corresponding __Machine - Azure Arc__ resource.
3737
3838
![Server details](media/join/server-details-sql-server-azure-arc.png)
3939

@@ -50,7 +50,7 @@ In this step you will take the script you downloaded from Azure portal and execu
5050
5151
### Windows
5252

53-
1. Launch an admin instance of __powershell.exe__ and sign in your PowerShell module with your Azure credentials. Follow the [sign in instructions](https://docs.microsoft.com/powershell/azure/install-az-ps#sign-in).
53+
1. Launch an admin instance of __powershell.exe__ and sign in your PowerShell module with your Azure credentials. Follow the [sign in instructions](/powershell/azure/install-az-ps#sign-in).
5454

5555
2. Execute the downloaded script
5656

@@ -63,7 +63,7 @@ In this step you will take the script you downloaded from Azure portal and execu
6363
6464
### Linux
6565

66-
1. Use Azure CLI to sign in with your Azure credentials. Follow the [sign in instructions](https://docs.microsoft.com/cli/azure/authenticate-azure-cli)
66+
1. Use Azure CLI to sign in with your Azure credentials. Follow the [sign in instructions](/cli/azure/authenticate-azure-cli)
6767

6868
2. Grant the execution permission to the downloaded script and execute it.
6969

@@ -92,4 +92,4 @@ To remove an existing __SQL Server - Azure Arc__ resource, go to the resource gr
9292

9393
* [Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)
9494

95-
* [Configure on-demand SQL assessment for your SQL Server instance](assess.md)
95+
* [Configure on-demand SQL assessment for your SQL Server instance](assess.md)

docs/sql-server/azure-arc/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To connect the SQL Server instances and the hosting to Azure Arc, you must have
4545
* Microsoft.HybridCompute/machines/write
4646
* Microsoft.GuestConfiguration/guestConfigurationAssignments/read
4747

48-
For optimal security, we recommend creating a custom role in Azure that has the minimal permissions listed. For information on how to create a custom role in Azure with these permissions, see [Custom roles overview](https://docs.microsoft.com/azure/active-directory/users-groups-roles/roles-custom-overview). To add role assignment, see [Add or remove role assignments using Azure portal](https://docs.microsoft.com/azure/role-based-access-control/role-assignments-portal) or [Add or remove role assignments using Azure RBAC and Azure CLI](https://docs.microsoft.com/azure/role-based-access-control/role-assignments-cli).
48+
For optimal security, we recommend creating a custom role in Azure that has the minimal permissions listed. For information on how to create a custom role in Azure with these permissions, see [Custom roles overview](/azure/active-directory/users-groups-roles/roles-custom-overview). To add role assignment, see [Add or remove role assignments using Azure portal](/azure/role-based-access-control/role-assignments-portal) or [Add or remove role assignments using Azure RBAC and Azure CLI](/azure/role-based-access-control/role-assignments-cli).
4949

5050
### Azure subscription and service limits
5151

@@ -71,4 +71,4 @@ The public preview is available in the following regions:
7171

7272
- [Connect your SQL Server to Azure Arc](connect.md)
7373
- [Configure your SQL Server instance for periodic environment health check using on-demand SQL assessment](assess.md)
74-
- [Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)
74+
- [Configure advanced data security for your SQL Server instance](configure-advanced-data-security.md)

docs/sql-server/compute-capacity-limits-by-edition-of-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ You might want to disable hyperthreading when the performance for each virtual p
9191
[Editions and components of SQL Server 2016](../sql-server/editions-and-components-of-sql-server-2016.md)
9292
[Features supported by the editions of SQL Server 2016](~/sql-server/editions-and-supported-features-for-sql-server-2016.md)
9393
[Maximum capacity specifications for SQL Server](../sql-server/maximum-capacity-specifications-for-sql-server.md)
94-
[Quickstart installation of SQL Server 2016](https://msdn.microsoft.com/library/672afac9-364d-4946-ad5d-8a2d89cf8d81)
94+
[Quickstart installation of SQL Server 2016](../database-engine/install-windows/install-sql-server.md)
9595

9696
[!INCLUDE[get-help-options](../includes/paragraph-content/get-help-options.md)]
9797

98-
[!INCLUDE[contribute-to-content](../includes/paragraph-content/contribute-to-content.md)]
98+
[!INCLUDE[contribute-to-content](../includes/paragraph-content/contribute-to-content.md)]

0 commit comments

Comments
 (0)