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

chore(remove): az func service-bus project #474

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stijnmoreels
Copy link
Member

The Messaging repository previously supported dedicated types like Azure Functions, but due to budget and maintainence costs, this is increasingly harder to keep up-to-date.

This PR removes the Azure Functions-specific library for Azure Service bus from the project solution. This is possible in a minor version as:

  • The Azure Functions project is a separate project, which means a separate NuGet package. Removing the project now does not result in a breaking change when releasing v2.1.
  • The Azure Functions project mostly contains functionality to extract correlation information from binding inputs of Azure Function triggers. This was required in the past, but is now obsolete since the trigger types have now strongly-typed inputs with the correlation information available.

This is related to the exercise described in #470.

Copy link

netlify bot commented Feb 11, 2025

Deploy Preview for arcus-messaging canceled.

Name Link
🔨 Latest commit 5fdb8d5
🔍 Latest deploy log https://app.netlify.com/sites/arcus-messaging/deploys/67ab1308f847060008f08aed

@stijnmoreels stijnmoreels added area:correlation All issues related to correlation azure-functions All issues concerning with Azure Functions labels Feb 11, 2025
@stijnmoreels stijnmoreels marked this pull request as ready for review February 13, 2025 05:19
@stijnmoreels stijnmoreels added the integration:service-bus All issues concerning integration with Azure Service Bus label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:correlation All issues related to correlation azure-functions All issues concerning with Azure Functions integration:service-bus All issues concerning integration with Azure Service Bus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant