Skip to content

Commit 81b80bb

Browse files
committed
fix typo
1 parent c30de71 commit 81b80bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ Now you can update the container app configuration to support the storage mount.
437437
438438
1. Open *app.yaml* in a code editor.
439439
440-
1. Replace the `volumes: null` definition in the `template` section a `volumes:` definition referencing the storage volume. The template section should look like the following:
440+
1. Replace the `volumes: null` definition in the `template` section with a `volumes:` definition referencing the storage volume. The template section should look like the following:
441441
442442
```yml
443443
template:

0 commit comments

Comments
 (0)