Skip to content

Commit a9228f8

Browse files
authored
ASE comparison for default hostname with custom domain suffix
1 parent 4e6c53d commit a9228f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'App Service Environment version comparison'
33
description: This article provides an overview of the App Service Environment versions and feature differences between them.
44
author: seligj95
5-
ms.date: 7/24/2023
5+
ms.date: 4/22/2024
66
ms.author: jordanselig
77
ms.topic: article
88
---
@@ -65,6 +65,7 @@ App Service Environment v3 runs on the latest [Virtual Machine Scale Sets](../..
6565
|---------|---------|---------|---------|
6666
|IP-based Transport Layer Security (TLS) or Secure Sockets Layer (SSL) binding with your apps |Yes |Yes |No |
6767
|Custom domain suffix |Yes (requires SNI based TLS connection) |Yes (only supported with certain API versions) |[Yes](how-to-custom-domain-suffix.md) |
68+
|Default host name|If you have a custom domain suffix, the default host name includes your custom domain suffix and is in the form *APP-NAME.internal.contoso.com*. |If you have a custom domain suffix, the default host name includes your custom domain suffix and is in the form *APP-NAME.internal.contoso.com*. |The default host name always uses the App Service Environment default domain suffix and is in the form *APP-NAME.ASE-NAME.appserviceenvironment.net*. App Service Environment v3 keeps the default domain suffix when you add a custom domain suffix. If you add a custom domain suffix, the custom domain suffix configuration is under the `customDnsSuffixConfiguration` property. |
6869
|Support for App Service Managed Certificates |No |No |No |
6970

7071
### Backup and restore
@@ -185,4 +186,4 @@ Due to hardware changes between the versions, there are some regions where App S
185186
> [App Service Environment v3 Networking](networking.md)
186187
187188
> [!div class="nextstepaction"]
188-
> [Using an App Service Environment v3](using.md)
189+
> [Using an App Service Environment v3](using.md)

0 commit comments

Comments
 (0)