A new Microsoft Teams certification has appeared, Microsoft Teams Backup & Restore Certification. “Microsoft Teams Backup & Restore certification assures customers that each participating partner’s solution has been tested and verified to provide the quality, compatibility, and reliability they expect from Microsoft solutions”.
Veeam and Rubrik are the first two ISVs to be certified. I haven’t yet found any official documentation from Microsoft on the certification.
The certification is for ISVs using the Microsoft Graph Export APIs to export data, including the Microsoft Graph Export API for Microsoft Teams messages.
Microsoft Teams backup history and the new Teams Export API
Previously there was no API access to get to Teams messages. ISVs collected messages from the TeamsMessageData folder of the Exchange group mailbox. Microsoft used this hidden folder to archive messages sent within a team channel or between individual users or groups.
As Tony Redmond reported, in July 2022, Microsoft announced that they would start to restrict access to Teams message data via Exchange Web Services (EWS) from September 30, 2022. Microsoft recommends that organizations that need to export Teams message data use the Teams Export Graph API instead.
On January 31, 2023, Microsoft will start to deprecate any access to the TeamsMessageData folder, and Teams Export APIs will remain the only way to work with Teams message data in the future.
About the Microsoft Teams Graph Export API
Microsoft Graph Export API for Teams supports exporting Teams messages and message-hosted content (attachments, reactions, chat message properties) for a particular user or team subject to compliance. Deleted messages are also accessible by the API for up to 21 days after they are deleted.
Export APIs support up to 200 RPS per app per tenant and 600 RPS for an application. These limits enable retrieval of historical content and can bulk export Teams messages.
Microsoft Teams APIs in Microsoft Graph that access sensitive data are considered “protected APIs“. These APIs require you to complete additional validation beyond App permissions and consent before using them. You can request access to use them here, Most protected APIs scenarios use metered APIs (cost for usage), and an Azure subscription must be provided.
License requirements and costs for Teams Export APIs
There are two models to use these APIs:
Model A: S+C or Security and Compliance Application Scenarios
- Only for applications performing security and/or compliance functions,
- Users for which data is collected must have E5 licenses
- Users receive seeded capacity.
- Seeded capacity is per user, calculated per month, and aggregated at the tenant level.
- For usage beyond the seeded capacity, app owners are billed for API consumption.
Model B: General Usage Scenarios
- For all non-S+C related scenarios such as backup.
- There are no license requirements (user or otherwise) or seeded capacity.
- App owners will be charged for API calls monthly via Azure subscription.
Veeam Backup for Microsoft 365 uses Model B, which means that the protection of Teams message data will cost you $0.00075 per message. At the end of the month, the amount spent on using the APIs will be included in your invoice from Microsoft — Veeam itself does not apply any charges.
Reference:
Veeam announces it’s a Certified Backup & Restore provider for Microsoft Teams
Sourced from: TomTalks Blog. View the original article here.