Skip to content

Commit f0a5a39

Browse files
Merge pull request #224181 from seligj95/patch-1
ftps endpoint limitation
2 parents 3c81bd0 + 32d526f commit f0a5a39

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/app-service/environment/how-to-custom-domain-suffix.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ The custom domain suffix defines a root domain that can be used by the App Servi
2222

2323
The custom domain suffix is for the App Service Environment. This feature is different from a custom domain binding on an App Service. For more information on custom domain bindings, see [Map an existing custom DNS name to Azure App Service](../app-service-web-tutorial-custom-domain.md).
2424

25-
If the certificate used for the custom domain suffix contains a Subject Alternate Name (SAN) entry for **.scm.CUSTOM-DOMAIN*, the scm site will then also be reachable from *APP-NAME.scm.CUSTOM-DOMAIN*. You can only access scm over custom domain using basic authentication. Single sign-on is only possible with the default root domain.
25+
If the certificate used for the custom domain suffix contains a Subject Alternate Name (SAN) entry for **.scm.CUSTOM-DOMAIN*, the scm site will then also be reachable from *APP-NAME.scm.CUSTOM-DOMAIN*. You can only access scm over custom domain using basic authentication. Single sign-on is only possible with the default root domain.
26+
27+
Unlike earlier versions, the FTPS endpoints for your App Services on your App Service Environment v3 can only be reached using the default domain suffix.
2628

2729
## Prerequisites
2830

articles/app-service/environment/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ A few features that were available in earlier versions of App Service Environmen
8080

8181
- Monitor your traffic with Network Watcher or network security group (NSG) flow logs.
8282
- Perform a backup and restore operation on a storage account behind a firewall.
83+
- Access the FTPS endpoint using a custom domain suffix.
8384

8485
## Pricing
8586

0 commit comments

Comments
 (0)