AFDOrigin interface

Azure Front Door origin is the source of the content being delivered via Azure Front Door. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins.

Extends

Properties

azureOrigin

Resource reference to the Azure origin resource.

deploymentStatus
enabledState

Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.

enforceCertificateNameCheck

Whether to enable certificate name check at origin level

hostName

The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.

httpPort

The value of the HTTP port. Must be between 1 and 65535.

httpsPort

The value of the HTTPS port. Must be between 1 and 65535.

originGroupName

The name of the origin group which contains this origin.

originHostHeader

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

priority

Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5

provisioningState

Provisioning status

sharedPrivateLinkResource

The properties of the private link resource for private origin.

weight

Weight of the origin in given origin group for load balancing. Must be between 1 and 1000

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

azureOrigin

Resource reference to the Azure origin resource.

azureOrigin?: ResourceReference

Property Value

deploymentStatus

deploymentStatus?: string

Property Value

string

enabledState

Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool.

enabledState?: string

Property Value

string

enforceCertificateNameCheck

Whether to enable certificate name check at origin level

enforceCertificateNameCheck?: boolean

Property Value

boolean

hostName

The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.

hostName?: string

Property Value

string

httpPort

The value of the HTTP port. Must be between 1 and 65535.

httpPort?: number

Property Value

number

httpsPort

The value of the HTTPS port. Must be between 1 and 65535.

httpsPort?: number

Property Value

number

originGroupName

The name of the origin group which contains this origin.

originGroupName?: string

Property Value

string

originHostHeader

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

originHostHeader?: string

Property Value

string

priority

Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5

priority?: number

Property Value

number

provisioningState

Provisioning status

provisioningState?: string

Property Value

string

sharedPrivateLinkResource

The properties of the private link resource for private origin.

sharedPrivateLinkResource?: SharedPrivateLinkResourceProperties

Property Value

weight

Weight of the origin in given origin group for load balancing. Must be between 1 and 1000

weight?: number

Property Value

number

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type