Skip to content

Commit f1d8c6a

Browse files
committed
Minor fix.
1 parent c9131aa commit f1d8c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/storage-mounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ For a step-by-step tutorial on mounting an SMB file share, refer to [Create an A
322322
- For `storageType`, use `AzureFile` for SMB, or `NfsAzureFile` for NFS. This value must match the storage type you defined in the environment.
323323
- For `storageName`, use the name of the storage you defined in the environment.
324324
- The `mountOptions` is a comma-separated string of mount options. For more information see [Use mountOptions settings in Azure Files](/troubleshoot/azure/azure-kubernetes/storage/mountoptions-settings-azure-files).
325-
- The `secrets` list is a list of secrets to mount in the volume. For more information see [Mounting secrets in a volume](manage-secrets?tabs=azure-portal#secrets-volume-mounts).
325+
- The `secrets` list is a list of secrets to mount in the volume. For more information see [Mounting secrets in a volume](manage-secrets#secrets-volume-mounts).
326326
- For each container in the template that you want to mount Azure Files storage, define a volume mount in the `volumeMounts` array of the container definition.
327327
- The `volumeName` is the name defined in the `volumes` array.
328328
- The `mountPath` is the path in the container to mount the volume.
@@ -582,7 +582,7 @@ The following ARM template snippets demonstrate how to add an Azure Files share
582582
- For `storageType`, use `AzureFile` for SMB, or `NfsAzureFile` for NFS. This value must match the storage type you defined in the environment.
583583
- For `storageName`, use the name of the storage you defined in the environment.
584584
- The `mountOptions` is a comma-separated string of mount options. For more information see [Use mountOptions settings in Azure Files](/troubleshoot/azure/azure-kubernetes/storage/mountoptions-settings-azure-files).
585-
- The `secrets` list is a list of secrets to mount in the volume. For more information see [Mounting secrets in a volume](manage-secrets?tabs=azure-portal#secrets-volume-mounts).
585+
- The `secrets` list is a list of secrets to mount in the volume. For more information see [Mounting secrets in a volume](manage-secrets#secrets-volume-mounts).
586586
- For each container in the template that you want to mount Azure Files storage, define a volume mount in the `volumeMounts` array of the container definition.
587587
- The `volumeName` is the name defined in the `volumes` array.
588588
- The `mountPath` is the path in the container to mount the volume.

0 commit comments

Comments
 (0)