Skip to content
DocsTry Aspire
DocsTry

AzureFrontDoorResource Constructors

ClassConstructors1 member
Represents an Azure Front Door resource in the distributed application model.
Constructor(string, Action<AzureResourceInfrastructure>)Section titled Constructor(string, Action<AzureResourceInfrastructure>)
Represents an Azure Front Door resource in the distributed application model.
public class AzureFrontDoorResource
{
public AzureFrontDoorResource(
string name,
Action<AzureResourceInfrastructure> configureInfrastructure)
{
// ...
}
}
namestringThe name of the resource.
configureInfrastructureAction<AzureResourceInfrastructure>Callback to configure the Azure resources.
Azure Front Door is a global, scalable entry point that uses the Microsoft global edge network to create fast, secure, and widely scalable web applications. It provides load balancing, SSL offloading, and application acceleration for your web applications.