-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This service listens for completion events (such as file processing done, or file ready to be download) and triggers a notification to the Blazor UI (or sends an email).
Solution:
I'll build an Azure Function using a Blob Trigger to detect file uploads in the Azure Blob Storage download folder, and then notify a microservice in a Blazor Server App. The Azure Function will also send an email notification to the logged-in user, providing them with a download link for the file.
Prerequisites:
-
Azure Storage Account with a dedicated container for storing processed files.
-
Blazor Server App set up to accept notifications from Azure Functions. #30
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request