Skip to content

Commit 10b67c9

Browse files
committed
fixing more things
1 parent fe71cfa commit 10b67c9

13 files changed

+89
-25
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52779,7 +52779,7 @@
5277952779
},
5278052780
{
5278152781
"source_path": "articles/sql-database/sql-database-azure-hybrid-benefit.md",
52782-
"redirect_url": "/azure/azure-sql/database/azure-hybrid-benefit",
52782+
"redirect_url": "/azure/azure-sql/azure-hybrid-benefit",
5278352783
"redirect_document_id": true
5278452784
},
5278552785
{
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Azure Hybrid Benefit
3+
titleSuffix: Azure SQL Database & SQL Managed Instance
4+
description: Use existing SQL Server licenses for Azure SQL Database and SQL Managed Instance discounts.
5+
services: sql-database
6+
ms.service: sql-database
7+
ms.custom: sqldbrb=4
8+
ms.subservice: service
9+
ms.topic: conceptual
10+
author: stevestein
11+
ms.author: sstein
12+
ms.reviewer: sashan, moslake, carlrab
13+
ms.date: 11/13/2019
14+
---
15+
# Azure Hybrid Benefit - Azure SQL Database & SQL Managed Instance
16+
17+
In the provisioned compute tier of the vCore-based purchasing model, you can exchange your existing licenses for discounted rates on Azure SQL Database and Azure SQL Managed Instance by using [Azure Hybrid Benefit](https://azure.microsoft.com/pricing/hybrid-benefit/). This Azure benefit allows you to save up to 30 percent or even higher on SQL Database & SQL Managed Instance by using your on-premises SQL Server licenses with Software Assurance. The [Azure Hybrid Benefit](https://azure.microsoft.com/pricing/hybrid-benefit/) page has a calculator to help determine savings.
18+
19+
> [!NOTE]
20+
> Changing to Azure Hybrid Benefit does not require any downtime.
21+
22+
![pricing](./media/azure-hybrid-benefit/pricing.png)
23+
24+
## Choose a license model
25+
26+
With Azure Hybrid Benefit, you can choose to pay only for the underlying Azure infrastructure by using your existing SQL Server license for the SQL database engine itself (Base Compute pricing), or you can pay for both the underlying infrastructure and the SQL Server license (License-Included pricing).
27+
28+
You can choose or change your licensing model by using the Azure portal or by using one of the following APIs:
29+
30+
# [PowerShell](#tab/azure-powershell)
31+
32+
To set or update the license type by using PowerShell:
33+
34+
- [New-AzSqlDatabase](/powershell/module/az.sql/new-azsqldatabase)
35+
- [Set-AzSqlDatabase](/powershell/module/az.sql/set-azsqldatabase)
36+
- [New-AzSqlInstance](/powershell/module/az.sql/new-azsqlinstance)
37+
- [Set-AzSqlInstance](/powershell/module/az.sql/set-azsqlinstance)
38+
39+
# [Azure CLI](#tab/azure-cli)
40+
41+
To set or update the license type by using the Azure CLI:
42+
43+
- [az sql db create](/cli/azure/sql/db#az-sql-db-create)
44+
- [az sql db update](/cli/azure/sql/db#az-sql-db-update)
45+
- [az sql mi create](/cli/azure/sql/mi#az-sql-mi-create)
46+
- [az sql mi update](/cli/azure/sql/mi#az-sql-mi-update)
47+
48+
# [REST API](#tab/rest)
49+
50+
To set or update the license type by using the REST API:
51+
52+
- [Databases - Create Or Update](/rest/api/sql/databases/createorupdate)
53+
- [Databases - Update](/rest/api/sql/databases/update)
54+
- [Managed Instances - Create Or Update](/rest/api/sql/managedinstances/createorupdate)
55+
- [Managed Instances - Update](/rest/api/sql/managedinstances/update)
56+
57+
* * *
58+
59+
## Next steps
60+
61+
- For for help with choosing an Azure SQL deployment option, see [Choose the right deployment option in Azure SQL](../azure-sql-iaas-vs-paas-what-is-overview.md).
62+
- For a comparison of SQL Database and SQL Managed Instance features, see [SQL Database & SQL Managed Instance features](features-comparison.md).

articles/azure-sql/database/service-tiers-general-purpose-business-critical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following table describes the key differences between service tiers for the
5252
|**Read-only replicas**| | 0 built-in <br> 0 - 4 using [geo-replication](active-geo-replication-overview.md) | 0 - 4 built-in | 1 built-in, included in price <br> 0 - 4 using [geo-replication](active-geo-replication-overview.md) |
5353
|**Pricing/billing** | SQL Database | [vCore, reserved storage, and backup storage](https://azure.microsoft.com/pricing/details/sql-database/single/) are charged. <br/>IOPS is not charged. | [vCore for each replica and used storage](https://azure.microsoft.com/pricing/details/sql-database/single/) are charged. <br/>IOPS not yet charged. | [vCore, reserved storage, and backup storage](https://azure.microsoft.com/pricing/details/sql-database/single/) are charged. <br/>IOPS is not charged. |
5454
|| SQL Managed Instance | [vCore, reserved storage, and backup storage](https://azure.microsoft.com/pricing/details/sql-database/managed/) is charged. <br/>IOPS is not charged| N/A | [vCore, reserved storage, and backup storage](https://azure.microsoft.com/pricing/details/sql-database/managed/) is charged. <br/>IOPS is not charged.|
55-
|**Discount models**| | [Reserved instances](reserved-capacity-overview.md)<br/>[Azure Hybrid Benefit](azure-hybrid-benefit.md) (not available on dev/test subscriptions)<br/>[Enterprise](https://azure.microsoft.com/offers/ms-azr-0148p/) and [Pay-As-You-Go](https://azure.microsoft.com/offers/ms-azr-0023p/) Dev/Test subscriptions| [Azure Hybrid Benefit](azure-hybrid-benefit.md) (not available on dev/test subscriptions)<br/>[Enterprise](https://azure.microsoft.com/offers/ms-azr-0148p/) and [Pay-As-You-Go](https://azure.microsoft.com/offers/ms-azr-0023p/) Dev/Test subscriptions| [Reserved instances](reserved-capacity-overview.md)<br/>[Azure Hybrid Benefit](azure-hybrid-benefit.md) (not available on dev/test subscriptions)<br/>[Enterprise](https://azure.microsoft.com/offers/ms-azr-0148p/) and [Pay-As-You-Go](https://azure.microsoft.com/offers/ms-azr-0023p/) Dev/Test subscriptions|
55+
|**Discount models**| | [Reserved instances](reserved-capacity-overview.md)<br/>[Azure Hybrid Benefit](../azure-hybrid-benefit.md) (not available on dev/test subscriptions)<br/>[Enterprise](https://azure.microsoft.com/offers/ms-azr-0148p/) and [Pay-As-You-Go](https://azure.microsoft.com/offers/ms-azr-0023p/) Dev/Test subscriptions| [Azure Hybrid Benefit](../azure-hybrid-benefit.md) (not available on dev/test subscriptions)<br/>[Enterprise](https://azure.microsoft.com/offers/ms-azr-0148p/) and [Pay-As-You-Go](https://azure.microsoft.com/offers/ms-azr-0023p/) Dev/Test subscriptions| [Reserved instances](reserved-capacity-overview.md)<br/>[Azure Hybrid Benefit](../azure-hybrid-benefit.md) (not available on dev/test subscriptions)<br/>[Enterprise](https://azure.microsoft.com/offers/ms-azr-0148p/) and [Pay-As-You-Go](https://azure.microsoft.com/offers/ms-azr-0023p/) Dev/Test subscriptions|
5656

5757
For more information, see the detailed differences between the service tiers in [Azure SQL Database (vCore)](resource-limits-vcore-single-databases.md), [single Azure SQL Database (DTU)](resource-limits-dtu-single-databases.md), [pooled Azure SQL Database (DTU)](resource-limits-dtu-single-databases.md), and [Azure SQL Managed Instance](../managed-instance/resource-limits.md) pages.
5858

articles/azure-sql/database/service-tiers-vcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The virtual core (vCore) purchasing model used by Azure SQL Database and Azure S
1717

1818
- Higher compute, memory, IO, and storage limits.
1919
- Control over the hardware generation to better match compute and memory requirements of the workload.
20-
- Pricing discounts for [Azure Hybrid Benefit (AHB)](azure-hybrid-benefit.md) and [Reserved Instance (RI)](reserved-capacity-overview.md).
20+
- Pricing discounts for [Azure Hybrid Benefit (AHB)](../azure-hybrid-benefit.md) and [Reserved Instance (RI)](reserved-capacity-overview.md).
2121
- Greater transparency in the hardware details that power the compute; facilitates planning for migrations from on-premises deployments.
2222

2323
## Service tiers

0 commit comments

Comments
 (0)