AzureAppServiceEnvironmentExtensions
Class static net8.0
Extensions for adding Azure App Service Environment resources to a distributed application builder.
namespace Aspire.Hosting;
public static class AzureAppServiceEnvironmentExtensions{ // ...} 8 members
Methods8
Section titled MethodsAddAzureAppServiceEnvironment(IDistributedApplicationBuilder, string)extensionats exportIResourceBuilder<AzureAppServiceEnvironmentResource> Adds a azure app service environment resource to the distributed application builder.
WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>)extensionats exportIResourceBuilder<AzureAppServiceEnvironmentResource> Configures whether Azure Application Insights should be enabled for the Azure App Service.
WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>, string)extensionats exportIResourceBuilder<AzureAppServiceEnvironmentResource> Configures whether Azure Application Insights should be enabled for the Azure App Service.
WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>, IResourceBuilder<ParameterResource>)extensionats exportIResourceBuilder<AzureAppServiceEnvironmentResource> Configures whether Azure Application Insights should be enabled for the Azure App Service.
WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>, IResourceBuilder<AzureApplicationInsightsResource>)extensionats exportIResourceBuilder<AzureAppServiceEnvironmentResource> Configures whether Azure Application Insights should be enabled for the Azure App Service.
WithDashboard(IResourceBuilder<AzureAppServiceEnvironmentResource>, bool)extensionats exportIResourceBuilder<AzureAppServiceEnvironmentResource> Configures whether the Aspire dashboard should be included in the Azure App Service environment.
WithDeploymentSlot(IResourceBuilder<AzureAppServiceEnvironmentResource>, IResourceBuilder<ParameterResource>)extensionats exportIResourceBuilder<AzureAppServiceEnvironmentResource> Configures the slot to which the Azure App Services should be deployed.
WithDeploymentSlot(IResourceBuilder<AzureAppServiceEnvironmentResource>, string)extensionats exportIResourceBuilder<AzureAppServiceEnvironmentResource> Configures the slot to which the Azure App Services should be deployed.