Skip to content

Commit 3dbcb71

Browse files
Merge pull request #312581 from msangapu-msft/patch-26
Fix NFS port number in troubleshooting section
2 parents 14e401c + 40c4cc3 commit 3dbcb71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ You can customize health‑check behavior by using the following app settings.
268268
### Troubleshooting
269269

270270
- The mount directory in the custom container should be empty. Any content stored at this path is deleted when the Azure Storage is mounted, if you specify a directory under */home*, for example. If you migrate files for an existing app, make a backup of the app and its content before you begin.
271-
- When mounting an NFS share, you need to ensure that Secure Transfer Required is disabled on the storage account. App Service doesn't support mounting NFS shares when this setting is enabled. It uses port 2409 and virtual network integration and private endpoints as the security measure.
271+
- When mounting an NFS share, you need to ensure that Secure Transfer Required is disabled on the storage account. App Service doesn't support mounting NFS shares when this setting is enabled. It uses port 2049 and virtual network integration and private endpoints as the security measure.
272272
- If you delete an Azure Storage account, container, or share, remove the corresponding storage mount configuration in the app to avoid possible error scenarios.
273273
- Don't use storage mounts for local databases, such as SQLite, or for any other applications and components that rely on file handles and locks.
274274
- Ensure the following ports are open when using virtual network integration: Azure Files: 80 and 445. Azure Blobs: 80 and 443.

0 commit comments

Comments
 (0)