BC 365 cloud use VPN to access OnPrem webservice

lubost
lubost Member Posts: 633
1. Is it possible to configure VPN (or use existing Azure VPN) access to local webservice?
2. If it is possible, how to do that?

Our customer want to POST and GET data to/from local web API. Customer has already configured VPN tunnel in Azure platform and migrating Dynamics NAV to BC 365 Saas.
Any help needed. Thanks in advance

Answers

  • maxklein
    maxklein Member Posts: 8
    Create an Azure Logic App with HTTP trigger.

    Inside the Logic App, use the On-Premises Data Gateway to call your local Web API.

    From BC SaaS, call the Logic App URL (HTTP endpoint).
    Developer by passion
  • maxklein
    maxklein Member Posts: 8
    dont forget to install the On-Premises Data Gateway on a local server.
    Developer by passion