diff --git a/azure-sql/azure-hybrid-benefit.md b/azure-sql/azure-hybrid-benefit.md index 570a5c29804..444a0538e0d 100644 --- a/azure-sql/azure-hybrid-benefit.md +++ b/azure-sql/azure-hybrid-benefit.md @@ -58,5 +58,5 @@ To set or update the license type by using the REST API: ## Next steps -- 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). -- For a comparison of SQL Database and SQL Managed Instance features, see [SQL Database & SQL Managed Instance features](features-comparison.md). +- 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). +- For a comparison of SQL Database and SQL Managed Instance features, see [SQL Database & SQL Managed Instance features](database/features-comparison.md). diff --git a/azure-sql/database/azure-hybrid-benefit.md b/azure-sql/database/azure-hybrid-benefit.md deleted file mode 100644 index 570a5c29804..00000000000 --- a/azure-sql/database/azure-hybrid-benefit.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -title: Azure Hybrid Benefit -titleSuffix: Azure SQL Database & SQL Managed Instance -description: Use existing SQL Server licenses for Azure SQL Database and SQL Managed Instance discounts. -services: sql-database -ms.service: sql-database -ms.custom: sqldbrb=4 -ms.subservice: service -ms.topic: conceptual -author: stevestein -ms.author: sstein -ms.reviewer: sashan, moslake, carlrab -ms.date: 11/13/2019 ---- -# Azure Hybrid Benefit - Azure SQL Database & SQL Managed Instance - -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. - -> [!NOTE] -> Changing to Azure Hybrid Benefit does not require any downtime. - -![pricing](./media/azure-hybrid-benefit/pricing.png) - -## Choose a license model - -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). - -You can choose or change your licensing model by using the Azure portal or by using one of the following APIs: - -# [PowerShell](#tab/azure-powershell) - -To set or update the license type by using PowerShell: - -- [New-AzSqlDatabase](/powershell/module/az.sql/new-azsqldatabase) -- [Set-AzSqlDatabase](/powershell/module/az.sql/set-azsqldatabase) -- [New-AzSqlInstance](/powershell/module/az.sql/new-azsqlinstance) -- [Set-AzSqlInstance](/powershell/module/az.sql/set-azsqlinstance) - -# [Azure CLI](#tab/azure-cli) - -To set or update the license type by using the Azure CLI: - -- [az sql db create](/cli/azure/sql/db#az-sql-db-create) -- [az sql db update](/cli/azure/sql/db#az-sql-db-update) -- [az sql mi create](/cli/azure/sql/mi#az-sql-mi-create) -- [az sql mi update](/cli/azure/sql/mi#az-sql-mi-update) - -# [REST API](#tab/rest) - -To set or update the license type by using the REST API: - -- [Databases - Create Or Update](/rest/api/sql/databases/createorupdate) -- [Databases - Update](/rest/api/sql/databases/update) -- [Managed Instances - Create Or Update](/rest/api/sql/managedinstances/createorupdate) -- [Managed Instances - Update](/rest/api/sql/managedinstances/update) - -* * * - -## Next steps - -- 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). -- For a comparison of SQL Database and SQL Managed Instance features, see [SQL Database & SQL Managed Instance features](features-comparison.md). diff --git a/azure-sql/toc.yml b/azure-sql/toc.yml index 22c08866f82..046e380a060 100644 --- a/azure-sql/toc.yml +++ b/azure-sql/toc.yml @@ -23,8 +23,13 @@ href: identify-query-performance-issues.md - name: Monitor In-memory OLTP space href: in-memory-oltp-monitoring.md - - + - name: In-memory + href: in-memory-oltp-overview.md + items: + - name: Configure In-Memory OLTP + href: in-memory-oltp-migration.md + - name: Temporal tables + href: temporal-tables.md - name: Common SQL DB & SQL MI docs items: @@ -299,15 +304,7 @@ items: - name: Multi-model capabilities href: database/multi-model-features.md - - name: In-memory - href: in-memory-oltp-overview.md - items: - - name: Configure In-Memory OLTP - href: sql-database-in-memory-oltp-migration.md - - name: Transactional replication - href: sql-database-managed-instance-transactional-replication.md - - name: Temporal tables - href: sql-database-temporal-tables.md + - name: Job automation href: sql-database-job-automation-overview.md @@ -760,6 +757,8 @@ - name: Concepts items: + - name: Transactional replication + href: managed-instance/replication-transactional-overview.md - name: Management API reference href: sql-database-managed-instance-create-manage.md - name: Resource limits