Backup to O365 Cloud Space

Allan Fernandes 166 Reputation points
2020-08-03T16:48:45.773+00:00

Hi,

I have a application that does backups of user's data. Now I have added capability to copy onto O365 Cloud Space using MS Graph API. Data is compressed and uploaded. My customers will purchasing their own O365 licenses. Will I need to take any permissions ? Can it be done for Desktop and Server OS as well ?

Regards
Allan

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,249 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,534 questions
0 comments No comments
{count} votes

Accepted answer
  1. Trevor Seward 11,696 Reputation points
    2020-08-04T01:42:32.387+00:00

    M365 is not a backup space. It is for live document storage/collaboration. Yes, your users would need to be independently licensed. I would suggest you leverage Azure Blob Storage as your backup location, instead. This is what many of the 3rd party backup solutions on the market do today for on-prem and M365 workloads.


1 additional answer

Sort by: Most helpful
  1. Baker Kong-MSFT 3,796 Reputation points
    2020-08-04T02:07:14.643+00:00

    Hi AllanFernandes-2221,

    MS Graph API supports multi-tenancy, the application will take action on the behalf of the customer as it gets consent and authorized. You won't need to request any privilege from your customer. And MS Graph is rest API, it does not rely on any platform. You can join the Microsoft 365 Developer Program to get started, it will offer you a tenant with some license for testing.

    Best Regards,
    Baker Kong

    0 comments No comments