Skip to content
Docs Try Aspire

addAzureAppServiceEnvironment

Function
📦 Aspire.Hosting.Azure.AppService v13.2.0-preview.1.26159.1
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addAzureAppServiceEnvironment(name: string): AzureAppServiceEnvironmentResource;
}

Signature

method addAzureAppServiceEnvironment builder
Adds an Azure App Service environment resource
addAzureAppServiceEnvironment(name: string): AzureAppServiceEnvironmentResource
name string
AzureAppServiceEnvironmentResource

Applies to

This function is an extension method on the following types: