We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648f07e commit 974807bCopy full SHA for 974807b
articles/container-apps/storage-mounts-azure-files.md
@@ -442,7 +442,7 @@ Now you can update the container app configuration to support the storage mount.
442
```yml
443
template:
444
volumes:
445
- - name: my-azure-file-volume
+ - name: azure-file-volume
446
storageName: mystoragemount
447
storageType: AzureFile
448
```
@@ -464,7 +464,7 @@ Now you can update the container app configuration to support the storage mount.
464
- image: nginx
465
name: my-container-app
466
volumeMounts:
467
- - volumeName: my-azure-file-volume
+ - volumeName: azure-file-volume
468
mountPath: /var/log/nginx
469
470
0 commit comments