Creating attachments in Salesforce from BLOB

Problem Statement: · To get the data from Salesforce to Azure Blob Which Service will be suitable, Why? · Logic Apps is Suitable. · Why not ADF, because we need to write a lot of code and commands to complete the process and will get the data from custom objects. · If user wants to get the same data in the form of attachments, it will not be possible by using ADF. Solution: · By using logic azure logic apps we can create the attachments in salesforce from Azure BLOB in file format. · In a single execution we can get the multiple files from salesforce. · We do not need to charge the flow for different types of files. Process diagram: Advantages: · We can process it for huge files from BLOB to Salesforce. · We can process N no.of number of files. · Times saving as we need not write the huge code to get the data. Disadvantage: · There is no security or authentications are needed to create the attachments in salesforce. HTTP Request: The request trigger creates a manually callable endpoin...