Integrating AEM to work with Azure data store | Community
Skip to main content
Level 2
November 13, 2015
Solved

Integrating AEM to work with Azure data store

  • November 13, 2015
  • 7 replies
  • 4093 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JustinEd3

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.

7 replies

smacdonald2008
Level 10
November 13, 2015
   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
Level 2
November 14, 2015

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/

smacdonald2008
Level 10
November 14, 2015

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

Level 2
November 15, 2015

Thanks. Shall wait for your reply.

Level 2
November 19, 2015

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

JustinEd3Adobe EmployeeAccepted solution
Adobe Employee
November 30, 2015

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.

December 23, 2016

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.