Skip to content

Add support for Azure Functions in Aspire #920

@vl4d4

Description

@vl4d4

This work item tracks the work to support integrating .NET Azure Functions projects to the Aspire app model, support local development with debugging in VS and VS Code, and support deploying Azure Functions to ACA.

This only applies to the new v4 isolated workers and will not work for in process functions.

Local Development Experience

  • Ability to reference a .NET Azure Functions project in the app model as a project resource
  • [ ] Ability to reference a non-.NET azure functions project in the app model (not target for 9.0 GA)
  • Ability to reference cloud resources and have them be picked up by functions (service bus, blobs etc)
  • Ability to use service discovery in a Functions worker app
  • Ability to consume telemetry emitted from Azure Functions host from Aspire dashboard (For .NET 8 Azure Function templates)
  • Ability to debug Azure Functions projects in Aspire (Visual Studio)
  • Ability to debug Azure Functions projects in Aspire (VS Code)

Deployment

  • Ability to deploy an Azure Functions app in Aspire to ACA (targeted for 9.0 GA)
  • Ability to deploy an Azure Functions app in Aspire to Azure Functions (not targeted for 9.0 GA)

Original

Do you plan to integrate Aspire with Azure functions (I haven’t seen similar question in dotnet Conf nor samples and docs)?

Metadata

Metadata

Assignees

Labels

area-integrationsIssues pertaining to Aspire Integrations packagesazureIssues associated specifically with scenarios tied to using Azureazure-functionsIssues related to the Azure Functions integration

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions