FAQs
How to integrate Azure Blob st...
How to enable auto-sync on Azure Blob
follow these steps to enable auto sync with cloudfiles on your azure blob storage step 1 navigate to azure storage account log into your azure portal locate and select your storage account from the dashboard or resource groups step 2 access events on your storage account overview page, click events in the left sidebar step 3 create an event subscription click on + event subscription provide a meaningful name, e g , cloudfileswebhook select event grid schema from the dropdown under event schema under topic details , ensure your storage account details are correctly filled step 4 configure event types under event types , select blob created blob deleted step 5 setup endpoint in the endpoint details , choose web hook configure the endpoint url as https //api cloudfiles io/webhooks/azure event grid/blob step 6 delivery properties in the delivery properties , click add new header add the following details header name x webhook secret type static value copy this value from your cloudfiles app in salesforce secret set to true (check the box) step 7 configure retry policies navigate to the additional features tab under retry policies , set max event delivery attempts 30 event time to live 1 day, 0 hours, 0 minutes, and 0 seconds step 8 enable subject filtering under filters , enable subject filtering add a filter to ensure only events from the relevant container are synced example filter format /blobservices/default/containers/\<yourcontainername>/ step 9 finalize review all configurations click create to finalize your subscription your azure blob storage is now set up for auto sync with cloudfiles!