Skip to content

Commit 1983be8

Browse files
authored
fix spelling & capping
1 parent 251f30f commit 1983be8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/azure-sql/virtual-machines/linux/sql-iaas-agent-extension-register-vm-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Register with SQL IaaS Agent Extension (Linux)
2+
title: Register with SQL IaaS Agent extension (Linux)
33
description: Learn how to register your SQL Server on Linux Azure VM with the SQL IaaS Agent extension to enable Azure features, as well as for compliance, and improved manageability.
44
services: virtual-machines-windows
55
documentationcenter: na
@@ -17,7 +17,7 @@ ms.reviewer: mathoma
1717
ms.custom: devx-track-azurecli, devx-track-azurepowershell, contperf-fy21q2
1818

1919
---
20-
# Register Linux SQL Server VM with SQL IaaS Agent Extension
20+
# Register Linux SQL Server VM with SQL IaaS Agent extension
2121
[!INCLUDE[appliesto-sqlvm](../../includes/appliesto-sqlvm.md)]
2222

2323
> [!div class="op_single_selector"]

articles/azure-sql/virtual-machines/windows/sql-agent-extension-manually-register-single-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ az sql vm delete
363363

364364
To unregister your SQL Server VM from the extension with Azure PowerShell, use the [Remove-AzSqlVM](/powershell/module/az.sqlvirtualmachine/remove-azsqlvm) command. This removes the SQL Server VM *resource* but will not delete the virtual machine.
365365

366-
To unregister your SQL Server VM wih Azure PowerShell:
366+
To unregister your SQL Server VM with Azure PowerShell:
367367

368368
```powershell-interactive
369369
Remove-AzSqlVM -ResourceGroupName <resource_group_name> -Name <SQL VM resource name>

articles/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
@@ -101,7 +101,7 @@ You can view the current mode of your SQL Server IaaS agent by using Azure Power
101101

102102
## Installation
103103

104-
Register your SQL Server VM with the SQL Server IaaS Agent extension to create the [**SQL virtual machine** _resource_](manage-sql-vm-portal.md) within your subscription, which is a _separate_ resource from the virtual machine resource. Unregistering your SQL Server VM from the extension will remove the **SQL virtual machine** _resource_ from your subscriptoin but will not drop the actual virtual machine.
104+
Register your SQL Server VM with the SQL Server IaaS Agent extension to create the [**SQL virtual machine** _resource_](manage-sql-vm-portal.md) within your subscription, which is a _separate_ resource from the virtual machine resource. Unregistering your SQL Server VM from the extension will remove the **SQL virtual machine** _resource_ from your subscription but will not drop the actual virtual machine.
105105

106106
Deploying a SQL Server VM Azure Marketplace image through the Azure portal automatically registers the SQL Server VM with the extension in full. However, if you choose to self-install SQL Server on an Azure virtual machine, or provision an Azure virtual machine from a custom VHD, then you must register your SQL Server VM with the SQL IaaS extension to unlock feature benefits.
107107

0 commit comments

Comments
 (0)