Please (developer, admin, or product manager perspective) and I’ll give you a complete, actionable answer.
Ein Dokument darf nach der Archivierung weder gelöscht noch unbemerkt manipuliert werden. office 365 revisionssichere archivierung
# 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 office 365 revisionssichere archivierung