You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
88
91
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).
90
93
91
94
# [Azure CLI](#tab/bash)
92
95
@@ -121,7 +124,7 @@ You can verify if your SQL Server VM has already been registered with the SQL Ia
121
124
Verify the registration status by using the Azure portal:
122
125
123
126
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.
125
128
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.
126
129
127
130
### Command line
@@ -153,7 +156,7 @@ An error indicates that the SQL Server VM has not been registered with the exten
153
156
154
157
For more information, see the following articles:
155
158
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)
157
160
*[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)
Copy file name to clipboardExpand all lines: articles/azure-sql/virtual-machines/linux/sql-server-iaas-agent-extension-linux.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ ms.reviewer: mathoma
24
24
25
25
The SQL Server IaaS Agent extension (SqlIaasExtension) runs on SQL Server on Linux Azure Virtual Machines (VMs) to automate management and administration tasks.
26
26
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.
28
28
29
29
30
30
## Overview
@@ -72,6 +72,8 @@ Go to your **Virtual machine** resource in the Azure portal (not the *SQL virtua
72
72

73
73
74
74
75
+
76
+
75
77
### Azure PowerShell
76
78
77
79
You can also use the **Get-AzVMSqlServerExtension** Azure PowerShell cmdlet:
@@ -98,7 +100,7 @@ The Linux SQL IaaS Agent extension has the following limitations:
98
100
- Only SQL Server VMs deployed through the Azure Resource Manager are supported. SQL Server VMs deployed through the classic model are not supported.
99
101
- SQL Server with only a single instance. Multiple instances are not supported.
When using SQL Server on Azure VMs and the SQL IaaS extension, consider the following privacy statements:
104
106
@@ -109,6 +111,6 @@ When using SQL Server on Azure VMs and the SQL IaaS extension, consider the foll
109
111
110
112
## Next steps
111
113
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).
113
115
114
116
To learn more, see [frequently asked questions](frequently-asked-questions-faq.yml).
0 commit comments