Share via

Connection type between one drive for business and azure logic apps

DiyaPS-5330 0 Reputation points
2026-02-10T10:57:23.4633333+00:00

If i want to use one drive for business with logic app, what connection methods are possible

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

{count} votes

2 answers

Sort by: Most helpful
  1. Praveen Kumar Gudipudi 1,880 Reputation points Microsoft External Staff Moderator
    2026-02-10T11:29:41.2866667+00:00

    Hello DiyaPS-5330,

    Option 1:

    If you are using the built-in OneDrive for Business connector in Azure Logic Apps, the supported connection method is:

    Authentication type:

    OAuth 2.0 using an Azure AD work or school account (user-delegated permissions).

    The connection is created by signing in with the user’s organizational account, and Logic Apps securely stores this connection for subsequent actions and triggers.

    User's image

    Option 2:

    HTTP + Microsoft Graph API (service principal / managed identity)

    For app-only or headless automation.

    Authentication options

    a. Azure AD App Registration (client credentials)

    Register an app in Azure AD.

    Grant Microsoft Graph → Files.ReadWrite.All (Application).

    Use:

    Client secret OR

      Certificate
      
      Call Graph via Logic App HTTP action.
      
    

    b. Managed Identity (Logic App Standard only)

    • Enable system-assigned or user-assigned managed identity.
    • Grant it Graph application permissions.
    • Use HTTP action with Managed Identity authentication.

    Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.

    0 comments No comments

  2. Q&A Assist
    2026-02-10T10:57:30.96+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To use OneDrive for Business with Azure Logic Apps, you can utilize the built-in connectors provided by Azure Logic Apps. These connectors allow you to create workflows that integrate OneDrive for Business with various services and systems. The connection methods typically involve using managed connector operations that are hosted and run in the Azure environment.

    You can access OneDrive for Business through the Azure Logic Apps connector gallery, which provides a straightforward way to set up the connection and define actions such as creating, updating, or deleting files in OneDrive for Business as part of your workflows.

    For more detailed information on how to set up these connections and the specific actions available, you can refer to the Azure Logic Apps documentation.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.