Skip to main content

WindowsAppService



Resource Icon

Resource Overview

Windows App Service is an HTTP-based service that allows hosting web applications, REST APIs, and mobile backends in a Windows-based environment.
It runs in conjunction with an App Service Plan and provides a stable and scalable application operating environment through authentication settings, log management, network integration, and security protocol configuration.

Associated Resources

Parent Resourcess


Resource Configuration

  • linked_service_plan_name : Name of the Service Plan to apply to the App Service

  • delegated_subnet_name : Name of the subnet for virtual network delegation

  • auth_settings_enabled : Whether to enable authentication so that all communications to the app are authenticated - true, false

  • detailed_error_messages_enabled : Whether to include detailed error messages on error pages when HTTP errors occur - true, false

  • failed_request_tracing_enabled : Whether to enable detailed tracing information logging for failed requests - true, false

  • retention_in_days : Number of days to retain HTTP request-related logs - 0 ~ 99999

  • retention_in_mb : Storage capacity for HTTP request-related logs (MB) - 25 ~ 100

  • ftps_state : Whether to apply TLS/SSL when using FTP - Disabled, FtpsOnly, AllAllowed

  • http2_enabled : Whether to enable the latest HTTP protocol (HTTP/2) - true, false

  • tag : Tags used to categorize resources - maximum 512 characters, key:value


References