AzureAppServiceEnvironmentExtensions
Class static net10.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)extensionIResourceBuilder<AzureAppServiceEnvironmentResource> Adds a azure app service environment resource to the distributed application builder.
WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>)extensionIResourceBuilder<AzureAppServiceEnvironmentResource> Configures whether Azure Application Insights should be enabled for the Azure App Service.
WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>, string)extensionIResourceBuilder<AzureAppServiceEnvironmentResource> Configures whether Azure Application Insights should be enabled for the Azure App Service.
WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>, IResourceBuilder<ParameterResource>)extensionIResourceBuilder<AzureAppServiceEnvironmentResource> Configures whether Azure Application Insights should be enabled for the Azure App Service.
WithAzureApplicationInsights(IResourceBuilder<AzureAppServiceEnvironmentResource>, IResourceBuilder<AzureApplicationInsightsResource>)extensionIResourceBuilder<AzureAppServiceEnvironmentResource> Configures whether Azure Application Insights should be enabled for the Azure App Service.
WithDashboard(IResourceBuilder<AzureAppServiceEnvironmentResource>, bool)extensionIResourceBuilder<AzureAppServiceEnvironmentResource> Configures whether the Aspire dashboard should be included in the Azure App Service environment.
WithDeploymentSlot(IResourceBuilder<AzureAppServiceEnvironmentResource>, IResourceBuilder<ParameterResource>)extensionIResourceBuilder<AzureAppServiceEnvironmentResource> Configures the slot to which the Azure App Services should be deployed.
WithDeploymentSlot(IResourceBuilder<AzureAppServiceEnvironmentResource>, string)extensionIResourceBuilder<AzureAppServiceEnvironmentResource> Configures the slot to which the Azure App Services should be deployed.