Skip to content

Commit efdade8

Browse files
author
Cynthia Nottingham
committed
removing preview
1 parent abdc5b0 commit efdade8

10 files changed

+38
-99
lines changed

articles/virtual-machines/linux/dedicated-hosts-cli.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,29 @@
22
title: Deploy Azure dedicated hosts using the CLI
33
description: Deploy VMs to dedicated hosts using the Azure CLI.
44
services: virtual-machines-linux
5-
documentationcenter: virtual-machines
65
author: cynthn
7-
manager: gwallace
8-
editor: tysonn
9-
tags: azure-resource-manager
106
ms.service: virtual-machines-linux
117
ms.topic: article
128
ms.tgt_pltfrm: vm-windows
139
ms.workload: infrastructure
14-
ms.date: 07/29/2019
10+
ms.date: 01/09/2020
1511
ms.author: cynthn
1612

1713
#Customer intent: As an IT administrator, I want to learn about more about using a dedicated host for my Azure virtual machines
1814
---
1915

20-
# Preview: Deploy VMs to dedicated hosts using the Azure CLI
16+
# Deploy VMs to dedicated hosts using the Azure CLI
2117

2218

2319
This article guides you through how to create an Azure [dedicated host](dedicated-hosts.md) to host your virtual machines (VMs).
2420

2521
Make sure that you have installed Azure CLI version 2.0.70 or later, and signed in to an Azure account using `az login`.
2622

27-
> [!IMPORTANT]
28-
> Azure Dedicated Hosts is currently in public preview.
29-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
30-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
31-
>
32-
> **Known preview limitations**
33-
> - Virtual machine scale sets are not currently supported on dedicated hosts.
34-
> - The preview initial release supports the following VM series: DSv3 and ESv3.
23+
24+
## Limitations
25+
26+
- Virtual machine scale sets are not currently supported on dedicated hosts.
27+
- The initial release supports the following VM series: DSv3 and ESv3.
3528

3629

3730
## Create resource group
@@ -84,8 +77,7 @@ az vm host group create \
8477

8578
## Create a host
8679

87-
Now let's create a dedicated host in the host group. In addition to a name for the host, you are required to provide the SKU for the host. Host SKU captures the supported VM series as well as the hardware generation for your dedicated host. During the preview, we will support the following host SKU values: DSv3_Type1 and ESv3_Type1.
88-
80+
Now let's create a dedicated host in the host group. In addition to a name for the host, you are required to provide the SKU for the host. Host SKU captures the supported VM series as well as the hardware generation for your dedicated host. The following SKU values are supported: DSv3_Type1 and ESv3_Type1.
8981

9082
For more information about the host SKUs and pricing, see [Azure Dedicated Host pricing](https://aka.ms/ADHPricing).
9183

articles/virtual-machines/linux/dedicated-hosts-portal.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,17 @@ title: Deploy Azure dedicated hosts using the Azure portal
33
description: Deploy VMs to dedicated hosts using the Azure portal.
44
services: virtual-machines-linux
55
author: cynthn
6-
manager: gwallace
7-
editor: tysonn
8-
tags: azure-resource-manager
96
ms.service: virtual-machines-linux
107
ms.topic: article
118
ms.tgt_pltfrm: vm-windows
129
ms.workload: infrastructure
13-
ms.date: 07/25/2019
10+
ms.date: 01/09/2020
1411
ms.author: cynthn
1512

1613
#Customer intent: As an IT administrator, I want to learn about more about using a dedicated host for my Azure virtual machines
1714
---
1815

19-
# Preview: Deploy VMs to dedicated hosts using the portal
16+
# Deploy VMs to dedicated hosts using the portal
2017

2118
This article guides you through how to create an Azure [dedicated host](dedicated-hosts.md) to host your virtual machines (VMs).
2219

articles/virtual-machines/linux/dedicated-hosts.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,25 @@
22
title: Overview of Azure Dedicated Hosts for virtual machines
33
description: Learn more about how Azure Dedicated Hosts can be used for deploying virtual machines.
44
services: virtual-machines-linux
5-
documentationcenter: virtual-machines
65
author: cynthn
7-
manager: jeconnoc
8-
editor: tysonn
9-
tags: azure-resource-manager
106
ms.service: virtual-machines-linux
117
ms.topic: article
128
ms.tgt_pltfrm: vm-windows
139
ms.workload: infrastructure
14-
ms.date: 07/25/2019
10+
ms.date: 01/09/2020
1511
ms.author: cynthn
1612

1713
#Customer intent: As an IT administrator, I want to learn about more about using a dedicated host for my Azure virtual machines
1814
---
1915

20-
# Preview: Azure Dedicated Hosts
16+
# Azure Dedicated Hosts
2117

2218
Azure Dedicated Host 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 our 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.
2319

24-
[!INCLUDE [virtual-machines-common-dedicated-hosts-preview](../../../includes/virtual-machines-common-dedicated-hosts-preview.md)]
2520

26-
[!INCLUDE [virtual-machines-common-dedicated-hosts](../../../includes/virtual-machines-common-dedicated-hosts.md)]
2721

22+
[!INCLUDE [virtual-machines-common-dedicated-hosts](../../../includes/virtual-machines-common-dedicated-hosts.md)]
2823

29-
virtual-machines-common-dedicated-hosts-preview.md
3024

3125
## Next steps
3226

articles/virtual-machines/windows/dedicated-hosts-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: cynthn
1616
#Customer intent: As an IT administrator, I want to learn about more about using a dedicated host for my Azure virtual machines
1717
---
1818

19-
# Preview: Deploy VMs to dedicated hosts using the portal
19+
# Deploy VMs to dedicated hosts using the portal
2020

2121
This article guides you through how to create an Azure [dedicated host](dedicated-hosts.md) to host your virtual machines (VMs).
2222

articles/virtual-machines/windows/dedicated-hosts-powershell.md

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,16 @@ ms.author: cynthn
1616
#Customer intent: As an IT administrator, I want to learn about more about using a dedicated host for my Azure virtual machines
1717
---
1818

19-
# Preview: Deploy VMs to dedicated hosts using the Azure PowerShell
19+
# Deploy VMs to dedicated hosts using the Azure PowerShell
2020

2121
This article guides you through how to create an Azure [dedicated host](dedicated-hosts.md) to host your virtual machines (VMs).
2222

23-
Make sure that you have installed Azure PowerShell version 2.4.2 or later, and you are signed in to an Azure account in with `Connect-AzAccount`. To install version 2.4.2, open a PowerShell prompt and type:
24-
25-
```powershell
26-
Install-Module -Name Az.Compute -Repository PSGallery -RequiredVersion 2.4.2-preview -AllowPrerelease
27-
```
28-
29-
You will need at least version 1.6.0 of the PowerShellGet module to enable preview module functionality in PowerShell. The latest versions of PowerShell Core have this automatically built in, but for older versions of PowerShell, you can run the following command to update to the latest version:
30-
31-
```powershell
32-
Install-Module -Name PowerShellGet -Repository PSGallery -Force
33-
```
34-
35-
36-
> [!IMPORTANT]
37-
> Azure Dedicated Hosts is currently in public preview.
38-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
39-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
40-
>
41-
> **Known preview limitations**
42-
> - Virtual machine scale sets are not currently supported on dedicated hosts.
43-
> - The preview initial release supports the following VM series: DSv3 and ESv3.
23+
Make sure that you have installed Azure PowerShell version 2.8.0 or later, and you are signed in to an Azure account in with `Connect-AzAccount`.
4424

25+
## Limitations
4526

27+
- Virtual machine scale sets are not currently supported on dedicated hosts.
28+
- The following VM series are supported: DSv3 and ESv3.
4629

4730
## Create a host group
4831

articles/virtual-machines/windows/dedicated-hosts.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,20 @@ description: Learn more about how Azure Dedicated Hosts can be used for deployin
44
services: virtual-machines-windows
55
author: cynthn
66
manager: gwallace
7-
editor: tysonn
8-
tags: azure-resource-manager
97
ms.service: virtual-machines-windows
108
ms.topic: article
119
ms.tgt_pltfrm: vm-windows
1210
ms.workload: infrastructure
13-
ms.date: 07/25/2019
11+
ms.date: 01/09/2020
1412
ms.author: cynthn
1513

1614
#Customer intent: As an IT administrator, I want to learn about more about using a dedicated host for my Azure virtual machines
1715
---
1816

19-
# Preview: Azure Dedicated Hosts
17+
# Azure Dedicated Hosts
2018

2119
Azure Dedicated Host 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 our 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.
2220

23-
[!INCLUDE [virtual-machines-common-dedicated-hosts-preview](../../../includes/virtual-machines-common-dedicated-hosts-preview.md)]
2421

2522
[!INCLUDE [virtual-machines-common-dedicated-hosts](../../../includes/virtual-machines-common-dedicated-hosts.md)]
2623

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-dedicated-host.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ This article details the specifics of using a SQL Server VM with an [Azure Dedic
2323
## Overview
2424
[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.
2525

26+
## Limitations
2627

27-
[!INCLUDE [Connect to SQL Server VM with remote desktop](../../../../includes/virtual-machines-common-dedicated-hosts-preview.md)]
28-
28+
- Virtual machine scale sets are not currently supported on dedicated hosts.
29+
- The following VM series are supported: DSv3 and ESv3.
2930

3031
## Licensing
3132

includes/virtual-machines-common-dedicated-hosts-portal.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,15 @@
55
author: cynthn
66
ms.service: virtual-machines
77
ms.topic: include
8-
ms.date: 07/25/2019
8+
ms.date: 01/09/2020
99
ms.author: cynthn
1010
ms.custom: include file
1111
---
1212

13-
> [!IMPORTANT]
14-
> Azure Dedicated Hosts is currently in public preview.
15-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
16-
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
17-
>
18-
> **Known preview limitations**
19-
> - Virtual machine scale sets are not currently supported on dedicated hosts.
20-
> - The preview initial release supports the following VM series: DSv3 and ESv3.
13+
## Limitations
2114

15+
- Virtual machine scale sets are not currently supported on dedicated hosts.
16+
- The initial release supports the following VM series: DSv3 and ESv3.
2217

2318
## Create a host group
2419

@@ -35,10 +30,10 @@ In this example, we will create a host group using 1 availability zone and 2 fau
3530

3631
1. Open the Azure [portal](https://portal.azure.com).
3732
1. Select **Create a resource** in the upper left corner.
38-
1. Search for **Host group** and then select **Host Groups (preview)** from the results.
33+
1. Search for **Host group** and then select **Host Groups** from the results.
3934

4035
![Host groups search result.](./media/virtual-machines-common-dedicated-hosts-portal/host-group.png)
41-
1. In the **Host Groups (preview)** page, select **Create**.
36+
1. In the **Host Groups** page, select **Create**.
4237
1. Select the subscription you would like to use, and then select **Create new** to create a new resource group.
4338
1. Type *myDedicatedHostsRG* as the **Name** and then select **OK**.
4439
1. For **Host group name**, type *myHostGroup*.
@@ -54,17 +49,17 @@ It should only take a few moments to create the host group.
5449

5550
## Create a dedicated host
5651

57-
Now create a dedicated host in the host group. In addition to a name for the host, you are required to provide the SKU for the host. Host SKU captures the supported VM series as well as the hardware generation for your dedicated host. During the preview, we will support the following host SKU values: DSv3_Type1 and ESv3_Type1.
52+
Now create a dedicated host in the host group. In addition to a name for the host, you are required to provide the SKU for the host. Host SKU captures the supported VM series as well as the hardware generation for your dedicated host. The following host SKU values are supported: DSv3_Type1 and ESv3_Type1.
5853

5954
For more information about the host SKUs and pricing, see [Azure Dedicated Host pricing](https://aka.ms/ADHPricing).
6055

6156
If you set a fault domain count for your host group, you will be asked to specify the fault domain for your host.
6257

6358
1. Select **Create a resource** in the upper left corner.
64-
1. Search for **Dedicated host** and then select **Dedicated hosts (preview)** from the results.
59+
1. Search for **Dedicated host** and then select **Dedicated hosts** from the results.
6560

6661
![Host groups search result.](./media/virtual-machines-common-dedicated-hosts-portal/host.png)
67-
1. In the **Dedicated Hosts (preview)** page, select **Create**.
62+
1. In the **Dedicated Hosts** page, select **Create**.
6863
1. Select the subscription you would like to use.
6964
1. Select *myDedicatedHostsRG* as the **Resource group**.
7065
1. In **Instance details**, type *myHost* for the **Name** and select *East US* for the location.

includes/virtual-machines-common-dedicated-hosts-preview.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

includes/virtual-machines-common-dedicated-hosts.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
ms.custom: include file
1111
---
1212

13+
## Limitations
14+
15+
- Virtual machine scale sets are not currently supported on dedicated hosts.
16+
- The following VM series are supported: DSv3 and ESv3.
1317

1418
## Benefits
1519

@@ -20,7 +24,6 @@ Reserving the entire host provides the following benefits:
2024
- With the Azure hybrid benefit, you can bring your own licenses for Windows and SQL to Azure. Using the hybrid benefits provides you with additional benefits. For more information, see [Azure Hybrid Benefit](https://azure.microsoft.com/pricing/hybrid-benefit/).
2125

2226

23-
2427
## Groups, hosts, and VMs
2528

2629
![View of the new resources for dedicated hosts.](./media/virtual-machines-common-dedicated-hosts/dedicated-hosts2.png)
@@ -100,7 +103,7 @@ Different `types` for the same VM series will be from different CPU vendors and
100103

101104
Refer to the host [pricing page](https://aka.ms/ADHPricing) to learn more.
102105

103-
During the preview, we will support the following host SKU\types: DSv3_Type1 and ESv3_Type1
106+
Dedicated hosts support the following host SKU\types: DSv3_Type1 and ESv3_Type1
104107

105108

106109
## Host life cycle

0 commit comments

Comments
 (0)