Skip to content

Commit ff8e98d

Browse files
authored
Merge pull request #108496 from ju-shim/disk1
Fixed mention of preview in doc.
2 parents 5a98dd6 + 82aa443 commit ff8e98d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-attached-disks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Azure Virtual Machine Scale Sets Attached Data Disks
33
description: Learn how to use attached data disks with virtual machine scale sets through outlines of specific use cases.
4-
author: mayanknayar
4+
author: avirishuv
55
tags: azure-resource-manager
66
ms.assetid: 76ac7fd7-2e05-4762-88ca-3b499e87906e
77
ms.service: virtual-machine-scale-sets
88
ms.topic: conceptual
99
ms.date: 4/25/2017
10-
ms.author: manayar
10+
ms.author: avverma
1111

1212
---
1313
# Azure virtual machine scale sets and attached data disks
@@ -81,12 +81,12 @@ To automatically prepare the data disk(s) in a Linux cluster, add the following:
8181

8282

8383
## Adding pre-populated data disks to an existing scale set
84-
Data disks specified in the scale set model are always empty. However, you may attach an existing data disk to a specific VM in a scale set. This feature is in preview, with examples on [GitHub](https://github.com/Azure/vm-scale-sets/tree/master/preview/disk). If you wish to propagate data across all VMs in the scale set, you may duplicate your data disk and attach it to each VM in the scale set, you may create a custom image that contains the data and provision the scale set from this custom image, or you may use Azure Files or a similar data storage offering.
84+
Data disks specified in the scale set model are always empty. However, you may attach an existing data disk to a specific VM in a scale set. If you wish to propagate data across all VMs in the scale set, you may duplicate your data disk and attach it to each VM in the scale set, or create a custom image that contains the data and provision the scale set from this custom image, or you may use Azure Files or a similar data storage offering.
8585

8686

8787
## Additional notes
8888
Support for Azure Managed disks and scale set attached data disks is available in API version [_2016-04-30-preview_](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/compute/resource-manager/Microsoft.Compute/preview/2016-04-30-preview/compute.json) or later of the Microsoft.Compute API.
8989

90-
Azure portal support for attached data disks in scale sets is initially limited. Depending on your requirements you can use Azure templates, CLI, PowerShell, SDKs, and REST API to manage attached disks.
90+
Azure portal support for attached data disks in scale sets is limited. Depending on your requirements you can use Azure templates, CLI, PowerShell, SDKs, and REST API to manage attached disks.
9191

9292

0 commit comments

Comments
 (0)