DeepCreatedOrigin.OriginHostHeader Property

Definition

The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default.

public Azure.Provisioning.BicepValue<string> OriginHostHeader { get; set; }
member this.OriginHostHeader : Azure.Provisioning.BicepValue<string> with get, set
Public Property OriginHostHeader As BicepValue(Of String)

Property Value

Applies to