Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azure Functions binding for Jinaga #147

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

michaellperry
Copy link
Contributor

@michaellperry michaellperry commented Nov 28, 2024

Add custom Azure Functions binding for Jinaga.

  • Create a new .NET Class Library project named JinagaFunctionBinding and add necessary NuGet references.
  • Implement JinagaTriggerAttribute class to define trigger attributes.
  • Add JinagaBindingConfig configuration manager to register and retrieve specifications and starting points.
  • Create JinagaTriggerBindingProvider to connect the attribute to the Azure Functions runtime.
  • Implement JinagaTriggerBinding to provide the JinagaListener.
  • Create JinagaListener class to subscribe to the Jinaga Subscribe method.
  • Register the binding in the startup class and create an extension to integrate with the Azure Functions runtime.
  • Update README.md to include instructions on using the custom Azure Functions binding.

For more details, open the Copilot Workspace session.

Add custom Azure Functions binding for Jinaga.

* Create a new .NET Class Library project named `JinagaFunctionBinding` and add necessary NuGet references.
* Implement `JinagaTriggerAttribute` class to define trigger attributes.
* Add `JinagaBindingConfig` configuration manager to register and retrieve specifications and starting points.
* Create `JinagaTriggerBindingProvider` to connect the attribute to the Azure Functions runtime.
* Implement `JinagaTriggerBinding` to provide the `JinagaListener`.
* Create `JinagaListener` class to subscribe to the Jinaga `Subscribe` method.
* Register the binding in the startup class and create an extension to integrate with the Azure Functions runtime.
* Update `README.md` to include instructions on using the custom Azure Functions binding.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/jinaga/jinaga.net?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant