Skip to content
Docs Try Aspire

AzureFunctionsProjectResource

Class net8.0
📦 Aspire.Hosting.Azure.Functions v13.2.0
Represents an Azure Functions project resource within the Aspire hosting environment.
namespace Aspire.Hosting.Azure;
public class AzureFunctionsProjectResource
: Aspire.Hosting.ApplicationModel.ProjectResource,
Aspire.Hosting.ApplicationModel.IResource,
Aspire.Hosting.ApplicationModel.IResourceWithCustomWithReference<Aspire.Hosting.Azure.AzureFunctionsProjectResource>
{
// ...
}
ProjectResourceIResourceIResourceWithCustomWithReference<AzureFunctionsProjectResource>
This class is used to define and manage the configuration of an Azure Functions project, including its associated host storage. We create a strongly-typed resource for the Azure Functions to support Functions-specific customizations, like the mapping of connection strings and configurations for host storage. ///