Skip to content

Commit 7379ecd

Browse files
committed
touchup
1 parent 5c8fc1e commit 7379ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/deploy-ftp.md

Lines changed: 2 additions & 2 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/09/2025
7+
ms.date: 06/10/2025
88
author: cephalin
99
ms.author: cephalin
1010
---
@@ -98,7 +98,7 @@ az webapp config set --name <app-name> --resource-group <resource-group-name> --
9898
Run the following [Set-AzWebApp](/powershell/module/az.websites/set-azwebapp) command, replacing the `<app-name>` and `<resource-group-name>` with your values. Use the `-FtpsState` parameter set to `FtpsOnly` to enforce FTPS, or `Disabled` to disable both FTP and FTPS..
9999

100100
```azurepowershell-interactive
101-
Set-AzWebApp -Name <app-name> -ResourceGroupName <-resource-group-name> -FtpsState FtpsOnly
101+
Set-AzWebApp -Name <app-name> -ResourceGroupName <resource-group-name> -FtpsState FtpsOnly
102102
```
103103

104104
-----

0 commit comments

Comments
 (0)