Skip to content

Commit e0c3d47

Browse files
authored
Add FTPS changes between versions
1 parent 80f153d commit e0c3d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/app-service/environment/version-comparison.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ App Service Environment has three versions. App Service Environment v3 is the la
2727
|Dedicated host group |No |No |[Yes](creation.md#deployment-considerations) (not compatible with zone redundancy) |
2828
|Upgrade preference for planned maintenance |No |No |[Yes](how-to-upgrade-preference.md) |
2929
|FTPS |Yes |Yes |Yes, [must be explicitly enabled](configure-network-settings.md#ftp-access). Access to FTPS endpoint using custom domain suffix isn't supported. |
30+
|FTPS endpoint structure |ftps://<site-name>.<ase-name>.appserviceenvironment.net |ftps://<site-name>.<ase-name>.appserviceenvironment.net - Custom domain suffix is supported if you have one configured by replacing the App Service Environment name and the default domain suffix with your custom domain suffix. |ftps://<ase-name>.ftp.appserviceenvironment.net/site/wwwroot - Custom domain suffix isn't supported. Each app on the same App Service Environment v3 uses the same FTPS endpoint but has its own unique application scope credentials for authentication. |
3031
|Remote debugging |Yes |Yes |Yes, [must be explicitly enabled](configure-network-settings.md#remote-debugging-access) |
3132
|[Azure virtual network (classic)](../../virtual-network/create-virtual-network-classic.md) support |Yes |No |No |
3233

0 commit comments

Comments
 (0)