Hey everyone 👋
I’m currently working on a document integration process in Dynamics 365 Business Central, and I’d love some guidance or best practices from the community.
Scenario:
I need to upload documents (like invoices, receipts, item images, etc.) from Business Central to SharePoint directly through AL code or available connectors.
Once the documents are in SharePoint, I want to upload or sync those files automatically to Azure (Blob Storage / Azure Portal) for long-term storage or external access.
What’s the recommended way to integrate SharePoint document upload in Business Central? (REST API, Power Automate, or AL code using HttpClient?)
How can I automate the next step — moving or syncing uploaded SharePoint files to Azure Blob Storage?
Are there any ready-to-use examples or standard BC extensions for this integration
If anyone has implemented a SharePoint → Azure document pipeline from Business Central, please share your approach or sample code.
Thanks in advance!
#BusinessCentral #SharePoint #Azure #Dynamics365 #ALDevelopment