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
Register your SQL Server VM with the [SQL IaaS Agent extension](sql-server-iaas-agent-extension-automate-management.md) to unlock a wealth of feature benefits for your SQL Server on Linux Azure VM.
28
+
Register your SQL Server VM with the [SQL IaaS Agent extension](sql-server-iaas-agent-extension-linux.md) to unlock a wealth of feature benefits for your SQL Server on Linux Azure VM.
29
29
30
30
## Overview
31
31
32
-
Registering with the [SQL Server IaaS Agent extension](sql-server-iaas-agent-extension-automate-management.md) creates 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 removes the **SQL virtual machine**_resource_ but will not drop the actual virtual machine.
32
+
Registering with the [SQL Server IaaS Agent extension](sql-server-iaas-agent-extension-linux.md) creates 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 removes the **SQL virtual machine**_resource_ but will not drop the actual virtual machine.
33
33
34
34
To utilize the SQL IaaS Agent extension, you must first [register your subscription with the **Microsoft.SqlVirtualMachine** provider](#register-subscription-with-rp), which gives the SQL IaaS extension the ability to create resources within that specific subscription.
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
@@ -33,7 +33,7 @@ The SQL Server IaaS Agent extension enables integration with the Azure portal an
33
33
34
34
-**Compliance**: The extension offers a simplified method to fulfill the requirement of notifying Microsoft that the Azure Hybrid Benefit has been enabled as is specified in the product terms. This process negates needing to manage licensing registration forms for each resource.
35
35
36
-
-**Simplified license management**: The extension simplifies SQL Server license management, and allows you to quickly identify SQL Server VMs with the Azure Hybrid Benefit enabled using the [Azure portal](manage-sql-vm-portal.md), Azure PowerShell or the Azure CLI:
36
+
-**Simplified license management**: The extension simplifies SQL Server license management, and allows you to quickly identify SQL Server VMs with the Azure Hybrid Benefit enabled using the Azure portal, Azure PowerShell or the Azure CLI:
37
37
38
38
# [PowerShell](#tab/azure-powershell)
39
39
@@ -54,7 +54,7 @@ The SQL Server IaaS Agent extension enables integration with the Azure portal an
54
54
55
55
## Installation
56
56
57
-
[Register](sql-agent-extension-register-vm-linux.md) 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.
57
+
[Register](sql-iaas-agent-extension-register-vm-linux.md) your SQL Server VM with the SQL Server IaaS Agent extension to create the **SQL virtual machine**_resource_ 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.
58
58
59
59
The SQL Server IaaS Agent extension for Linux is currently only available in lightweight mode.
60
60
@@ -96,18 +96,19 @@ The Linux SQL IaaS Agent extension has the following limitations:
96
96
- SQL Server VMs running Ubuntu Linux Pro are not supported.
97
97
- SQL Server VMs running on generalized images are not supported.
98
98
- Only SQL Server VMs deployed through the Azure Resource Manager are supported. SQL Server VMs deployed through the classic model are not supported.
99
+
- 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:
103
104
104
105
-**Data collection**: The SQL IaaS Agent extension collects data for the express purpose of giving customers optional benefits when using SQL Server on Azure Virtual Machines. Microsoft **will not use this data for licensing audits** without the customer's advance consent. See the [SQL Server privacy supplement](/sql/sql-server/sql-server-privacy#non-personal-data) for more information.
105
106
106
-
-**In-region data residency**: SQL Server on Azure VMs and SQL IaaS Agent Extension do not move or store customer data out of the region in which the VMs are deployed.
107
+
-**In-region data residency**: SQL Server on Azure VMs and SQL IaaS Agent Extension do not move or store customer data out of the region in which the VMs are deployed.
107
108
108
109
109
110
## Next steps
110
111
111
-
For more information about running SQL Server on Azure Virtual Machines, see the [What is SQL Server on Azure Virtual Machines?](sql-server-on-azure-vm-iaas-what-is-overview.md).
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).
112
113
113
114
To learn more, see [frequently asked questions](frequently-asked-questions-faq.yml).
Copy file name to clipboardExpand all lines: articles/azure-sql/virtual-machines/windows/doc-changes-updates-release-notes-whats-new.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,14 @@ ms.date: 09/01/2021
18
18
19
19
When you deploy an Azure virtual machine (VM) with SQL Server installed on it, either manually, or through a built-in image, you can leverage Azure features to improve your experience. This article summarizes the documentation changes associated with new features and improvements in the recent releases of [SQL Server on Azure Virtual Machines (VMs)](https://azure.microsoft.com/services/virtual-machines/sql-server/). To learn more about SQL Server on Azure VMs, see the [overview](sql-server-on-azure-vm-iaas-what-is-overview.md).
20
20
21
+
## October 2021
22
+
23
+
24
+
| Changes | Details |
25
+
| --- | --- |
26
+
|**SQL IaaS extension now supports Ubuntu**| Support has been added to [register](../linux/sql-iaas-agent-extension-register-vm-linux.md) your SQL Server VM running on Ubuntu linux with the [SQL Server IaaS Extension](../linux/sql-server-iaas-agent-extension-linux.md) for limited functionality. |
Register your SQL Server VM with the [SQL IaaS Agent extension](sql-server-iaas-agent-extension-automate-management.md) to unlock a wealth of feature benefits for your SQL Server on Windows Azure VM.
0 commit comments