microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Update README with getting started instructions #61

Closed cgillum closed 1 year ago

cgillum commented 2 years ago

The README.md for this repo needs to be updated with getting started instructions. For now, let's focus on getting started for Azure Functions since the sidecar model isn't officially supported yet. A few things we'll need to include:

The exact content can be flexible, but ideally advanced folks can use this information to get started without necessarily needing to refer to the quick start.

davidmrdavid commented 2 years ago

I'm realizing that, without the package and the corresponding bundles release being out, writing most of this requires a lot of assumptions. I'll hold off on writing this until those components land.

Also ok with folks taking over this item if they feel confident on it.

cgillum commented 1 year ago

These getting started instructions are here: https://github.com/microsoft/durabletask-java/tree/main/azurefunctions#azure-durable-functions-setup-for-java.

We also have an official quick-start guide here: https://docs.microsoft.com/en-us/azure/azure-functions/durable/quickstart-java