# Upload to Azure Blob with immutable policy $blobName = "contract_v$($version.VersionLabel)_$($version.Created.ToString('yyyyMMdd')).pdf" az storage blob upload --account-name securearchive --container-name revisions ` --name $blobName --content "$content" ` --immutable-policy-period 10y Here’s a product requirement summary :
Secure Revision Archiving for Office 365 office 365 revisionssichere archivierung
foreach ($version in $oldVersions) # Download binary content $content = $version.OpenBinaryStream() # Upload to Azure Blob with immutable policy
Automatically move aged document revisions (>180 days) from active content database to an immutable, encrypted, compliance-ready archive without breaking version history links. office 365 revisionssichere archivierung
I understand you're asking about creating a feature for related to Office 365 revisions (likely version history/document revisions).