Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Integrating AEM to work with Azure data store

Avatar

Level 2

Hi

The following link talks about using s3 as data store. URL

Is it possible to configure AEM to work with Azure storage instead? is there any documentation regarding the same?

 

Regards

Sumit GUha

1 Accepted Solution

Avatar

Correct answer by
Employee

The Azure Blob Storage (which is the equivelant of S3) as a DataStore is not suppported. If you run on Azure, you have to use Azure File Storage and the FileDataStore. You could theoretically create your own DataStore implementation on top of Azure Blob Storage, but this would obviously not be supported by Adobe.

View solution in original post

7 Replies

Avatar

Level 2

smacdonald2008 wrote...

You would need to write a custom AEM service to perform this use case. See http://cq-ops.tumblr.com/post/55912321343/i-would-like-to-know-whether-1-we-can-migrate-to

 

Hey

 

Thanks for your reply. However the link that you have shared is few years old when Adobe was not formally supported on Azure. Now i see that Adobe has certified Azure to be used for hosting AEM sites.

(Linkhttps://azure.microsoft.com/en-in/marketplace/partners/adobe/adobe-aem/

Avatar

Level 10

On mon - I will see if internal ppl have implemented this and if there is code somewhere. 

Avatar

Level 2

Thanks. Shall wait for your reply.

Avatar

Level 2

smacdonald2008 wrote...

On mon - I will see if internal ppl have implemented this and if there is code somewhere. 

 

HI

 

Were you able to find anything??

Regards

Avatar

Correct answer by
Employee

The Azure Blob Storage (which is the equivelant of S3) as a DataStore is not suppported. If you run on Azure, you have to use Azure File Storage and the FileDataStore. You could theoretically create your own DataStore implementation on top of Azure Blob Storage, but this would obviously not be supported by Adobe.

Avatar

Level 1

https://azure.microsoft.com/en-in/marketplace/partners/adobe/adobe-aem/

 

the above link shows only to create VM on Azure platform for AEM. There is no information that we can integrate AEM with Azure DB.

 

Even I am looking for information on how to connect/integrate Azure DB with Adobe Target.