Frontend Endpoints - Get
Gets a Frontend endpoint with the specified name within the specified Front Door.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints/{frontendEndpointName}?api-version=2021-06-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
front
|
path | True |
string minLength: 5maxLength: 64 pattern: ^[a-zA-Z0-9]+([-a-zA-Z0-9]?[a-zA-Z0-9])*$ |
Name of the Front Door which is globally unique. |
frontend
|
path | True |
string minLength: 1maxLength: 255 pattern: ^[a-zA-Z0-9]+(-*[a-zA-Z0-9])*$ |
Name of the Frontend endpoint which is unique within the Front Door. |
resource
|
path | True |
string minLength: 1maxLength: 80 pattern: ^[a-zA-Z0-9_\-\(\)\.]*[^\.]$ |
Name of the Resource group within the Azure subscription. |
subscription
|
path | True |
string |
The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
api-version
|
query | True |
string |
Client API version. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Front Door error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Get Frontend Endpoint
Sample request
Sample response
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoors/frontDoor1/frontendEndpoints/frontendEndpoint1",
"name": "frontendEndpoint1",
"properties": {
"hostName": "www.contoso.com",
"sessionAffinityEnabledState": "Enabled",
"sessionAffinityTtlSeconds": 60,
"webApplicationFirewallPolicyLink": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/frontDoorWebApplicationFirewallPolicies/policy1"
}
}
}
Definitions
Name | Description |
---|---|
Custom |
Https settings for a domain |
Custom |
Provisioning status of Custom Https of the frontendEndpoint. |
Custom |
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. |
Error |
Error response indicates Front Door service is not able to process the incoming request. The reason is provided in the error message. |
Front |
Defines the source of the SSL certificate |
Front |
Defines the type of the certificate used for secure connections to a frontendEndpoint |
Front |
Resource status of the Front Door or Front Door SubResource. |
Front |
Defines the TLS extension protocol that is used for secure delivery |
Frontend |
A frontend endpoint used for routing. |
Minimum |
The minimum TLS version required from the clients to establish an SSL handshake with Front Door. |
Session |
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' |
Vault |
The Key Vault containing the SSL certificate |
Web |
Defines the Web Application Firewall policy for each host (if applicable) |
CustomHttpsConfiguration
Https settings for a domain
Name | Type | Description |
---|---|---|
certificateSource |
Defines the source of the SSL certificate |
|
frontDoorCertificateSourceParameters.certificateType |
Defines the type of the certificate used for secure connections to a frontendEndpoint |
|
keyVaultCertificateSourceParameters.secretName |
string |
The name of the Key Vault secret representing the full certificate PFX |
keyVaultCertificateSourceParameters.secretVersion |
string |
The version of the Key Vault secret representing the full certificate PFX |
keyVaultCertificateSourceParameters.vault |
The Key Vault containing the SSL certificate |
|
minimumTlsVersion |
The minimum TLS version required from the clients to establish an SSL handshake with Front Door. |
|
protocolType |
Defines the TLS extension protocol that is used for secure delivery |
CustomHttpsProvisioningState
Provisioning status of Custom Https of the frontendEndpoint.
Value | Description |
---|---|
Enabling | |
Enabled | |
Disabling | |
Disabled | |
Failed |
CustomHttpsProvisioningSubstate
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.
Value | Description |
---|---|
SubmittingDomainControlValidationRequest | |
PendingDomainControlValidationREquestApproval | |
DomainControlValidationRequestApproved | |
DomainControlValidationRequestRejected | |
DomainControlValidationRequestTimedOut | |
IssuingCertificate | |
DeployingCertificate | |
CertificateDeployed | |
DeletingCertificate | |
CertificateDeleted |
ErrorResponse
Error response indicates Front Door service is not able to process the incoming request. The reason is provided in the error message.
Name | Type | Description |
---|---|---|
code |
string |
Error code. |
message |
string |
Error message indicating why the operation failed. |
FrontDoorCertificateSource
Defines the source of the SSL certificate
Value | Description |
---|---|
AzureKeyVault | |
FrontDoor |
FrontDoorCertificateType
Defines the type of the certificate used for secure connections to a frontendEndpoint
Value | Description |
---|---|
Dedicated |
FrontDoorResourceState
Resource status of the Front Door or Front Door SubResource.
Value | Description |
---|---|
Creating | |
Enabling | |
Enabled | |
Disabling | |
Disabled | |
Deleting | |
Migrating | |
Migrated |
FrontDoorTlsProtocolType
Defines the TLS extension protocol that is used for secure delivery
Value | Description |
---|---|
ServerNameIndication |
FrontendEndpoint
A frontend endpoint used for routing.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.customHttpsConfiguration |
The configuration specifying how to enable HTTPS |
|
properties.customHttpsProvisioningState |
Provisioning status of Custom Https of the frontendEndpoint. |
|
properties.customHttpsProvisioningSubstate |
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. |
|
properties.hostName |
string |
The host name of the frontendEndpoint. Must be a domain name. |
properties.resourceState |
Resource status of the Front Door or Front Door SubResource. |
|
properties.sessionAffinityEnabledState |
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' |
|
properties.sessionAffinityTtlSeconds |
integer |
UNUSED. This field will be ignored. The TTL to use in seconds for session affinity, if applicable. |
properties.webApplicationFirewallPolicyLink |
Defines the Web Application Firewall policy for each host (if applicable) |
|
type |
string |
Resource type. |
MinimumTLSVersion
The minimum TLS version required from the clients to establish an SSL handshake with Front Door.
Value | Description |
---|---|
1.0 | |
1.2 |
SessionAffinityEnabledState
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'
Value | Description |
---|---|
Enabled | |
Disabled |
Vault
The Key Vault containing the SSL certificate
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
WebApplicationFirewallPolicyLink
Defines the Web Application Firewall policy for each host (if applicable)
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |