Skip to main content

WindowsFunctionApp



Resource Icon

Resource Overview

Windows Function App is a fully managed Function App service that allows event-driven serverless code to run in a Windows environment.
It supports executing code based on various triggers such as HTTP requests, timers, message queues, and event streams, enabling developers to focus solely on application logic without managing infrastructure.

Associated Resources

Parent Resourcess

Connected Resources


Resource Configuration

  • linked_service_plan_name : Name of the Service Plan where the Function App will run

  • delegated_subnet_name : Name of the subnet for virtual network delegation

  • target_storage_account_name : Name of the storage account that stores files, logs, and metadata required for Function App execution

  • https_only : Whether to allow HTTPS access only for encrypted and authenticated secure connections - true, false

  • auth_settings_enabled : Whether to enable authentication and authorization for the Function App - true, false

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

  • target_content_safety_name : Name of the Azure Content Safety resource to integrate

  • target_ai_service_name : Name of the Azure AI Service resource to integrate

  • target_search_service_name : Name of the Azure Search Service resource to integrate


References