Skip to content

Commit 974807b

Browse files
committed
Change length of volume name
1 parent 648f07e commit 974807b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/storage-mounts-azure-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ Now you can update the container app configuration to support the storage mount.
442442
```yml
443443
template:
444444
volumes:
445-
- name: my-azure-file-volume
445+
- name: azure-file-volume
446446
storageName: mystoragemount
447447
storageType: AzureFile
448448
```
@@ -464,7 +464,7 @@ Now you can update the container app configuration to support the storage mount.
464464
- image: nginx
465465
name: my-container-app
466466
volumeMounts:
467-
- volumeName: my-azure-file-volume
467+
- volumeName: azure-file-volume
468468
mountPath: /var/log/nginx
469469
```
470470

0 commit comments

Comments
 (0)