Forum Discussion
Mikel2024
May 27, 2025Copper Contributor
LogicApps for AZURE VM with SharePoint farm
Hello I was wondering if it is possible to access with LogicApps a SharePoint farm in a AZURE VM. I am a developer and like to use my MSDN Subscription to access Logic Apps for using SharePoint tes...
Kidd_Ip
May 28, 2025MVP
Yes, here you go to set this up:
- App Registration in Microsoft Entra ID (formerly Azure AD)
- Register an app in Microsoft Entra ID to authenticate Logic Apps with SharePoint.
- Assign necessary permissions for SharePoint API access.
- Generate client ID and secret for authentication.
- Configure Network Access to the Azure VM
- Ensure the VM has a public or private endpoint accessible from Logic Apps.
- If using a private network, set up Azure Virtual Network (VNet) integration for Logic Apps.
- Configure firewall rules to allow inbound connections from Logic Apps.
- Create a SharePoint Connector in Logic Apps
- Use the SharePoint Online or On-Premises connector in Logic Apps.
- Authenticate using the app registration credentials.
- Define actions such as "Get Items", "Create File", or "Update List".