Skip to content

Commit 931b75c

Browse files
authored
Merge pull request #201327 from RyanHill-MSFT/issues/94155-mount-path-description
(Azure CXP Community) mount path correction
2 parents de8b18d + 1cc8fcc commit 931b75c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/configure-connect-to-azure-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The following features are supported for Linux containers:
165165
| **Storage accounts** | Azure Storage account. It must contain an Azure Files share. |
166166
| **Share name** | Files share to mount. |
167167
| **Access key** (Advanced only) | [Access key](../storage/common/storage-account-keys-manage.md) for your storage account. |
168-
| **Mount path** | Directory inside your file/blob storage that you want to mount. Only `/mounts/pathname` is supported.|
168+
| **Mount path** | Directory inside your app service that you want to mount. Only `/mounts/pathname` is supported.|
169169
::: zone-end
170170
::: zone pivot="container-windows"
171171
| Setting | Description |
@@ -175,7 +175,7 @@ The following features are supported for Linux containers:
175175
| **Storage accounts** | Azure Storage account. It must contain an Azure Files share. |
176176
| **Share name** | Files share to mount. |
177177
| **Access key** (Advanced only) | [Access key](../storage/common/storage-account-keys-manage.md) for your storage account. |
178-
| **Mount path** | Directory inside your file/blob storage that you want to mount. Do not use a root directory (`[C-Z]:\` or `/`) or the `home` directory (`[C-Z]:\home`, or `/home`).|
178+
| **Mount path** | Directory inside your Windows container that you want to mount. Do not use a root directory (`[C-Z]:\` or `/`) or the `home` directory (`[C-Z]:\home`, or `/home`).|
179179
::: zone-end
180180
::: zone pivot="container-linux"
181181
| Setting | Description |

0 commit comments

Comments
 (0)