Skip to content

Commit 9d36c7a

Browse files
committed
fixing warnings
1 parent f1319f3 commit 9d36c7a

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Register your subscription with the resource provider by using the Azure portal:
5858
1. Enter **sql** in the filter to bring up the SQL-related resource providers.
5959
1. Select **Register**, **Re-register**, or **Unregister** for the **Microsoft.SqlVirtualMachine** provider, depending on your desired action.
6060

61-
![Modify the provider](./media/sql-agent-extension-manually-register-single-vm/select-resource-provider-sql.png)
61+
62+
![Modify the provider](../windows/media/sql-agent-extension-manually-register-single-vm/select-resource-provider-sql.png)
6263

6364
### Command line
6465

@@ -82,11 +83,13 @@ Register your subscription with the resource provider by using Azure PowerShell:
8283
Register-AzResourceProvider -ProviderNamespace Microsoft.SqlVirtualMachine
8384
```
8485

86+
---
87+
8588
## Register VM
8689

8790
The SQL IaaS Agent extension on Linux is only available in lightweight mode, which supports only changing the license type and edition of SQL Server. Use the Azure CLI or Azure PowerShell to register your SQL Server VM with the extension in lightweight mode for limited functionality.
8891

89-
Provide the SQL Server license type as either pay-as-you-go (`PAYG`) to pay per usage, Azure Hybrid Benefit (`AHUB`) to use your own license, or disaster recovery (`DR`) to activate the [free DR replica license](business-continuity-high-availability-disaster-recovery-hadr-overview.md#free-dr-replica-in-azure).
92+
Provide the SQL Server license type as either pay-as-you-go (`PAYG`) to pay per usage, Azure Hybrid Benefit (`AHUB`) to use your own license, or disaster recovery (`DR`) to activate the [free DR replica license](../windows/business-continuity-high-availability-disaster-recovery-hadr-overview.md#free-dr-replica-in-azure).
9093

9194
# [Azure CLI](#tab/bash)
9295

@@ -121,7 +124,7 @@ You can verify if your SQL Server VM has already been registered with the SQL Ia
121124
Verify the registration status by using the Azure portal:
122125

123126
1. Sign in to the [Azure portal](https://portal.azure.com).
124-
1. Go to your [SQL Server VMs](manage-sql-vm-portal.md).
127+
1. Go to your SQL virtual machines resource.
125128
1. Select your SQL Server VM from the list. If your SQL Server VM is not listed here, it likely hasn't been registered with the SQL IaaS Agent extension.
126129

127130
### Command line
@@ -153,7 +156,7 @@ An error indicates that the SQL Server VM has not been registered with the exten
153156

154157
For more information, see the following articles:
155158

156-
* [Overview of SQL Server on a Windows VM](sql-server-on-azure-vm-iaas-what-is-overview.md)
159+
* [Overview of SQL Server on a Windows VM](sql-server-on-linux-vm-what-is-iaas-overview.md)
157160
* [FAQ for SQL Server on a Windows VM](frequently-asked-questions-faq.yml)
158-
* [Pricing guidance for SQL Server on a Windows VM](pricing-guidance.md)
159-
* [Release notes for SQL Server on a Windows VM](../../database/doc-changes-updates-release-notes.md)
161+
* [Pricing guidance for SQL Server on a Windows VM](../windows/pricing-guidance.md)
162+
* [Release notes for SQL Server on a Windows VM](../windows/doc-changes-updates-release-notes.md)

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.reviewer: mathoma
2424
2525
The SQL Server IaaS Agent extension (SqlIaasExtension) runs on SQL Server on Linux Azure Virtual Machines (VMs) to automate management and administration tasks.
2626

27-
This article provides an overview of the extension. See [Register with the extension](sql-agent-extension-register-vm-linx.md) to learn more.
27+
This article provides an overview of the extension. See [Register with the extension](sql-agent-iaas-extension-register-vm-linx.md) to learn more.
2828

2929

3030
## Overview
@@ -72,6 +72,8 @@ Go to your **Virtual machine** resource in the Azure portal (not the *SQL virtua
7272
![Check the Status of the SQL Server IaaS Agent extension SqlIaaSExtension in the Azure portal](../windows/media/sql-server-iaas-agent-extension-automate-management/azure-rm-sql-server-iaas-agent-portal.png)
7373

7474

75+
76+
7577
### Azure PowerShell
7678

7779
You can also use the **Get-AzVMSqlServerExtension** Azure PowerShell cmdlet:
@@ -98,7 +100,7 @@ The Linux SQL IaaS Agent extension has the following limitations:
98100
- Only SQL Server VMs deployed through the Azure Resource Manager are supported. SQL Server VMs deployed through the classic model are not supported.
99101
- SQL Server with only a single instance. Multiple instances are not supported.
100102

101-
## <a href="in-region-data-residency">Privacy statement</a>nah
103+
## <a href="in-region-data-residency"></a> Privacy statement
102104

103105
When using SQL Server on Azure VMs and the SQL IaaS extension, consider the following privacy statements:
104106

@@ -109,6 +111,6 @@ When using SQL Server on Azure VMs and the SQL IaaS extension, consider the foll
109111

110112
## Next steps
111113

112-
For more information about running SQL Server on Azure Virtual Machines, see the [What is SQL Server on Azure Linux Virtual Machines?](sql-server-on-linux-vm-iaas-what-is-overview.md).
114+
For more information about running SQL Server on Azure Virtual Machines, see the [What is SQL Server on Azure Linux Virtual Machines?](sql-server-on-linux-vm--what-is-iaas-overview.md).
113115

114116
To learn more, see [frequently asked questions](frequently-asked-questions-faq.yml).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.custom: "seo-lt-2019"
2323

2424
> [!div class="op_single_selector"]
2525
> * [Windows](sql-server-iaas-agent-extension-automate-management.md)
26-
> * [Linux](../linux/sql-server-iaas-extension-linux.md)
26+
> * [Linux](../linux/sql-server-iaas-agent-extension-linux.md)
2727
2828

2929

@@ -169,7 +169,7 @@ The SQL IaaS Agent extension only supports:
169169
- Named instances with multiple instances on a single VM in lightweight mode.
170170

171171

172-
## <a href="in-region-data-residency">Privacy statement</a>
172+
## <a href="in-region-data-residency"></a> Privacy statement
173173

174174
When using SQL Server on Azure VMs and the SQL IaaS extension, consider the following privacy statements:
175175

0 commit comments

Comments
 (0)