Skip to content

Commit 4b4832a

Browse files
Merge pull request #251343 from seligj95/patch-1
Add FTPS changes between ASE versions
2 parents e88960b + 889448b commit 4b4832a

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://APP-NAME.ASE-NAME.appserviceenvironment.net |ftps://APP-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)