cancel
Showing results for 
Search instead for 
Did you mean: 

Azure Connector for Alfresco Content Service

tahirali_gs
Champ in-the-making
Champ in-the-making

Hi everyone,

I've successfully set up Alfresco Community Edition following the documentation.

I have an application that provides PDF editing services, with all PDF documents stored in Azure Blob Storage.

I'm looking to integrate my application with Alfresco Content Services for document versioning using its REST API, and I need Alfresco to utilize Azure Blob Storage for content storage. I attempted to set up the Azure connector following this link, but I'm encountering issues downloading the AMP file for the Azure connector.

Additionally, I'm struggling to find comprehensive REST API documentation that provides detailed guidance on managing documents and implementing workflows via the API.

Any help or pointers would be greatly appreciated!

Thanks and Regards,
Tahir

6 REPLIES 6

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

Its paid version so you can not directly download.

Here is reference you can try. https://github.com/EisenVault/ev-alfresco-azure-adapter/tree/master

Thanks for the reply.

Please share the solution for REST API documentation for Document Versioning.

darkokrstevski-kontego
Champ on-the-rise
Champ on-the-rise

Dear colleagues,

I have successfully installed ACS v23.2 as well as Records Management v23.2. In order to configure archiving on Azure BLOB storage account, I followed the documentation

https://docs.alfresco.com/microsoft-azure/latest/install/

however, I cannot download connector_v5.0.x.amp at Hyland Connect.

I cloned GitHub repo suggested above but I cannot find any AMP file inside. Could you please, tell me if there is an alternate location to download the file from or another way to install and configure ACS-Azure-Connector ?

KR, Darko

darkokrstevski-kontego
Champ on-the-rise
Champ on-the-rise

I cloned git repo locally on the VM and executed "mvn clean install". After 10 minutes I got the following message:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:33 min
[INFO] Finished at: 2024-11-11T12:18:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project alfresco-azure-adapter: Could not resolve dependencies for project com.eisenvault:alfresco-azure-adapter:amp:1.0-SNAPSHOT: Could not find artifact org.springframework.social:spring-social-facebook:jar:1.0.0.RC1 in alfresco-public (https://artifacts.alfresco.com/nexus/content/groups/public) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

LeoMattioli
Employee
Employee

Hi,

the Azure Connector module carries an additional cost which is chargeable. You need ACS Enterprise to install it and your subscription must include that add-on. With ACS Enterprise subscription, you usually also gain access to artifact.alfresco.com for Maven with a support case.


Leo Mattioli - Technical Account Manager @Hyland.

Thanks a lot @LeoMattioli. This clarifies the issue.

KR, Darko