Skip to content

Commit 2a3e03f

Browse files
committed
edit
1 parent e2bd4b0 commit 2a3e03f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/app-service/deploy-ftp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy your app to Azure App Service using FTP or FTPS
44

55
ms.assetid: ae78b410-1bc0-4d72-8fc4-ac69801247ae
66
ms.topic: article
7-
ms.date: 06/11/2025
7+
ms.date: 06/16/2025
88
author: cephalin
99
ms.author: cephalin
1010
---
@@ -38,7 +38,8 @@ Run the following [az webapp deployment list-publishing-profiles](/cli/azure/web
3838
az webapp deployment list-publishing-profiles --name <app-name> --resource-group <resource-group-name> --query "[?ends_with(profileName, 'FTP')].{profileName: profileName, publishUrl: publishUrl}"
3939
```
4040

41-
Each app has two FTP/S endpoints, read-write and read-only. The read-only endpoint is for data-recovery scenarios and has a `profileName` containing `ReadOnly`. For FTP/S deployment, copy the read-write URL.
41+
>[!NOTE]
42+
>If you see two endpoints returned, copy the read-write URL, not the one containing `dr` that has `ReadOnly` in the name.
4243
4344
# [Azure PowerShell](#tab/powershell)
4445

@@ -105,15 +106,14 @@ Set-AzWebApp -Name <app-name> -ResourceGroupName <resource-group-name> -FtpsStat
105106

106107
## Troubleshoot FTP/S deployment
107108

108-
- [What can happen to my app during deployment?](#what-can-happen-to-my-app-during-deployment)
109+
- [What happens to my app during deployment that can cause failure or unpredictable behavior?](#what-happens-to-my-app-during-deployment-that-can-cause-failure-or-unpredictable-behavior)
109110
- [What's the first step in troubleshooting FTP/S deployment?](#whats-the-first-step-in-troubleshooting-ftps-deployment)
110111
- [Why can't I FTP/S and publish my code?](#why-cant-i-ftps-and-publish-my-code)
111112
- [How can I connect to FTP/S in App Service via passive mode?](#how-can-i-connect-to-ftps-in-azure-app-service-via-passive-mode)
112113
- [Why does my connection fail when attempting to connect over FTPS using explicit encryption?](#why-does-my-connection-fail-when-attempting-to-connect-over-ftps-using-explicit-encryption)
113114
- [How can I determine what method was used to deploy my app?](#how-can-i-determine-what-method-was-used-to-deploy-my-app)
114115

115-
<a name="what-can-happen-to-my-app-during-deployment"></a>
116-
[!INCLUDE [What can happen to my app during deployment?](../../includes/app-service-deploy-atomicity.md)]
116+
[!INCLUDE [What happens to my app during deployment that can cause failure or unpredictable behavior?](../../includes/app-service-deploy-atomicity.md)]
117117

118118
### What's the first step in troubleshooting FTP/S deployment?
119119

0 commit comments

Comments
 (0)