This repository demonstrates how to integrate Azure File Share with Dynamics 365 Business Central (BC) using the latest AL language capabilities (BC 23.3 release).
- Read/Write Operations: Seamlessly read and write files in Azure File Share.
- File Management: Move or delete files within the share.
- Azure Storage Account with File Share.
- SAS Token to authenticate requests.
- BC 23.3 or later.
- Create an Azure Storage Account and File Share.
- Set up BC to connect with the Azure File Share using the SAS Token.
- Deploy the AL code to enable file operations.
Use AL to interact with files:
codeunit 50100 "AKH Azure File Service"
// Reading a file
procedure ReadFileFromShare(FilePath: Text; var FileText: Text)