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/app-service/configure-connect-to-azure-storage.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
@@ -165,7 +165,7 @@ The following features are supported for Linux containers:
165
165
|**Storage accounts**| Azure Storage account. It must contain an Azure Files share. |
166
166
|**Share name**| Files share to mount. |
167
167
|**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.|
169
169
::: zone-end
170
170
::: zone pivot="container-windows"
171
171
| Setting | Description |
@@ -175,7 +175,7 @@ The following features are supported for Linux containers:
175
175
|**Storage accounts**| Azure Storage account. It must contain an Azure Files share. |
176
176
|**Share name**| Files share to mount. |
177
177
|**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`).|
0 commit comments