AppServiceCorsSettings.AllowedOrigins Property

Definition

Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all.

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

Property Value

Applies to