File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Run the [az webapp config set](/cli/azure/webapp/deployment#az-webapp-deployment
96
96
az webapp config set --name <app-name> --resource-group <group-name> --ftps-state FtpsOnly
97
97
```
98
98
99
- Possible values for ` --ftps-state ` are ` AllAllowed ` (FTP and FTPS enabled), ` Disabled ` (FTP and FTPs disabled), and ` FtpsOnly ` (FTPS only).
99
+ Possible values for ` --ftps-state ` are ` AllAllowed ` (FTP and FTPS enabled), ` Disabled ` (FTP and FTPS disabled), and ` FtpsOnly ` (FTPS only).
100
100
101
101
# [ Azure PowerShell] ( #tab/powershell )
102
102
@@ -106,7 +106,7 @@ Run the [Set-AzWebApp](/powershell/module/az.websites/set-azwebapp) command with
106
106
Set-AzWebApp -Name <app-name> -ResourceGroupName <group-name> -FtpsState FtpsOnly
107
107
```
108
108
109
- Possible values for ` --ftps-state ` are ` AllAllowed ` (FTP and FTPS enabled), ` Disabled ` (FTP and FTPs disabled), and ` FtpsOnly ` (FTPS only).
109
+ Possible values for ` --ftps-state ` are ` AllAllowed ` (FTP and FTPS enabled), ` Disabled ` (FTP and FTPS disabled), and ` FtpsOnly ` (FTPS only).
110
110
111
111
-----
112
112
You can’t perform that action at this time.
0 commit comments