AEM Data integration with Azure Storage Table
Adobe Experience Manager on Microsoft Azure.
Dear All,
Does Azure Storage Type Table is Supported by Adobe Experience manager on Microsoft Azure Platform?
I am trying to store the AEM Lead generation form data in my application in to Azure Storage Table. Which works completely fine as a standalone Java application. But when I try the same in AEM as OSGI bundle(Servelts,Services) its not working , as the packages showing not getting resolved.
com.microsoft.azure.storage -- Cannot be resolved
com.microsoft.azure.storage.table -- Cannot be resolved
First Question: Is there a way we can write to a Azure Storage Table from a AEM java Service class so that we can store the form data directly in to Azure Storage table?
Second Question : When we can Run a standalone java application with all the microsoft Azure Storage dependency jars in the application and can able to write the data to the Azure Storage table successfully, How can we make this Java application as a OSGI bundle deploy in to AEM and push the form data from AEM Java service in to Azure Storage table?
Any help or sample code to get it done is really appreciated.
Any other suggestion on storing the AEM Lead generation form data in Azure Storage table is really appreciated.
Thanks