You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the ASB-triggered replacements for EventsOutbound and SubscriptionValidation.
Scope
Implement EventsAsbOutbound: same behavior as the existing EventsOutbound function, triggered from the ASB outbound queue instead of the Storage Queue.
Implement an ASB-triggered subscription-validation function — the linked PoC, feature/Implement-Azure-Service-Bus-POC → SubscriptionValidation.cs, is already this (same behavior as today's function, triggered from the ASB validation queue instead of Storage).
Description
Adds the ASB-triggered replacements for
EventsOutboundandSubscriptionValidation.Scope
EventsAsbOutbound: same behavior as the existingEventsOutboundfunction, triggered from the ASB outbound queue instead of the Storage Queue.feature/Implement-Azure-Service-Bus-POC→SubscriptionValidation.cs, is already this (same behavior as today's function, triggered from the ASB validation queue instead of Storage).EnableOutboundPublisherandEnableValidationPublisherover to ASB, leaving the legacy Storage-Queue functions running unconditionally until their queues drain.SendEventToSubscriberHandler/ValidateSubscriptionHandlerare not touched by this issue — their listener flag stays off; that's #1076.Additional Information
PoC branch for the ASB-triggered function pattern: https://github.com/Altinn/altinn-events/blob/feature/Implement-Azure-Service-Bus-POC/src/Events.Functions/SubscriptionValidation.cs
Acceptance Criteria