Skip to content

Commit eca97f4

Browse files
authored
Update instructions to reflect latest UX
1 parent 761f3f3 commit eca97f4

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/container-apps/storage-mounts.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ To create an ephemeral volume and mount it in a container, deploy a new revision
185185
1. Under the *Ephemeral storage* section, create a new volume with the following information.
186186

187187
- **Volume name**: A name for the ephemeral volume.
188-
- **Mount path**: The path in the container to mount the volume.
188+
- **Mount path**: The absolute path in the container to mount the volume.
189189

190190
1. Select **Save** to save changes and exit the context pane.
191191

@@ -400,12 +400,14 @@ To configure a volume mount for Azure Files storage in the Azure portal, add a f
400400
1. In the *Add file share* context menu, enter the following information:
401401
402402
- **Name**: A name for the file share.
403-
- **Subscription**: The subscription that contains the storage account.
404-
- **Storage account**: The name of the storage account that contains the file share.
403+
- **Storage account name**: The name of the storage account that contains the file share.
404+
- **Storage account key**: The access key for the storage account.
405405
- **File share**: The name of the file share.
406-
- **Access mode**: The access mode for the file share. Valid values are `ReadWrite` and `ReadOnly`.
406+
- **Access mode**: The access mode for the file share. Valid values are "Read/Write" and "Read only".
407407
408-
1. Select **Add**.
408+
1. Select **Add** to exit the context pane.
409+
410+
1. Select **Save** to commit the changes.
409411
410412
1. Navigate to your container app.
411413
@@ -419,8 +421,8 @@ To configure a volume mount for Azure Files storage in the Azure portal, add a f
419421
420422
1. Under the *File shares* section, create a new volume with the following information.
421423
422-
- **File share name**: A name for the file share.
423-
- **Mount path**: The path in the container to mount the volume.
424+
- **File share name**: The file share you added.
425+
- **Mount path**: The absolute path in the container to mount the volume.
424426
425427
1. Select **Save** to save changes and exit the context pane.
426428

0 commit comments

Comments
 (0)