You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/storage-mounts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@ For a step-by-step tutorial on mounting an SMB file share, refer to [Create an A
322
322
- For `storageType`, use `AzureFile` for SMB, or `NfsAzureFile` for NFS. This value must match the storage type you defined in the environment.
323
323
- For `storageName`, use the name of the storage you defined in the environment.
324
324
- 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).
326
326
- 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.
327
327
- The `volumeName` is the name defined in the `volumes` array.
328
328
- 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
582
582
- For `storageType`, use `AzureFile` for SMB, or `NfsAzureFile` for NFS. This value must match the storage type you defined in the environment.
583
583
- For `storageName`, use the name of the storage you defined in the environment.
584
584
- 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).
586
586
- 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.
587
587
- The `volumeName` is the name defined in the `volumes` array.
588
588
- The `mountPath` is the path in the container to mount the volume.
0 commit comments