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: azure-sql/database/always-encrypted-enclaves-enable-sgx.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
---
2
-
title: "Enable Intel SGX for your Azure SQL Database"
2
+
title: "Enable Intel SGX for Always Encrypted"
3
3
description: "Learn how to enable Intel SGX for Always Encrypted with secure enclaves in Azure SQL Database by selecting an SGX-enabled hardware generation."
Copy file name to clipboardExpand all lines: azure-sql/database/always-encrypted-enclaves-getting-started.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
---
2
-
title: "Tutorial: Getting started with Always Encrypted with secure enclaves in Azure SQL Database"
2
+
title: "Tutorial: Getting started with Always Encrypted with secure enclaves"
3
3
description: This tutorial teaches you how to create a basic environment for Always Encrypted with secure enclaves in Azure SQL Database and how to encrypt data in-place, and issue rich confidential queries against encrypted columns using SQL Server Management Studio (SSMS).
Copy file name to clipboardExpand all lines: azure-sql/database/cost-management.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Plan and manage costs for Azure SQL Database
2
+
title: Plan and manage costs
3
3
description: Learn how to plan for and manage costs for Azure SQL Database by using cost analysis in the Azure portal.
4
4
author: WilliamDAssafMSFT
5
5
ms.author: wiassaf
@@ -9,7 +9,6 @@ ms.topic: how-to
9
9
ms.date: 01/15/2021
10
10
---
11
11
12
-
13
12
# Plan and manage costs for Azure SQL Database
14
13
15
14
This article describes how you plan for and manage costs for Azure SQL Database. First, you use the Azure pricing calculator to add Azure resources, and review the estimated costs. After you've started using Azure SQL Database resources, use Cost Management features to set budgets and monitor costs. You can also review forecasted costs and identify spending trends to identify areas where you might want to act. Costs for Azure SQL Database are only a portion of the monthly costs in your Azure bill. Although this article explains how to plan for and manage costs for Azure SQL Database, you're billed for all Azure services and resources used in your Azure subscription, including any third-party services.
Copy file name to clipboardExpand all lines: azure-sql/database/service-tiers-sql-database-vcore.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
2
-
title: vCore purchasing model overview
3
-
titleSuffix: Azure SQL Database
2
+
title: vCore purchase model
4
3
description: The vCore purchasing model lets you independently scale compute and storage resources, match on-premises performance, and optimize price for Azure SQL Database
5
4
services: sql-database
6
5
ms.service: sql-database
@@ -11,10 +10,12 @@ ms.author: wiassaf
11
10
ms.reviewer: sashan, moslake
12
11
ms.date: 05/18/2021
13
12
---
14
-
# vCore model overview - Azure SQL Database
13
+
# vCore purchase model overview - Azure SQL Database
The virtual core (vCore) purchasing model used by Azure SQL Database provides several benefits:
16
+
This article reviews the vCore purchase model for [Azure SQL Database](sql-database-paas-overview.md). For more information on choosing between the vCore and DTU purchase models, see [Choose between the vCore and DTU purchasing models](purchasing-models.md).
17
+
18
+
The virtual core (vCore) purchase model used by Azure SQL Database provides several benefits over the DTU purchase model:
18
19
19
20
- Higher compute, memory, I/O, and storage limits.
20
21
- Control over the hardware generation to better match compute and memory requirements of the workload.
@@ -23,7 +24,7 @@ The virtual core (vCore) purchasing model used by Azure SQL Database provides se
23
24
24
25
## Service tiers
25
26
26
-
Service tier options in the vCore model include General Purpose, Business Critical, and Hyperscale. The service tier generally defines the storage architecture, space and I/O limits, and business continuity options related to availability and disaster recovery.
27
+
Service tier options in the vCore purchase model include General Purpose, Business Critical, and Hyperscale. The service tier generally defines the storage architecture, space and I/O limits, and business continuity options related to availability and disaster recovery.
description: The vCore purchasing model lets you independently scale compute and storage resources, match on-premises performance, and optimize price for Azure SQL Database and Azure SQL Managed Instance.
5
5
services: sql-database
6
6
ms.service: sql-db-mi
@@ -10,19 +10,24 @@ author: WilliamDAssafMSFT
10
10
ms.author: wiassaf
11
11
ms.reviewer: sashan, moslake
12
12
ms.date: 05/18/2021
13
+
ROBOTS: NOINDEX
13
14
---
14
15
# vCore model overview - Azure SQL Database and Azure SQL Managed Instance
The virtual core (vCore) purchasing model used by Azure SQL Database and Azure SQL Managed Instance provides several benefits:
18
19
19
-
- Higher compute, memory, I/O, and storage limits.
20
20
- Control over the hardware generation to better match compute and memory requirements of the workload.
21
21
- Pricing discounts for [Azure Hybrid Benefit (AHB)](../azure-hybrid-benefit.md) and [Reserved Instance (RI)](reserved-capacity-overview.md).
22
22
- Greater transparency in the hardware details that power the compute, that facilitates planning for migrations from on-premises deployments.
23
+
- In the case of Azure SQL Database, vCore purchasing model provides higher compute, memory, I/O, and storage limits than the DTU model.
24
+
25
+
For more information on choosing between the vCore and DTU purchase models, see [Choose between the vCore and DTU purchasing models](purchasing-models.md).
23
26
24
27
## Service tiers
25
28
29
+
The following articles provide specific information on the vCore purchase model in each product.
30
+
26
31
- For information on Azure SQL Database service tiers for the vCore model, see [vCore model overview - Azure SQL Database](service-tiers-sql-database-vcore.md).
27
32
- For information on Azure SQL Managed Instance service tiers for the vCore model, see [vCore model overview - Azure SQL Managed Instance](../managed-instance/service-tiers-managed-instance-vcore.md).
28
33
@@ -32,8 +37,11 @@ To get started, see:
32
37
-[Creating a SQL Database using the Azure portal](single-database-create-quickstart.md)
33
38
-[Creating a SQL Managed Instance using the Azure portal](../managed-instance/instance-create-quickstart.md)
34
39
35
-
For pricing details, see the [Azure SQL Database pricing page](https://azure.microsoft.com/pricing/details/sql-database/single/).
description: The vCore purchasing model lets you independently scale compute and storage resources, match on-premises performance, and optimize price for Azure SQL Managed Instance.
5
4
services: sql-database
6
5
ms.service: sql-managed-instance
@@ -14,15 +13,17 @@ ms.date: 05/18/2021
14
13
# Azure SQL Managed Instance - Compute Hardware in the vCore Service Tier
The virtual core (vCore) purchasing model used by Azure SQL Managed Instance has following characteristics:
16
+
This article reviews the vCore purchase model for [Azure SQL Managed Instance](sql-managed-instance-paas-overview.md). For more information on choosing between the vCore and DTU purchase models, see [Choose between the vCore and DTU purchasing models](purchasing-models.md).
17
+
18
+
The virtual core (vCore) purchase model used by Azure SQL Managed Instance has following characteristics:
18
19
19
20
- Control over the hardware generation to better match compute and memory requirements of the workload.
20
21
- Pricing discounts for [Azure Hybrid Benefit (AHB)](../azure-hybrid-benefit.md) and [Reserved Instance (RI)](../database/reserved-capacity-overview.md).
21
22
- Greater transparency in the hardware details that power the compute, that facilitates planning for migrations from on-premises deployments.
22
23
23
24
## <aid="compute-tiers"></a>Service tiers
24
25
25
-
Service tier options in the vCore model include General Purpose and Business Critical. The service tier generally defines the storage architecture, space and I/O limits, and business continuity options related to availability and disaster recovery.
26
+
Service tier options in the vCore purchase model include General Purpose and Business Critical. The service tier generally defines the storage architecture, space and I/O limits, and business continuity options related to availability and disaster recovery.
0 commit comments