@@ -185,7 +185,7 @@ To create an ephemeral volume and mount it in a container, deploy a new revision
185
185
1 . Under the * Ephemeral storage* section, create a new volume with the following information.
186
186
187
187
- ** 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.
189
189
190
190
1 . Select ** Save** to save changes and exit the context pane.
191
191
@@ -400,12 +400,14 @@ To configure a volume mount for Azure Files storage in the Azure portal, add a f
400
400
1. In the *Add file share* context menu, enter the following information:
401
401
402
402
- **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.
405
405
- **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" .
407
407
408
- 1. Select **Add**.
408
+ 1. Select **Add** to exit the context pane.
409
+
410
+ 1. Select **Save** to commit the changes.
409
411
410
412
1. Navigate to your container app.
411
413
@@ -419,8 +421,8 @@ To configure a volume mount for Azure Files storage in the Azure portal, add a f
419
421
420
422
1. Under the *File shares* section, create a new volume with the following information.
421
423
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.
424
426
425
427
1. Select **Save** to save changes and exit the context pane.
426
428
0 commit comments