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

Remove Webhooks and Transition to the Event Grid #65

Closed
oliverspryn opened this issue Mar 15, 2022 · 1 comment
Closed

Remove Webhooks and Transition to the Event Grid #65

oliverspryn opened this issue Mar 15, 2022 · 1 comment
Assignees
Labels
Story Small unit of user-facing work
Milestone

Comments

@oliverspryn
Copy link
Collaborator

Webhooks really don't represent the best way of relaying information from one service to another. For this, Azure offers the Event Grid, which allows an event to leverage Azure's full suite of tools.

For this effort, all four of the webhooks should transition to Event Grid output bindings. These events should be triggered under the same conditions and should contain the same pieces of information that the existing webhooks send.

Helpful resources:

@oliverspryn oliverspryn added the Story Small unit of user-facing work label Mar 15, 2022
@oliverspryn oliverspryn added this to the 2.0.0 milestone Mar 15, 2022
@oliverspryn oliverspryn self-assigned this Mar 15, 2022
@oliverspryn
Copy link
Collaborator Author

Beginning work on version 2. Version 1 is no longer necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Story Small unit of user-facing work
Projects
None yet
Development

No branches or pull requests

1 participant