dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 521 forks source link

Add support for Dapr + Function apps #1612

Open Phiph opened 1 year ago

Phiph commented 1 year ago

fixes #1431

From what I can tell just needed to update the base class for the AzureFunctionServiceBulider to LaunchedServiceBuilder.

Unit tests pass

image
Phiph commented 12 months ago

@philliphoff any chance this Pr can get a review please :)