Skip to content

Commit 5943944

Browse files
authored
Merge pull request #103847 from btardif/hanselman
adding information about FTP/FTPS limitation
2 parents eb4156f + 418f321 commit 5943944

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This guide shows how to access Azure Storage in Windows Containers. Only [Azure
3333
- Azure Storage in Windows containers is currently **not supported** for bring your own code scenarios on Windows App Service plans.
3434
- Azure Storage in Windows containers **doesn't support** using the **Storage Firewall** configuration because of infrastructure limitations.
3535
- Azure Storage in Windows containers lets you specify **up to five** mount points per app.
36+
- Azure Storage mounted to an app is not accessible through App Service FTP/FTPs endpoints. Use [Azure Storage explorer](https://azure.microsoft.com/features/storage-explorer/).
3637
- Azure Storage is billed independently and **not included** with your web app. Learn more about [Azure Storage pricing](https://azure.microsoft.com/pricing/details/storage).
3738

3839
## Link storage to your web app (preview)

articles/app-service/containers/how-to-serve-content-from-azure-storage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ This guide shows how to attach Azure Storage to App Service on Linux. Benefits i
3030
- Azure Storage with App Service supports mounting **Azure Files containers** (Read / Write) and **Azure Blob containers** (Read Only)
3131
- Azure Storage with App Service **doesn't support** using the **Storage Firewall** configuration because of infrastructure limitations.
3232
- Azure Storage with App Service lets you specify **up to five** mount points per app.
33+
- Azure Storage mounted to an app is not accessible through App Service FTP/FTPs endpoints. Use [Azure Storage explorer](https://azure.microsoft.com/features/storage-explorer/).
3334
- Azure Storage is **not included** with your web app and billed separately. Learn more about [Azure Storage pricing](https://azure.microsoft.com/pricing/details/storage).
3435

3536
> [!WARNING]

0 commit comments

Comments
 (0)