Skip to content

Commit fe703c6

Browse files
Merge pull request #213142 from ynauls/patch-1
Logic Apps: Add application settings for Workflows.CustomHostName property
2 parents 4e26181 + 0fcd55f commit fe703c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ App settings in Azure Logic Apps work similarly to app settings in Azure Functio
5252
| `Workflows.<workflowName>.RuntimeConfiguration.RetentionInDays` | None | Sets the operation options for <*workflowName*>. |
5353
| `Workflows.Connection.AuthenticationAudience` | None | Sets the audience for authenticating an Azure-hosted connection. |
5454
| `Workflows.WebhookRedirectHostUri` | None | Sets the host name to use for webhook callback URLs. |
55+
| `Workflows.CustomHostName` | None | Sets the host name to use for workflow and input-output URLs, for example, "logic.contoso.com". For information to configure a custom DNS name, see [Map an existing custom DNS name to Azure App Service](../app-service/app-service-web-tutorial-custom-domain.md) and [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](../app-service/configure-ssl-bindings.md). |
5556
| `WEBSITE_LOAD_ROOT_CERTIFICATES` | None | Sets the thumbprints for the root certificates to be trusted. |
5657
| `ServiceProviders.Sql.QueryTimeout` | `00:02:00` <br>(2 min) | Sets the request timeout value for SQL service provider operations. |
5758
||||

0 commit comments

Comments
 (0)