Skip to content

Commit dec17db

Browse files
Merge pull request #35716 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-03 17:30 UTC
2 parents fb9666d + a283cdb commit dec17db

File tree

6 files changed

+220
-175
lines changed

6 files changed

+220
-175
lines changed

azure-sql/database/region-availability.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Feature Availability by Region
33
description: Learn about feature availability by region for Azure SQL Database.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
ms.reviewer: rsetlem, peskount
7-
ms.date: 07/17/2025
6+
ms.reviewer: rsetlem, peskount, rokhot
7+
ms.date: 10/31/2025
88
ms.service: azure-sql-database
99
ms.topic: concept-article
1010
ms.custom:
@@ -235,8 +235,8 @@ The following table is for [zone-redundant](high-availability-sla-local-zone-red
235235
| Central US | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
236236
| East US 1 | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
237237
| East US 2 | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
238-
| South Central US | | | [!INCLUDE [yes](../includes/yes.md)] |
239-
| West US 2 | | | [!INCLUDE [yes](../includes/yes.md)] |
238+
| South Central US | | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
239+
| West US 2 | | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
240240
| West US 3 | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
241241

242242
#### [Asia Pacific](#tab/asia)
@@ -245,7 +245,8 @@ The following table is for [zone-redundant](high-availability-sla-local-zone-red
245245
|:---|:---|:---|:---|
246246
| Southeast Asia | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
247247
| Australia East | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
248-
| Japan East | | | [!INCLUDE [yes](../includes/yes.md)] |
248+
| Central India | | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
249+
| Japan East | | [!INCLUDE [yes](../includes/yes.md)] | [!INCLUDE [yes](../includes/yes.md)] |
249250

250251
#### [Europe, the Middle East, and Africa](#tab/emea)
251252

docs/connect/ado-net/appcontext-switches.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@ When using `Encrypt=false` in the connection string, a security warning is outpu
110110
AppContext.SetSwitch("Switch.Microsoft.Data.SqlClient.SuppressInsecureTLSWarning", true);
111111
```
112112

113+
## Ignore Server Provided Failover Partner
114+
[!INCLUDE [appliesto-netfx-netcore-netst-md](../../includes/appliesto-netfx-netcore-netst-md.md)]
115+
116+
(Available starting with versions 5.1.8, 6.0.4, and 6.1.3)
117+
118+
Upon failover, failover partner information provided by the server is preferred over failover partner information provided in the connection string. To ignore failover partner information provided by the server and only consider failover partner information provided in the connection string, enable this AppContext switch on application startup:
119+
120+
```csharp
121+
AppContext.SetSwitch("Switch.Microsoft.Data.SqlClient.IgnoreServerProvidedFailoverPartner", true);
122+
```
123+
113124
## See also
114125

115126
[AppContext Class](/dotnet/api/system.appcontext?view=netcore-3.1&preserve-view=true)

docs/database-engine/configure-windows/enable-the-lock-pages-in-memory-option-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Enable the Lock Pages in Memory Option (Windows)"
3-
description: "Learn how to turn on the Lock pages in memory option. See how it can boost performance by keeping data in physical memory instead of paging it to disk."
3+
description: Learn how to turn on the Lock pages in memory option. See how it can boost performance by keeping data in physical memory instead of paging it to disk.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 07/16/2025
6+
ms.date: 10/31/2025
77
ms.service: sql
88
ms.subservice: configuration
99
ms.topic: how-to
@@ -19,7 +19,7 @@ This Windows policy determines which accounts can use a process to keep data in
1919
> [!NOTE]
2020
> Locking pages in memory might boost performance when paging memory to disk is expected. For more information, see [Lock pages in memory (LPIM)](server-memory-server-configuration-options.md#lock-pages-in-memory-lpim).
2121
22-
Use the Windows Group Policy tool (`gpedit.msc`) to enable this policy for the account used by [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. You must be a system administrator to change this policy.
22+
A system administrator can enable this policy for the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] service account with the Windows Group Policy tool (`gpedit.msc`), or with SQL Server Configuration Manager in [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] and later versions.
2323

2424
### Enable the Lock pages in memory option
2525

0 commit comments

Comments
 (0)