Our integration solution seamlessly connects Salesforce and Azure Blob Storage, facilitating the efficient transfer of data from multiple Salesforce objects to a designated Azure Blob Storage container. This robust integration enhances data management, accessibility, and scalability by centralizing data from diverse Salesforce objects within the secure and scalable Azure cloud storage environment in the form of CSV files. The uploaded files will be named as Object_currentdate
.
Setup Guide
This integration will pull the data from each Salesforce object specified in the Object List
parameter. The integration will then generate a CSV file for each object and send all files to the desired Azure Blob Storage container.
To run this integration and connect Salesforce to Azure Blob Storage, it is necessary to configure the parameters that are mentioned below.
Salesforce
Server URL
Required. Specify the Salesforce service URL.Username
Required. Specify a username in an email-like format.Password
Required. Specify a password to access the Salesforce service.Security Token
Required. Specify your Salesforce service security token.Object List
Required. This parameter accepts comma-separated values if you want to pull data from multiple Salesforce objects, e.g. Account, Contact, Case, etc.
Azure Blob Storage
Server Host
Required. Specify the storage account name in the server host URLhttps://[account].blob.core.windows.net
.Storage Account
Required. Specify the storage account name.Shared Key
Required. Specify the shared key.Destination Folder
Required. Specify the path to the destination folder ending with the trailing slash.
Note This integration only support Shared Key authentication type for Azure Blob Storage.