1
Many customers need to export files directly to Azure Blob Storage. While this is possible with X++, there is no standard way to configure the Azure Blob connection or use these destinations with X++ and DMF.
The idea is to have a file destination configurator that allows configuring multiple destinations (Blob Storage accounts) that can be used from X++ and DMF.
For additional security control, communication to this blob storage should be possible via an Azure Blob Storage private link.
STATUS DETAILS
New