Skip to content
Docs Try Aspire

addAzureFunctionsProject

Function
📦 Aspire.Hosting.Azure.Functions v13.2.0-preview.1.26159.1
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 function is an extension method on the following types: