Share via


AzureAppServiceEnvironmentExtensions Class

Definition

Extensions for adding Azure App Service Environment resources to a distributed application builder.

public static class AzureAppServiceEnvironmentExtensions
type AzureAppServiceEnvironmentExtensions = class
Public Module AzureAppServiceEnvironmentExtensions
Inheritance
AzureAppServiceEnvironmentExtensions

Methods

AddAzureAppServiceEnvironment(IDistributedApplicationBuilder, String)

Adds a azure app service environment resource to the distributed application builder.

WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>, IResourceBuilder<AzureApplicationInsightsResource>)

Configures whether Azure Application Insights should be enabled for the Azure App Service.

WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>, IResourceBuilder<ParameterResource>)

Configures whether Azure Application Insights should be enabled for the Azure App Service.

WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>, String)

Configures whether Azure Application Insights should be enabled for the Azure App Service.

WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>)

Configures whether Azure Application Insights should be enabled for the Azure App Service.

WithDashboard(IResourceBuilder<AzureAppServiceEnvironmentResource>, Boolean)

Configures whether the Aspire dashboard should be included in the Azure App Service environment.

Applies to