Binding

Defines the protocol, IP address, port, and optional hostname that a web site listens on. The binding_information property format is '{ip_address}:{port}:{hostname}' for HTTP and HTTPS protocols.

DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

Properties

Name Type Description
protocol string The protocol for this binding (e.g., http, https, net.tcp).
binding_information string Combined binding string in the format '{ip_address}:{port}:{hostname}'.
ip_address string The IP address to bind to. Use '*' for all addresses.
port integer The port number to listen on.
hostname string The hostname for host header-based routing.
require_sni boolean Whether Server Name Indication (SNI) is required for this binding.
View JSON Schema on GitHub