Skip to content

Commit 46466fc

Browse files
Merge pull request #35957 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-27 23:30 UTC
2 parents 28b13a3 + f589609 commit 46466fc

File tree

30 files changed

+44
-47
lines changed

30 files changed

+44
-47
lines changed

azure-sql/database/data-discovery-and-classification-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ You can use the REST API to programmatically manage classifications and recommen
283283
- [Delete](/rest/api/sql/sensitivity-labels/delete): Deletes the sensitivity label of the specified column.
284284
- [Disable Recommendation](/rest/api/sql/sensitivity-labels/disable-recommendation): Disables sensitivity recommendations on the specified column.
285285
- [Enable Recommendation](/rest/api/sql/sensitivity-labels/enable-recommendation): Enables sensitivity recommendations on the specified column. (Recommendations are enabled by default on all columns.)
286-
- [Get]( /rest/api/sql/sensitivity-labels/get): Gets the sensitivity label of the specified column.
286+
- [Get](/rest/api/sql/sensitivity-labels/get): Gets the sensitivity label of the specified column.
287287
- [List Current By Database](/rest/api/sql/sensitivity-labels/list-current-by-database): Gets the current sensitivity labels of the specified database.
288288
- [List Recommended By Database](/rest/api/sql/sensitivity-labels/list-recommended-by-database): Gets the recommended sensitivity labels of the specified database.
289289

azure-sql/database/maintenance-window-configure.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ When setting the maintenance window, each region has its own maintenance window
155155

156156
#### Discover SQL Database and elastic pool maintenance windows
157157

158-
The following example returns the available maintenance windows for the *eastus2* region using the [az maintenance public-configuration list
159-
](/cli/azure/maintenance/public-configuration#az-maintenance-public-configuration-list) command. For databases and elastic pools, set `maintenanceScope` to `SQLDB`.
158+
The following example returns the available maintenance windows for the *eastus2* region using the [az maintenance public-configuration list](/cli/azure/maintenance/public-configuration#az-maintenance-public-configuration-list) command. For databases and elastic pools, set `maintenanceScope` to `SQLDB`.
160159

161160
```azurecli
162161
location="eastus2"

azure-sql/managed-instance/log-replay-service-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Use continuous mode migration when you don't have the entire backup chain in adv
127127
If you're migrating large databases of several terabytes in size, consider the following points:
128128

129129
- A single LRS job can run for a maximum of 30 days. When this period expires, the job is automatically canceled.
130-
- For long-running jobs, system updates can interrupt and prolong migration jobs. We highly recommend that you use a [maintenance window]( maintenance-window.md) to schedule planned system updates. Plan your migration around the scheduled maintenance window.
130+
- For long-running jobs, system updates can interrupt and prolong migration jobs. We highly recommend that you use a [maintenance window](maintenance-window.md) to schedule planned system updates. Plan your migration around the scheduled maintenance window.
131131
- Migration jobs that are interrupted by system updates automatically suspend and resume for **General Purpose** SQL managed instances, and they restart for **Business Critical** SQL managed instances. These updates affect the timeframe of your migration.
132132
- To increase the upload speed of your SQL Server backup files to the Blob Storage account, if your infrastructure has sufficient network bandwidth, consider using parallelization with multiple threads.
133133

azure-sql/managed-instance/maintenance-window-configure.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ When setting the maintenance window, each region has its own maintenance window
115115

116116
#### Discover SQL Managed Instance maintenance windows
117117

118-
The following example returns the available maintenance windows for the *eastus2* region using the [az maintenance public-configuration list
119-
](/cli/azure/maintenance/public-configuration#az-maintenance-public-configuration-list) command. For managed instances, set `maintenanceScope` to `SQLManagedInstance`.
118+
The following example returns the available maintenance windows for the *eastus2* region using the [az maintenance public-configuration list](/cli/azure/maintenance/public-configuration#az-maintenance-public-configuration-list) command. For managed instances, set `maintenanceScope` to `SQLManagedInstance`.
120119

121120
```azurecli
122121
az maintenance public-configuration list --query "[?location=='eastus2'&&contains(maintenanceScope,'SQLManagedInstance')]"

azure-sql/managed-instance/region-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,5 @@ Choosing a [maintenance window](maintenance-window.md) for Azure SQL Managed Ins
179179

180180
- [What's new in Azure SQL Managed Instance?](doc-changes-updates-release-notes-whats-new.md?view=azuresql-db&preserve-view=true)
181181
- [Azure products by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/)
182-
- [Move resources to new region ](move-resources-across-regions.md?view=azuresql-db&preserve-view=true)
182+
- [Move resources to new region](move-resources-across-regions.md?view=azuresql-db&preserve-view=true)
183183
- [Disaster recovery guidance](disaster-recovery-guidance.md)

azure-sql/virtual-machines/windows/availability-group-load-balancer-portal-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you prefer, you can [manually configure an availability group](availability-g
2626

2727
View related articles:
2828

29-
- [Configure Always On availability groups in Azure VM ](availability-group-manually-configure-tutorial-single-subnet.md)
29+
- [Configure Always On availability groups in Azure VM](availability-group-manually-configure-tutorial-single-subnet.md)
3030
- [Configure a VNet-to-VNet connection by using Azure Resource Manager and PowerShell](/azure/vpn-gateway/vpn-gateway-vnet-vnet-rm-ps)
3131

3232
By walking through this article, you create and configure a load balancer in the Azure portal. After the process is complete, you configure the cluster to use the IP address from the load balancer for the availability group listener.

azure-sql/virtual-machines/windows/sql-server-iaas-agent-extension-automate-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This article provides an overview of the extension. To install the SQL Server Ia
2323

2424
To learn more about the SQL Server on Azure VM deployment and management experience, watch the following Data Exposed videos:
2525

26-
- [Automate Management with the SQL Server IaaS Agent extension ](/shows/data-exposed/azure-sql-vm-automate-management-with-the-sql-server-iaas-agent-extension-ep-2?WT.mc_id=dataexposed-c9-niner-mighub)
26+
- [Automate Management with the SQL Server IaaS Agent extension](/shows/data-exposed/azure-sql-vm-automate-management-with-the-sql-server-iaas-agent-extension-ep-2?WT.mc_id=dataexposed-c9-niner-mighub)
2727
- [New and Improved SQL on Azure VM deployment and management experience](/shows/data-exposed/new-and-improved-sql-on-azure-vm-deployment-and-management-experience?WT.mc_id=dataexposed-c9-niner-mighub).
2828

2929
[!INCLUDE [sql-vm-deployment-failure](../../includes/sql-vm-deployment-failure.md)]

azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For videos about the latest features to optimize SQL Server VM performance and a
6161

6262
- [Caching and Storage Capping](/shows/data-exposed/azure-sql-vm-caching-and-storage-capping-ep-1-data-exposed)
6363
- [Automate Management with the SQL Server IaaS Agent extension](/shows/data-exposed/azure-sql-vm-automate-management-with-the-sql-server-iaas-agent-extension-ep-2)
64-
- [Use Azure Monitor Metrics to Track VM Cache Health ](/shows/data-exposed/azure-sql-vm-use-azure-monitor-metrics-to-track-vm-cache-health-ep-3)
64+
- [Use Azure Monitor Metrics to Track VM Cache Health](/shows/data-exposed/azure-sql-vm-use-azure-monitor-metrics-to-track-vm-cache-health-ep-3)
6565
- [Get the best price-performance for your SQL Server workloads on Azure VM](/shows/data-exposed/azure-sql-vm-get-the-best-price-performance-for-your-sql-server-workloads-on-azure-vm)
6666
- [Using PerfInsights to Evaluate Resource Health and Troubleshoot](/shows/data-exposed/azure-sql-vm-using-perfinsights-to-evaluate-resource-health-and-troubleshoot-ep-5)
6767
- [Best Price-Performance with Ebdsv5 Series](/shows/data-exposed/azure-sql-vm-best-price-performance-with-ebdsv5-series)

docs/database-engine/availability-groups/windows/always-on-policies-for-operational-issues-always-on-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ For more information, see [The Always On Health Model Part 2--Extending the Heal
8989

9090
- [Use Always On Policies to View the Health of an availability group](../../../database-engine/availability-groups/windows/use-always-on-policies-to-view-the-health-of-an-availability-group-sql-server.md)
9191

92-
- [Use the availability group dashboard in SSMS ](../../../database-engine/availability-groups/windows/use-the-always-on-dashboard-sql-server-management-studio.md)
92+
- [Use the availability group dashboard in SSMS](../../../database-engine/availability-groups/windows/use-the-always-on-dashboard-sql-server-management-studio.md)
9393

9494
- [WSFC Disaster Recovery through Forced Quorum](../../../sql-server/failover-clusters/windows/wsfc-disaster-recovery-through-forced-quorum-sql-server.md)
9595

docs/database-engine/availability-groups/windows/create-or-configure-an-availability-group-listener-sql-server.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article describes how to create or configure a single *availability group l
2626

2727
**To determine whether a listener already exists for the availability group**
2828

29-
- [View availability group Listener Properties ](view-availability-group-listener-properties-sql-server.md)
29+
- [View availability group Listener Properties](view-availability-group-listener-properties-sql-server.md)
3030

3131
> [!NOTE]
3232
> If a listener already exists and you want to create an additional listener, see [create an additional listener for an availability group](#CreateAdditionalListener), later in this article.
@@ -128,7 +128,7 @@ Displays the identifier of each subnet that you add to the availability group li
128128
Displays the IP address of a given subnet. For a given subnet, the IP address is either an IPv4 address or an IPv6 address.
129129

130130
**Add**
131-
Select to add a static IP address to a selected subnet or to another subnet for this listener. This opens the **Add IP Address** dialog box. For more information, see the [Add IP address dialog Box ](../../../database-engine/availability-groups/windows/add-ip-address-dialog-box-sql-server-management-studio.md) help article.
131+
Select to add a static IP address to a selected subnet or to another subnet for this listener. This opens the **Add IP Address** dialog box. For more information, see the [Add IP address dialog box](../../../database-engine/availability-groups/windows/add-ip-address-dialog-box-sql-server-management-studio.md) help article.
132132

133133
**Remove**
134134
Select to remove the selected subnet from this listener.
@@ -248,9 +248,9 @@ When you use [!INCLUDE [ssManStudioFull](../../../includes/ssmanstudiofull-md.md
248248
249249
- Connection strings that set **MultiSubnetFailover** to true
250250
251-
[!INCLUDE [ssHADR](../../../includes/sshadr-md.md)] sets the **RegisterAllProvidersIP** property to 1 in order to reduce reconnection time after a failover for clients whose client connection strings specify `MultiSubnetFailover = True`, as recommended. To take advantage of the listener multi-subnet feature, your clients might require a data provider that supports the **MultiSubnetFailover** keyword. For information about driver support for multi-subnet failover, see [Always On Client Connectivity ](always-on-client-connectivity-sql-server.md).
251+
[!INCLUDE [ssHADR](../../../includes/sshadr-md.md)] sets the **RegisterAllProvidersIP** property to 1 in order to reduce reconnection time after a failover for clients whose client connection strings specify `MultiSubnetFailover = True`, as recommended. To take advantage of the listener multi-subnet feature, your clients might require a data provider that supports the **MultiSubnetFailover** keyword. For information about driver support for multi-subnet failover, see [Always On Client Connectivity](always-on-client-connectivity-sql-server.md).
252252
253-
For information about multi-subnet clustering, see [SQL Server Multi-Subnet Clustering ](../../../sql-server/failover-clusters/windows/sql-server-multi-subnet-clustering-sql-server.md).
253+
For information about multi-subnet clustering, see [SQL Server Multi-Subnet Clustering](../../../sql-server/failover-clusters/windows/sql-server-multi-subnet-clustering-sql-server.md).
254254
255255
> [!TIP]
256256
> When `RegisterAllProvidersIP = 1`, if you run the WSFC Validate a Configuration Wizard on the WSFC cluster, the wizard generates the following warning message:
@@ -293,7 +293,7 @@ After you create an availability group listener:
293293
294294
- Give the listener's DNS host name to application developers to use in connection strings when requesting client connections to this availability group.
295295

296-
- Encourage developers to update client connection strings to specify `MultiSubnetFailover = True`, if possible. For information about driver support for multi-subnet failover, see [Always On Client Connectivity ](always-on-client-connectivity-sql-server.md).
296+
- Encourage developers to update client connection strings to specify `MultiSubnetFailover = True`, if possible. For information about driver support for multi-subnet failover, see [Always On Client Connectivity](always-on-client-connectivity-sql-server.md).
297297

298298
## <a name="CreateAdditionalListener"></a> Create an additional listener for an availability group (optional)
299299

0 commit comments

Comments
 (0)