Skip to content

Commit 3047d79

Browse files
authored
Merge pull request #85167 from MashaMSFT/20190812_sqlvmadh
added adh article (AzB 1577733)
2 parents fc3b211 + 8a561f2 commit 3047d79

File tree

4 files changed

+91
-3
lines changed

4 files changed

+91
-3
lines changed

articles/virtual-machines/windows/sql/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
href: virtual-machines-windows-sql-automated-backup-v2.md
3737
- name: Management
3838
items:
39+
- name: Dedicated host
40+
href: virtual-machines-windows-sql-dedicated-host.md
3941
- name: With the Azure portal
4042
href: virtual-machines-windows-sql-manage-portal.md
4143
- name: Extend support for SQL 2008 & R2

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-ahb.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ documentationcenter: na
66
author: MashaMSFT
77
manager: jroth
88
tags: azure-resource-manager
9-
ms.assetid: aa5bf144-37a3-4781-892d-e0e300913d03
109
ms.service: virtual-machines-sql
11-
12-
ms.topic: article
10+
ms.devlang: na
11+
ms.topic: conceptual
1312
ms.tgt_pltfrm: vm-windows-sql-server
1413
ms.workload: iaas-sql-server
1514
ms.date: 08/05/2019
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
title: SQL Server VM on an Azure Dedicated Host
3+
description: Learn about the details for running a SQL Server VM on an Azure Dedicated Host.
4+
services: virtual-machines-windows
5+
documentationcenter: na
6+
author: MashaMSFT
7+
manager: jroth
8+
tags: azure-resource-manager
9+
ms.service: virtual-machines-sql
10+
ms.devlang: na
11+
ms.topic: conceptual
12+
ms.tgt_pltfrm: vm-windows-sql-server
13+
ms.workload: iaas-sql-server
14+
ms.date: 08/12/2019
15+
ms.author: mathoma
16+
ms.reviewer: jroth
17+
18+
---
19+
# SQL Server VM on an Azure Dedicated Host
20+
21+
This article details the specifics of using a SQL Server VM with an [Azure Dedicated Host](/azure/virtual-machines/windows/dedicated-hosts). Additional information about the azure dedicated host can be found in the blog post [Introducing Azure Dedicated Host](https://azure.microsoft.com/blog/introducing-azure-dedicated-host/).
22+
23+
## Overview
24+
[Azure Dedicated Host](/azure/virtual-machines/windows/dedicated-hosts) is a service that provides physical servers - able to host one or more virtual machines - dedicated to one Azure subscription. Dedicated hosts are the same physical servers used in Microsoft's data centers, provided as a resource. You can provision dedicated hosts within a region, availability zone, and fault domain. Then, you can place VMs directly into your provisioned hosts, in whatever configuration best meets your needs.
25+
26+
27+
[!INCLUDE [Connect to SQL Server VM with remote desktop](../../../../includes/virtual-machines-common-dedicated-hosts-preview.md)]
28+
29+
30+
## Licensing
31+
32+
You can choose between two different licensing options when adding your SQL Server VM to an Azure Dedicated Host.
33+
34+
- **SQL VM licensing**: This is the existing licensing option, where you pay for each SQL Server VM license individually.
35+
- **Dedicated host licensing**: The new licensing model available for the Azure Dedicated Host, where SQL Server licenses are bundled and paid for at the host level.
36+
37+
38+
Host-level options for using existing SQL Server licenses:
39+
- SQL Server Enterprise Edition Azure Hybrid Benefit
40+
- Available to customers with SA or subscription.
41+
- License all available physical cores and enjoy unlimited virtualization (up to the max vCPUs supported by the host).
42+
- For more information about applying the Azure Hybrid Benefit to Azure Dedicated host, see the [Azure Hybrid Benefit FAQ](https://azure.microsoft.com/pricing/hybrid-benefit/faq/).
43+
- SQL Server Licenses Acquired Before October 1
44+
- SQL Server Enterprise edition has both host-level and by-VM license options.
45+
- SQL Server Standard edition has only by-VM license option available.
46+
- For details, see [Microsoft's Product Terms](https://www.microsoft.com/licensing/product-licensing/products).
47+
- If no SQL Server dedicated host-level option is selected, then SQL Server AHB may be selected at the level of individual VMs, just like with multi-tenant VMs.
48+
49+
50+
51+
## Provisioning
52+
Provisioning a SQL Server VM to the dedicated host is no different than any other Azure Virtual Machine. You can do so using [Azure PowerShell](../dedicated-hosts-powershell.md), the [Azure portal](../dedicated-hosts-portal.md), and [Azure CLI](../../linux/dedicated-hosts-cli.md).
53+
54+
The process of adding an existing SQL Server VM to the dedicated host requires downtime, but will not impact data, and will not have data loss. Nonetheless, all databases, including system databases, should be backed up prior to the move.
55+
56+
## Virtualization
57+
58+
One of the benefits of a dedicated host is unlimited virtualization. For example, you can have licenses for 64 vCores, but you can configure the host to have 128 vCores, so you get double the vCores but only paying for half the SQL Server licenses.
59+
60+
Since since it's your host, you are eligible to set the virtualization with a 1:2 ratio.
61+
62+
## FAQ
63+
64+
**Q: How does the Azure Hybrid Benefit work for Windows Server/SQL Server licenses on Azure Dedicated Host?**
65+
66+
A: Customers can use the value of their existing Windows Server and SQL Server licenses with Software Assurance, or qualifying subscription licenses, to pay a reduced rate on Azure Dedicated Host using Azure Hybrid Benefit. Windows Server Datacenter and SQL Server Enterprise Edition customers get unlimited virtualization (deploy as many Windows Server virtual machines as possible on the host subject to the physical capacity of the underlying server) when they license the entire host and use Azure Hybrid Benefit. All Windows Server and SQL Server workloads in Azure Dedicated Host are also eligible for Extended Security Updates for Windows Server and SQL Server 2008/R2 at no additional charge.
67+
68+
## Next steps
69+
70+
For more information, see the following articles:
71+
72+
* [Overview of SQL Server on a Windows VM](virtual-machines-windows-sql-server-iaas-overview.md)
73+
* [FAQ for SQL Server on a Windows VM](virtual-machines-windows-sql-server-iaas-faq.md)
74+
* [Pricing guidance for SQL Server on a Windows VM](virtual-machines-windows-sql-server-pricing-guidance.md)
75+
* [Release notes for SQL Server on a Windows VM](virtual-machines-windows-sql-server-iaas-release-notes.md)
76+
77+

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-server-iaas-release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ ms.date: 08/01/2019
1818

1919
Azure allows you to deploy a virtual machine (VM) with an image of SQL Server built in. This article summarizes the new features and improvements in the recent releases of [SQL Server on Azure Virtual Machines](https://azure.microsoft.com/services/virtual-machines/sql-server/). The article also lists notable content updates that are not directly related to the release but published in the same time frame. For improvements to other Azure services, see [Service updates](https://azure.microsoft.com/updates).
2020

21+
## August 2019
22+
23+
### Service improvements
24+
25+
| Service improvements | Details |
26+
| --- | --- |
27+
| **Azure dedicated host** | You can run your SQL Server VM on an [Azure Dedicated Host](virtual-machines-windows-sql-dedicated-host.md). |
28+
|   |   |
29+
30+
2131
## July 2019
2232

2333
### Documentation improvements

0 commit comments

Comments
 (0)