These steps describe how to use the Azure Portal to create a storage container for use as WORM storage (Azure Blob Level Immutability) in Azure. Once you have created the container you can create rules for a category or folder to store your data using WORM storage.
For more on creating rules see Creating a rule.
Note: Ensure you have the required Azure login credentials before
you begin.
- Installed Alfresco Content Services 23.2 (or above). Installed Alfresco Content Connector for Azure 5.0.0 (or above) with multiple container support enabled.
-
Set the following properties in the <TOMCAT_HOME>/shared/classes/alfresco-global.properties file:
Property Description worm.contentstore This property is the key of the content store that has a WORM container. worm.retentionPeriod This property controls the default retention period. It is specified in days and the default value is 2192 which is six years. connector.az.store2.retentionPeriodProperty This property passes the AGS property which stores the unlock date of an object to Content Connector for Azure. You must enter this value: {http://www.alfresco.org/model/recordsmanagemententerprise/1.0}wormUnlockDate. rm.wormUnlockRecords.cronExpression This cron expression is used to specify how often the unlock job should run in Governance Services. The default is 15 minutes. connector.az.store2.blobImmutabilityPolicy This property controls immutability policy type at single blob level. Possible values: Unlocked(default)/Locked