Skip to content

Commit f764c40

Browse files
committed
edit
1 parent 83e89dc commit f764c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-instances/container-instances-volume-azure-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Mount Azure Files volume to container group
33
description: Learn how to mount an Azure Files volume to persist state with Azure Container Instances
44
ms.topic: article
5-
ms.date: 12/18/2019
5+
ms.date: 12/30/2019
66
ms.custom: mvc
77
---
88

@@ -228,7 +228,7 @@ az group deployment create --resource-group myResourceGroup --template-file depl
228228

229229
## Mount multiple volumes
230230

231-
To mount multiple volumes in a container instance, you must deploy using an [Azure Resource Manager template](/azure/templates/microsoft.containerinstance/containergroups), a YAML file, or another programmatic method. To use a template or YAML file, provide the share details and define the volumes by populating the `volumes` array in the `properties` section of the template.
231+
To mount multiple volumes in a container instance, you must deploy using an [Azure Resource Manager template](/azure/templates/microsoft.containerinstance/containergroups), a YAML file, or another programmatic method. To use a template or YAML file, provide the share details and define the volumes by populating the `volumes` array in the `properties` section of the file.
232232

233233
For example, if you created two Azure Files shares named *share1* and *share2* in storage account *myStorageAccount*, the `volumes` array in a Resource Manager template would appear similar to the following:
234234

0 commit comments

Comments
 (0)