Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Integrate AEM with Azure Storage SDK on AEMAsCloud

Avatar

Level 8

Let’s see how to integrate AEM with Azure SDK for uploading AEM assets to Azure blob storage. Recently i worked on a very interesting use case, where we need to move old/deprecated assets that are no longer i use to a separate storage on Azure and remove them from AEM.

 

In order to achieve this we need to first integrate AEM with Azure SDK and then write a custom servlet to the job. The major challenge that i have faced is adding dependencies for Azure SDK in our pom.xml on AEM as Cloud Environment.

 

So, In this tutorial we will cover:-

  • How to integrate AEM with Azure Storage SDK.
  • Sample code for uploading Asset from AEM to Azure blob storage along with custom Metadata.
  • Troubleshooting and limitations

For more details please visit. Integrate AEM with Azure Storage SDK on AEMAsCloud

1 Reply

Avatar

Level 1

Hi, do you also have any guidance on integration with AWS S3 storage?