An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
Azure Rights Management (Azure RMS) is now managed through Microsoft Purview Information Protection and sensitivity labels, which apply Azure Rights Management encryption to documents and email (including attachments).
To encrypt outgoing attachments, configure and use Azure Rights Management as follows:
- Activate Azure Rights Management
- In Microsoft Purview, activate the Azure Rights Management encryption service for the tenant so that clients can obtain the organization’s key and user certificates needed for encryption and decryption.
- Optionally configure onboarding controls if only a subset of users should be able to protect content initially. For example, to restrict protection to a specific security group:
Or to allow only correctly licensed users to protect content:Set-AipServiceOnboardingControlPolicy -UseRmsUserLicense $False -SecurityGroupObjectId "<group-object-id>"
Remove onboarding controls later with:Set-AipServiceOnboardingControlPolicy -UseRmsUserLicense $TrueSet-AipServiceOnboardingControlPolicy -UseRmsUserLicense $False
- Use sensitivity labels to apply Azure RMS encryption
- Configure sensitivity labels in Microsoft Purview Information Protection with encryption settings that define:
- Which users or groups can access the protected content.
- Their usage rights (for example, view-only, edit, print, copy) and any expiration.
- When a user applies such a label to a document or email, the Azure Rights Management client:
- Generates a random AES content key and encrypts the document.
- Creates a policy that includes the usage rights and restrictions for specified users or groups.
- Encrypts the policy and content key with the organization’s key and embeds the policy in the file.
- The account that encrypts the content becomes the Rights Management issuer and is granted Full Control, including access after expiry and offline access.
- Configure sensitivity labels in Microsoft Purview Information Protection with encryption settings that define:
- Configure Outlook and Office apps to use labels for attachments
- Ensure users have Office apps that support built-in sensitivity labels.
- Train users to:
- Apply a sensitivity label directly to the file before attaching it to an email. The encrypted file can then be safely shared as an attachment while leaving the email body unencrypted for instructions or context.
- Alternatively, apply a label to the email itself (for example, a label configured with “Do Not Forward” or similar rights), which encrypts the message and any attachments.
- Because the encryption policy is embedded in the file, attachments remain protected wherever they are stored or forwarded.
- Enable collaboration with external recipients
- Azure Rights Management supports business-to-business collaboration by default with organizations that already have Microsoft 365 or a Microsoft Entra directory.
- For organizations without Microsoft 365 or Microsoft Entra, recipients can use:
- An RMS for individuals subscription, or
- A Microsoft account with supported applications
- This allows external users to open encrypted attachments according to the rights defined in the label’s encryption policy.
- (Optional) Use the Rights Management connector for on-premises Exchange
- If using on-premises Exchange, deploy the Azure Rights Management connector so that Exchange can use the cloud-based Azure RMS service to protect email and attachments.
- The connector enables Exchange to apply and honor Azure RMS policies, providing continuous protection for messages and attached documents.
Once these steps are in place, any outgoing attachment that has a sensitivity label configured with Azure Rights Management encryption will be encrypted automatically, and the embedded policy will control who can open it and what they can do with it.
References:
- How the Azure Rights Management service works: Technical details
- Resources to configure the Azure Rights Management service
- Activate the Azure Rights Management service
- Learn about the Azure Rights Management encryption service
- Configure usage rights for the Azure Rights Management service
- Information Rights Management in Exchange Server