Sharepoint

Automate generating and sharing of reports using Azure Function, Blob Storage, Microsoft Flow and SharePoint

With Azure Functions, creating background jobs has become much easier. Azure Function provides different types of triggers like HTTP, Timer, Event Grid ETC. with a variety of input and output bindings like Blob storage, Cosmos DB, Webhook, SendGrid, ETC. as explained further in Azure Functions Triggers and Binding. I had a scenario where I had to generate a weekly report and store the data in an excel file format in a centralized location and we wanted to send an email notification when the file was uploaded.

Continue reading