Skip to content

Commit 08608d0

Browse files
authored
Merge pull request #21033 from cmcclister/cm-linkfix-20220119
LinkFix: sql-docs-pr (2022-01)
2 parents c59c260 + 759ad70 commit 08608d0

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/linux/sql-server-availability-group-ha-hpe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This tutorial consists of the following tasks:
3333
3434
## Prerequisites
3535

36-
* In Azure, create three Linux-based VMs (Virtual Machines). To create Linux-based virtual machines in Azure, see [Quickstart: Create Linux virtual machine in Azure portal](https://docs.microsoft.com/azure/virtual-machines/linux/quick-create-portal). When deploying the VMs, please make sure to use HPE Serviceguard supported Linux distributions. You could also deploy the VMs locally in an on-premises environment if you prefer.
36+
* In Azure, create three Linux-based VMs (Virtual Machines). To create Linux-based virtual machines in Azure, see [Quickstart: Create Linux virtual machine in Azure portal](/azure/virtual-machines/linux/quick-create-portal). When deploying the VMs, please make sure to use HPE Serviceguard supported Linux distributions. You could also deploy the VMs locally in an on-premises environment if you prefer.
3737

3838
For an example of a supported distribution, see [HPE Serviceguard for Linux](https://h20195.www2.hpe.com/v2/gethtml.aspx?docname=c04154488). Check with HPE for information about support for public cloud environments.
3939

@@ -296,4 +296,4 @@ For HPE Serviceguard, refer to the section [**Testing the setup for failover rea
296296

297297
## Next steps
298298

299-
Learn more about Always On [Availability Groups on Linux](sql-server-linux-availability-group-overview.md).
299+
Learn more about Always On [Availability Groups on Linux](sql-server-linux-availability-group-overview.md).

docs/sql-server/install/security-considerations-for-a-sql-server-installation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Use the NT file system (NTFS) or Resilient File System (ReFS). NTFS and ReFS are
8383
> If you use EFS, database files will be encrypted under the identity of the account running [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. Only this account will be able to decrypt the files. If you must change the account that runs [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], you must first decrypt the files under the old account and then re-encrypt them under the new service account.
8484
8585
> [!WARNING]
86-
> Using file encryption via EFS may lead to slower I/O performance because encryption causes asynchronous I/O to become synchronous. See [Asynchronous disk I/O appears as synchronous on Windows](/troubleshoot/windows/win32/asynchronous-disk-io-synchronous#ntfs-encryption). Instead, you can sonsider using SQL Server encryption technologies like [Transparent Data Encryption (TDE)](/sql/relational-databases/security/encryption/transparent-data-encryption), [Always Encrypted](/sql/relational-databases/security/encryption/always-encrypted-database-engine), and column-level encryption [T-SQL functions](/sql/t-sql/functions/cryptographic-functions-transact-sql).
86+
> Using file encryption via EFS may lead to slower I/O performance because encryption causes asynchronous I/O to become synchronous. See [Asynchronous disk I/O appears as synchronous on Windows](/troubleshoot/windows/win32/asynchronous-disk-io-synchronous#ntfs-encryption). Instead, you can sonsider using SQL Server encryption technologies like [Transparent Data Encryption (TDE)](../../relational-databases/security/encryption/transparent-data-encryption.md), [Always Encrypted](../../relational-databases/security/encryption/always-encrypted-database-engine.md), and column-level encryption [T-SQL functions](../../t-sql/functions/cryptographic-functions-transact-sql.md).
8787
8888
### <a name="disabled_protocols"></a> Disable NetBIOS and Server Message Block
8989

@@ -153,4 +153,3 @@ Use the NT file system (NTFS) or Resilient File System (ReFS). NTFS and ReFS are
153153
[Hardware and Software Requirements for Installing SQL Server](../../sql-server/install/hardware-and-software-requirements-for-installing-sql-server.md)
154154
[Network Protocols and Network Libraries](../../sql-server/install/network-protocols-and-network-libraries.md)
155155
[Register a Service Principal Name for Kerberos Connections](../../database-engine/configure-windows/register-a-service-principal-name-for-kerberos-connections.md)
156-

0 commit comments

Comments
 (0)