Skip to content

Commit c6ab8bd

Browse files
authored
Merge pull request #20306 from alexbuckgit/alexbuckgit/docutune-autopr-20210928-185220-8183433
DocuTune: Fix incorrect casing of Windows brand name
2 parents 66acfd6 + adbff61 commit c6ab8bd

64 files changed

Lines changed: 102 additions & 110 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/analytics-platform-system/acquire-and-configure-backup-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Since PDW backups are not stored on the appliance, your IT team is responsible f
126126

127127
### Manage network credentials
128128

129-
Network access to the backup directory is based on standard Windows file sharing security. Before performing a backup, you need to create or designate a Windows account that will be used for authenticating PDW to the backup directory. This windows account must have permission to access, create, and write to the backup directory.
129+
Network access to the backup directory is based on standard Windows file sharing security. Before performing a backup, you need to create or designate a Windows account that will be used for authenticating PDW to the backup directory. This Windows account must have permission to access, create, and write to the backup directory.
130130

131131
> [!IMPORTANT]
132132
> To reduce security risks with your data, we advise that you designate one Windows account solely for the purpose of performing backup and restore operations. Allow this account to have permissions to the backup location and nowhere else.

docs/azdata/reference/reference-azdata-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Database name to connect to.
8080
#### `--server -s`
8181
SQL Server instance name or address.
8282
#### `--integrated -e`
83-
Use integrated authentication on windows.
83+
Use integrated authentication on Windows.
8484
#### `--mssqlclirc`
8585
Location of mssqlclirc config file.
8686
#### `--row-limit`
@@ -151,7 +151,7 @@ Username to connect to the database.
151151
#### `--server -s`
152152
SQL Server instance name or address.
153153
#### `--integrated -e`
154-
Use integrated authentication on windows.
154+
Use integrated authentication on Windows.
155155
### Global Arguments
156156
#### `--debug`
157157
Increase logging verbosity to show all debug logs.
@@ -168,4 +168,4 @@ Increase logging verbosity. Use --debug for full debug logs.
168168

169169
For more information about other **azdata** commands, see [azdata reference](reference-azdata.md).
170170

171-
For more information about how to install the **azdata** tool, see [Install azdata](..\install\deploy-install-azdata.md).
171+
For more information about how to install the **azdata** tool, see [Install azdata](..\install\deploy-install-azdata.md).

docs/azure-data-studio/notebooks/notebooks-kusto-kernel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ Learn more about notebooks:
115115
- [Kusto (KQL) extension for Azure Data Studio](../extensions/kusto-extension.md)
116116
- [How to use notebooks in Azure Data Studio](./notebooks-guidance.md)
117117
- [Create and run a Python notebook](./notebooks-python-kernel.md)
118-
- [Create and run a SQL Server notebook](./notebooks-sql-kernel.md)
118+
- [Create and run a SQL Server notebook](./notebooks-sql-kernel.md)

docs/big-data-cluster/spark-submit-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ There are several ways to open the Spark job submission dialog. The ways include
4646

4747
- Use **Submit Spark Job** from the command palette by typing **Ctrl+Shift+P** (in Windows) and **Cmd+Shift+P** (in Mac).
4848

49-
![Submit menu command palette in windows](./media/submit-spark-job/submit-spark-job-3.png)
49+
![Submit menu command palette in Windows](./media/submit-spark-job/submit-spark-job-3.png)
5050

5151
![Submit menu command palette in mac](./media/submit-spark-job/submit-spark-job-4.png)
5252

docs/connect/ado-net/protecting-connection-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Protecting access to your data source is one of the most important goals when se
2121

2222
Security vulnerabilities involving connection strings can arise based on the type of authentication used, how connection strings are persisted in memory and on disk, and the techniques used to construct them at run time.
2323

24-
## Use windows authentication
24+
## Use Windows authentication
2525

2626
To help limit access to your data source, you must secure connection information such as user ID, password, and data source name. In order to avoid exposing user information, we recommend using Windows authentication (sometimes referred to as *integrated security*) wherever possible. Windows authentication is specified in a connection string by using the `Integrated Security` or `Trusted_Connection` keywords, eliminating the need to use a user ID and password. When using Windows authentication, users are authenticated by Windows, and access to server and database resources is determined by granting permissions to Windows users and groups.
2727

docs/database-engine/availability-groups/windows/automatically-initialize-always-on-availability-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Databases in an availability group must be in full recovery model. The database
3030

3131
To create an availability group with automatic seeding, set `SEEDING_MODE=AUTOMATIC`.
3232

33-
The following example creates an availability group on a two node windows server failover cluster. Before running the scripts, update the values for your environment.
33+
The following example creates an availability group on a two-node Windows Server failover cluster. Before running the scripts, update the values for your environment.
3434

3535
1. Create the endpoints. Each server needs an endpoint. The following script creates an endpoint that uses TCP port 5022 for the listener. Set `<endpoint_name>` and `LISTENER_PORT` to match your environment and run the script on both servers:
3636

@@ -280,4 +280,4 @@ Before adding a database to an availability group with automatic seeding, evalua
280280

281281
[CREATE AVAILABILITY GROUP (Transact-SQL)](../../../t-sql/statements/create-availability-group-transact-sql.md)
282282

283-
[AlwaysOn Availability Groups Troubleshooting and Monitoring Guide](/previous-versions/sql/sql-server-guides/dn135328(v=sql.110))
283+
[AlwaysOn Availability Groups Troubleshooting and Monitoring Guide](/previous-versions/sql/sql-server-guides/dn135328(v=sql.110))

docs/database-engine/configure-windows/sql-server-express-localdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The instance collation for LocalDB is set to `SQL_Latin1_General_CP1_CI_AS` and
7272

7373
- LocalDB only allows local queues for Service Broker.
7474

75-
- An instance of LocalDB owned by the built-in accounts such as `NT AUTHORITY\SYSTEM` can have manageability issues due to windows file system redirection. Instead use a normal windows account as the owner.
75+
- An instance of LocalDB owned by the built-in accounts such as `NT AUTHORITY\SYSTEM` can have manageability issues due to Windows file system redirection. Instead use a normal Windows account as the owner.
7676

7777
### Automatic and named instances
7878

docs/database-engine/database-mirroring/add-a-database-mirroring-witness-using-windows-authentication-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configure a witness"
3-
description: "Describes how to configure a database mirroring witness with windows authentication using Transact-SQL. "
3+
description: "Describes how to configure a database mirroring witness with Windows authentication using Transact-SQL. "
44
ms.custom: "seo-lt-2019"
55
ms.date: "03/07/2017"
66
ms.prod: sql

docs/database-engine/database-mirroring/database-mirroring-allow-network-access-windows-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.author: mikeray
2828
2929
### To configure logins for Windows Authentication
3030

31-
1. For the user account of each instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], create a login on the other instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. Use a [CREATE LOGIN](../../t-sql/statements/create-login-transact-sql.md) statement with the FROM WINDOWS clause.
31+
1. For the user account of each instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], create a login on the other instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. Use a [CREATE LOGIN](../../t-sql/statements/create-login-transact-sql.md) statement with the `FROM WINDOWS` clause.
3232

3333
For more information, see [Create a Login](../../relational-databases/security/authentication-access/create-a-login.md).
3434

docs/database-engine/database-mirroring/database-mirroring-establish-session-windows-authentication.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Configure database mirroring"
3-
description: "Steps to configure a database mirroring relationship between a principal and mirror using windows authentication."
3+
description: "Steps to configure a database mirroring relationship between a principal and mirror using Windows authentication."
44
ms.custom: "seo-lt-2019"
55
ms.date: "05/17/2016"
66
ms.prod: sql
@@ -217,6 +217,3 @@ ms.author: mikeray
217217
[Setting Up Database Mirroring &#40;SQL Server&#41;](../../database-engine/database-mirroring/setting-up-database-mirroring-sql-server.md)
218218
[Specify a Server Network Address &#40;Database Mirroring&#41;](../../database-engine/database-mirroring/specify-a-server-network-address-database-mirroring.md)
219219
[Database Mirroring Operating Modes](../../database-engine/database-mirroring/database-mirroring-operating-modes.md)
220-
221-
222-

0 commit comments

Comments
 (0)