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
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/extended-security-updates.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ The option of subscribing to SQL Server ESUs by physical cores with unlimited vi
98
98
- Your infrastructure and the selected payment method support the unlimited virtualization benefit for ESU.
99
99
- Subscribing to [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] ESUs by v-cores is more expensive than subscribing by the p-cores of the host.
100
100
101
-
To use the unlimited virtualization benefit, you need to create a *SQLServerEsuLicense* resource that covers the specific *SQL Server - Azure Arc* instances that you intend to include. For details about managing *SQLServerEsuLicense* resources, see [Manage the unlimited virtualization benefit for a SQL Server ESU subscription](manage-configuration.md#manage-pcore-esu-license).
101
+
To use the unlimited virtualization benefit, you need to create a *SQLServerEsuLicense* resource that represents one or more physical hosts. The covered SQL Server instances must be connected to Azure Arc and configured to use the p-core ESU license. For details about managing *SQLServerEsuLicense* resources, see [Manage the unlimited virtualization benefit for a SQL Server ESU subscription](manage-configuration.md#manage-pcore-esu-license).
102
102
103
103
> [!CAUTION]
104
104
> The unlimited virtualization benefit isn't available to VMs running on infrastructure from any of the [listed providers](https://aka.ms/listedproviders). These VMs can be licensed only by v-cores. If you create a *SqlServerEsuLicense* resource with the intent of licensing these VMs by using unlimited virtualization, you'll be charged for the consumption of v-cores based on the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] configuration of the host. Any existing p-core licenses don't apply to offset such charges.
@@ -107,8 +107,6 @@ For more information about licensing by physical cores with unlimited virtualiza
107
107
108
108
A single *SqlServerEsuLicense* resource can cover multiple virtual machines connected to Azure Arc. It includes several properties that define how the license is applied and billed.
109
109
110
-
To qualify, each *Machine - Azure Arc* resource must be configured to use a physical core ESU license. Otherwise, the *Machine - Azure Arc* resource is billed for ESUs individually.
111
-
112
110
### License details
113
111
114
112
The **License details** tab includes the standard Azure properties and the ESU license-specific settings:
@@ -129,12 +127,13 @@ The **License details** tab includes the standard Azure properties and the ESU l
129
127
130
128
You can create the license resource in a resource group in any of the [supported regions](overview.md#supported-azure-regions). The location of the resource is set to the location of the selected resource group by default, but you can change it to a different region.
131
129
132
-
The location of the license resource doesn't affect the scope. It applies to all *Machine - Azure Arc* resources in the selected license scope, regardless of the regions where these resources are onboarded.
133
-
130
+
The location of the license resource doesn't affect the scope. It applies to all *Machine - Azure Arc* resources in the selected license scope, regardless of the regions where these resources are onboarded. You can associate multiple license resources with the same scope or overlapping scopes. For example, you can add a new license when you deploy additional physical servers for the increased demand.
131
+
134
132
> [!IMPORTANT]
135
-
> You can associate multiple license resources with the same scope or overlapping scopes. For example, you can add a new license when you deploy additional physical servers during temporary bursts of activity, or to reflect unexpected growth.
136
-
>
137
-
> All the virtual machines running on these physical servers must be connected to Azure Arc in the scope of the license resource. And they must have the `UsePhysicalEsuCoreLicense` host configuration property set to `True`. For more information, see [Use a physical core ESU license](manage-configuration.md#use-physical-core-esu-license).
133
+
> When using the unlimited virtualization benefit, make sure that
134
+
> 1. All the virtual machines on the licensed physical servers are connected to Azure Arc.
135
+
> 1. They are in the scope specified in the license. For example, they are in the same subscription or resource group.
136
+
> 1. They have the `UsePhysicalEsuCoreLicense` host configuration property set to `True`. For more information, review [Use a physical core ESU license](manage-configuration.md#use-physical-core-esu-license).
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/manage-license-billing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,14 +130,14 @@ The option of licensing SQL Server by physical cores with unlimited virtualizati
130
130
- Your infrastructure and the selected payment method support the unlimited virtualization benefit.
131
131
- Licensing your SQL Server instances by v-cores is more expensive than licensing the p-cores of the host.
132
132
133
-
To use the unlimited virtualization benefit, you need to create a*SQLServerLicense*resource that covers the specific *SQL Server - Azure Arc* instances that you intend to include. For details about creating*SQLServerLicense*resources, see[Create a SQL Server license](manage-configuration.md#create-license-resource).
133
+
To use the unlimited virtualization benefit, you need to create a_SQLServerLicense_resource that represents one or more physical hosts. The covered SQL Server instances must be connected to Azure Arc and configured to use the p-core license. For details about creating_SQLServerLicense_resources, see[Create a SQL Server license](/sql/sql-server/azure-arc/manage-configuration).
134
134
135
135
> [!CAUTION]
136
136
> The unlimited virtualization benefit isn't available to VMs running on infrastructure from any of the [listed providers](https://aka.ms/listedproviders). These VMs can be licensed only by v-cores. If you create a *SQLServerLicense* resource with the intent of licensing these VMs by using unlimited virtualization, you'll be charged for the consumption of v-cores based on the SQL Server configuration of the host. Any existing p-core licenses don't apply to offset such charges.
137
137
138
138
For more information about licensing by physical cores with unlimited virtualization, see the section "Licensing for maximum virtualization" in the [SQL Server licensing guide (download link)](https://go.microsoft.com/fwlink/p/?linkid=2215573).
139
139
140
-
A single*SqlServerLicense*resource can cover multiple virtual machines connected to Azure Arc. It includes the following properties that define how the license is applied and billed.
140
+
A single_SqlServerLicense_resource can cover multiple virtual machines connected to Azure Arc. Its properties define how the license is applied and billed.
0 commit comments