Aspire.Hosting.Azure.Functions
Official
📦 Aspire.Hosting.Azure.Functions v13.4.0 7 Functions
4 Types
4 types and 2 members
Types
Functions
method
addAzureFunctionsProject builder Adds an Azure Functions project to the distributed application.
addAzureFunctionsProject(name: string, projectPath: string): AzureFunctionsProjectResource method
addDurableTaskScheduler builder Adds a Durable Task scheduler resource to the distributed application.
addDurableTaskScheduler(name: string): DurableTaskSchedulerResource method
addTaskHub builder Adds a Durable Task hub resource associated with the specified scheduler.
addTaskHub(name: string): DurableTaskHubResource method
runAsEmulator builder Configures the Durable Task scheduler to run using the local emulator (only in non-publish modes).
runAsEmulator(configureContainer?: (obj: DurableTaskSchedulerEmulatorResource) => Promise<void>): DurableTaskSchedulerResource method
runAsExisting builder Configures the Durable Task scheduler to use an existing scheduler instance from a connection string or parameter resource.
runAsExisting(connectionString: ParameterResource): DurableTaskSchedulerResource method
withHostStorage builder Configures the Azure Functions project resource to use the specified Azure Storage resource as its host storage.
withHostStorage(storage: AzureStorageResource): AzureFunctionsProjectResource method
withTaskHubName builder Sets the Durable Task hub name from a string or parameter resource.
withTaskHubName(taskHubName: ParameterResource): DurableTaskHubResource