Skip to content
Docs Try Aspire
Docs Try

addAzureFunctionsProject

Method
📦 Aspire.Hosting.Azure.Functions v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addAzureFunctionsProject(
name: string,
projectPath: string): AzureFunctionsProjectResource;
}

Signature

method addAzureFunctionsProject builder
Adds an Azure Functions project to the distributed application.
addAzureFunctionsProject(
name: string,
projectPath: string): AzureFunctionsProjectResource
name string
projectPath string
AzureFunctionsProjectResource

Applies to

This method applies to the following types: